AbstractWebSocketConnection |
Abstract class handling the Web Socket broadcast messages.
|
AbstractWebSocketProcessor |
The base implementation of IWebSocketProcessor.
|
BaseWebSocketBehavior |
|
ConnectionRejected |
|
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.
|
WebSocketBehavior |
A behavior that provides optional callbacks for the WebSocket
messages (connect, message, close)
|
WebSocketConnectionFilterCollection |
|
WebSocketConnectionOriginFilter |
This filter will reject those requests which contain 'Origin' header that does not match the origin of the
application host.
|
WebSocketMessageBroadcastHandler |
|
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 |
A handler of WebSocket requests.
|
WebSocketResource |
An IResource that can be used as WebSocket endpoint
|
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.
|