All Classes and Interfaces

Class
Description
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.
The possible batch modes when enqueuing outgoing frames.
 
 
Represents an Extension Configuration, as seen during the connection Handshake process.
 
An immutable websocket frame.
 
Indicating that the provided Class is not a valid WebSocket as defined by the API.
Exception when a message is too large for the internal buffers occurs and should trigger a connection close.
Annotation for tagging methods to receive connection close events.
Annotation for tagging methods to receive connection open events.
Annotation for receiving websocket errors (exceptions) that have occurred internally in the websocket implementation.
(ADVANCED) Annotation for tagging methods to receive frame events.
Annotation for tagging methods to receive Binary or Text Message events.
Exception when a violation of policy occurs and should trigger a connection close.
Per spec, a protocol error should result in a Close frame of status code 1002 (PROTOCOL_ERROR)
 
Session represents an active link of communications with a Remote WebSocket Endpoint.
Connection suspend token
Exception during WebSocket Upgrade Handshake.
The HTTP Upgrade to WebSocket Request
The HTTP Upgrade to WebSocket Response
Tags a POJO as being a WebSocket class.
Default implementation of the WebSocketListener.
Behavior for how the WebSocket should operate.
Core WebSocket Connection Listener
 
Generic interface to the Container (server or client)
A recoverable exception within the websocket framework.
WebSocket Frame Listener interface for incoming WebSocket frames.
Basic WebSocket Listener interface for incoming WebSocket message events.
WebSocket Partial Message Listener interface for incoming WebSocket TEXT/BINARY/CONTINUATION frames.
WebSocket PING/PONG Listener interface for incoming WebSocket PING/PONG frames.
Settings for WebSocket operations.
Interface for Listeners that are interested in knowing about the Session history.
Exception thrown to indicate a connection I/O timeout.
Callback for Write events.
Deprecated.
Utility methods for converting a URI between a HTTP(S) and WS(S) URI.