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.
 

Class Summary
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)
WebSocketRequest A WebRequest implementation used for the lifecycle of a web socket connection.
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-2012 Apache Software Foundation. All Rights Reserved.