Uses of Class
org.apache.wicket.protocol.ws.api.event.WebSocketPayload

Packages that use WebSocketPayload
org.apache.wicket.protocol.ws.api.event   
 

Uses of WebSocketPayload in org.apache.wicket.protocol.ws.api.event
 

Subclasses of WebSocketPayload in org.apache.wicket.protocol.ws.api.event
 class WebSocketBinaryPayload
          Payload for event broadcasting when a binary message comes in the WebSocket connection
 class WebSocketClosedPayload
          Payload for event broadcasting when the client has closed the WebSocket connection
 class WebSocketConnectedPayload
          * Payload for event broadcasting when the client has opened a WebSocket connection
 class WebSocketPushPayload
          A event broadcasting payload for the case when external source triggers a web socket push.
 class WebSocketTextPayload
          A event broadcasting payload for the case when a text message arrives in the WebSocket connection
 



Copyright © 2006–2013 Apache Software Foundation. All rights reserved.