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.
 
 
Interface for WebSocket Extensions.
Represents an Extension Configuration, as seen during the connection Handshake process.
Deprecated.
this class is removed from Jetty 10.0.0+
An immutable websocket frame.
 
Interface for dealing with Incoming Frames.
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.
Interface for dealing with frames outgoing to (eventually) the network layer.
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)
Provide some consistent Http header value and Extension configuration parameter quoting support.
 
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
 
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.
Exception thrown to indicate a connection I/O timeout.
Callback for Write events.
Utility methods for converting a URI between an HTTP(S) and WS(S) URI.