Class WebSocketMessageBroadcastHandler
- java.lang.Object
-
- org.apache.wicket.protocol.ws.api.WebSocketMessageBroadcastHandler
-
- All Implemented Interfaces:
IRequestHandler
public class WebSocketMessageBroadcastHandler extends Object implements IRequestHandler
AnIRequestHandler
that broadcasts the payload to the page/resource
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
respond(IRequestCycle requestCycle)
Generates a response.-
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(IRequestCycle requestCycle)
Description copied from interface:IRequestHandler
Generates a response.- Specified by:
respond
in interfaceIRequestHandler
- Parameters:
requestCycle
- the current request cycle
-
-