All Classes and Interfaces

Class
Description
Annotation declared on the client to indicate the class handles web socket frames.
Intercepts unimplemented ClientWebSocket methods.
Enumeration of close events.
Annotation that can be applied to a method that will receive WebSocket close frames.
Annotation that can be applied to a method that will receive WebSocket errors.
Annotation that can be applied to a method that will receive WebSocket message frames.
Annotation that can be applied to a method that will receive WebSocket open frames.
Annotation declared on the server to indicate the class handles web socket frames.
Wrapper around a WebSocket instance that enables the retrieval of the appropriate methods.
Registry for WebSocket beans.
Defines WebSocket methods to broadcast messages.
Interface that provides a way to connect a client over WebSocket.
Exceptions specific to the WebSocket client.
A factory to create WebSocket clients.
Interface for managing the construction and lifecycle of instances of reactive WebSocketClient clients.
Stereotype meta-annotation declared on both ServerWebSocket and ClientWebSocket.
Parent class for all events emitted by the WebSocket server.
General parent exception for all WebSocket related exceptions.
Stereotype meta-annotation applied to all WebSocket related annotations such as OnOpen, OnMessage etc.
An event fired after a WebSocket message has been processed.
Special message class that can be accepted by a @OnMessage method to listen to WebSocket pongs.
Represents an open WebSocket connection.
Interface used by ClientWebSocket to gain access to the underlying WebSocketSession.
Fired when a WebSocketSession is closed on the server.
Exceptions related to WebSocketSession interaction.
Fired when a WebSocketSession is opened on the Server.
Holder object used to bind WebSocket state.
Interface for binders that bind from WebSocketState.
Handles binding WebSocket arguments from WebSocketState.
Enum representing the different WebSocket versions.