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

Interface Summary
IWebSocketConnection Common interface for native WebSocket connections
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.
BaseWebSocketBehavior A behavior that contributes WicketWebSocketJQueryResourceReference
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)
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 An extension of AjaxRequestTarget that also supports pushing data from the server to the client.
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–2020 Apache Software Foundation. All rights reserved.