Package org.apache.wicket.protocol.ws.api

Interface Summary
IWebSocketConnection Common interface for native WebSocket connections
IWebSocketConnectionRegistry Tracks all currently connected WebSocket clients
IWebSocketProcessor Processes web socket messages.
IWebSocketRequestHandler An interface for outbound communication with web socket clients
 

Class Summary
AbstractWebSocketConnection Abstract class handling the Web Socket broadcast messages.
AbstractWebSocketProcessor The base implementation of IWebSocketProcessor.
HttpSessionCopy A copy of the HttpSession used at the WebSocket connection creation time
ServletRequestCopy A copy of the http servlet request used to create the WebSocket.
SimpleWebSocketConnectionRegistry A registry that keeps all currently opened web socket connections in maps in Application's meta data.
WebSocketBehavior A behavior that contributes WicketWebSocketJQueryResourceReference and provides optional callbacks for the WebSocket messages (connect, message, close)
WebSocketPushBroadcaster Allows pushing events for processing to Pages that have active web sockets.
WebSocketRequest A WebRequest implementation used for the lifecycle of a web socket connection.
WebSocketRequestHandler An extension of AjaxRequestTarget that also supports pushing data from the server to the client.
WebSocketResponse A Response used to cache the written data to the web socket client when Wicket thread locals are available.
WicketWebSocketJQueryResourceReference A resource reference that provides the JavaScript that may be used to create WebSocket connections in the browser.
 



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