| Interface | Description |
|---|---|
| IWebSocketConnection |
Common interface for native WebSocket connections
|
| IWebSocketConnectionFilter |
Common interface for rejecting connections which are not meeting some of the security concerns.
|
| IWebSocketProcessor |
Processes web socket messages.
|
| IWebSocketRequestHandler |
An interface for outbound communication with web socket clients
|
| Class | Description |
|---|---|
| AbstractWebSocketConnection |
Abstract class handling the Web Socket broadcast messages.
|
| AbstractWebSocketProcessor |
The base implementation of IWebSocketProcessor.
|
| BaseWebSocketBehavior |
A behavior that contributes
WicketWebSocketJQueryResourceReference |
| ConnectionRejected |
A class used by
IWebSocketConnectionFilters when they need to reject a connection |
| 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 |
An
IRequestHandler that broadcasts the payload to the
page/resource |
| 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.
|
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.