All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary Class Description BadPayloadException Exception to terminate the connection because it has received data within a frame payload that was not consistent with the requirements of that frame payload.BatchMode The possible batch modes when enqueuing outgoing frames.CloseException CloseStatus ExtensionConfig Represents an Extension Configuration, as seen during the connection Handshake process.ExtensionConfig.Parser Frame An immutable websocket frame.Frame.Type InvalidWebSocketException Indicating that the provided Class is not a valid WebSocket as defined by the API.MessageTooLargeException Exception when a message is too large for the internal buffers occurs and should trigger a connection close.OnWebSocketClose Annotation for tagging methods to receive connection close events.OnWebSocketConnect Annotation for tagging methods to receive connection open events.OnWebSocketError Annotation for receiving websocket errors (exceptions) that have occurred internally in the websocket implementation.OnWebSocketFrame (ADVANCED) Annotation for tagging methods to receive frame events.OnWebSocketMessage Annotation for tagging methods to receive Binary or Text Message events.PolicyViolationException Exception when a violation of policy occurs and should trigger a connection close.ProtocolException Per spec, a protocol error should result in a Close frame of status code 1002 (PROTOCOL_ERROR)RemoteEndpoint Session Session represents an active link of communications with a Remote WebSocket Endpoint.StatusCode SuspendToken Connection suspend tokenUpgradeException Exception during WebSocket Upgrade Handshake.UpgradeRequest The HTTP Upgrade to WebSocket RequestUpgradeResponse The HTTP Upgrade to WebSocket ResponseWebSocket Tags a POJO as being a WebSocket class.WebSocketAdapter Default implementation of theWebSocketListener
.WebSocketBehavior Behavior for how the WebSocket should operate.WebSocketConnectionListener Core WebSocket Connection ListenerWebSocketConstants WebSocketException A recoverable exception within the websocket framework.WebSocketFrameListener WebSocket Frame Listener interface for incoming WebSocket frames.WebSocketListener Basic WebSocket Listener interface for incoming WebSocket message events.WebSocketPartialListener WebSocket Partial Message Listener interface for incoming WebSocket TEXT/BINARY/CONTINUATION frames.WebSocketPingPongListener WebSocket PING/PONG Listener interface for incoming WebSocket PING/PONG frames.WebSocketPolicy Settings for WebSocket operations.WebSocketSessionListener Interface for Listeners that are interested in knowing about the Session history.WebSocketTimeoutException Exception thrown to indicate a connection I/O timeout.WriteCallback Callback for Write events.WriteCallback.Adaptor WSURI Utility methods for converting aURI
between a HTTP(S) and WS(S) URI.