Class WebSocketMessageBroadcastHandler

  • All Implemented Interfaces:
    org.apache.wicket.request.IRequestHandler

    public class WebSocketMessageBroadcastHandler
    extends java.lang.Object
    implements org.apache.wicket.request.IRequestHandler
    An IRequestHandler that broadcasts the payload to the page/resource
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void respond​(org.apache.wicket.request.IRequestCycle requestCycle)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apache.wicket.request.IRequestHandler

        detach
    • Method Detail

      • respond

        public void respond​(org.apache.wicket.request.IRequestCycle requestCycle)
        Specified by:
        respond in interface org.apache.wicket.request.IRequestHandler