All Classes
-
All Classes Interface Summary Class Summary Class Description AbortedMessage Amessagesent when the web socket connection is aborted.AbstractClientMessage A base message for all messages with information about the clientAbstractUpgradeFilter An extension of WicketFilter that is used to check whether the processed HttpServletRequest needs to upgrade its protocol from HTTP to something elseAbstractWebSocketConnection Abstract class handling the Web Socket broadcast messages.AbstractWebSocketProcessor The base implementation of IWebSocketProcessor.BaseWebSocketBehavior A behavior that contributesWicketWebSocketJQueryResourceReferenceBinaryMessage Amessagewith binary dataClosedMessage Amessagesent when the web socket connection is closed.ConnectedMessage Amessagewhen a client creates web socket connection.ConnectionRejected A class used byIWebSocketConnectionFilters when they need to reject a connectionErrorMessage Amessagesent when there is an error while using the web socket connection.Executor An abstraction over all available executor services.HttpSessionCopy A copy of the HttpSession used at the WebSocket connection creation timeIKey A marker interface for keys that are used to find a web socket connection inIWebSocketConnectionRegistryIWebSocketConnection Common interface for native WebSocket connectionsIWebSocketConnectionFilter Common interface for rejecting connections which are not meeting some of the security concerns.IWebSocketConnectionRegistry Tracks all currently connected WebSocket clientsIWebSocketMessage A marker interface for all message typesIWebSocketProcessor Processes web socket messages.IWebSocketPushMessage A marker interface for all Web Socket push messages.IWebSocketRequestHandler An interface for outbound communication with web socket clientsPageIdKey A key based on page's idResourceNameKey A key based on shared resource's nameServletRequestCopy 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.TextMessage Amessagewith text dataWebSocketAbortedPayload Payload for event broadcasting when the server aborted a WebSocket connectionWebSocketAwareCsrfPreventionRequestCycleListener A specialization ofCsrfPreventionRequestCycleListenerthat should be used when the application uses Web Sockets.WebSocketBehavior A behavior that provides optional callbacks for the WebSocket messages (connect, message, close)WebSocketBinaryPayload Payload for event broadcasting when a binary message comes in the WebSocket connectionWebSocketClosedPayload Payload for event broadcasting when the client has closed the WebSocket connectionWebSocketConnectedPayload * Payload for event broadcasting when the client has opened a WebSocket connectionWebSocketConnectionFilterCollection WebSocketConnectionOriginFilter This filter will reject those requests which contain 'Origin' header that does not match the origin of the application host.WebSocketErrorPayload Payload for event broadcasting when there is a communication errorWebSocketMessageBroadcastHandler AnIRequestHandlerthat broadcasts the payload to the page/resourceWebSocketPayload<T> A base class for all event broadcasting payloads for WebSocket messages.WebSocketPushBroadcaster Allows pushing events for processing to Pages that have active web sockets.WebSocketPushPayload A event broadcasting payload for the case when external source triggers a web socket push.WebSocketRequest AWebRequestimplementation used for the lifecycle of a web socket connection.WebSocketRequestHandler A handler of WebSocket requests.WebSocketResource An IResource that can be used as WebSocket endpointWebSocketResponse AResponseused to cache the written data to the web socket client when Wicket thread locals are available.WebSocketSettings Web Socket related settings.WebSocketSettings.Holder Holds this WebSocketSettings in the Application's metadata.WebSocketSettings.SameThreadExecutor Simple executor that runs the tasks in the caller thread.WebSocketTester A helper class to test WebSocket related operations.WebSocketTextPayload A event broadcasting payload for the case when a text message arrives in the WebSocket connectionWicketWebSocketJQueryResourceReference A resource reference that provides the JavaScript that may be used to create WebSocket connections in the browser.