All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary Class Description ClientWebSocket Annotation declared on the client to indicate the class handles web socket frames.ClientWebSocketInterceptor Intercepts unimplementedClientWebSocketmethods.CloseReason Enumeration of close events.OnClose Annotation that can be applied to a method that will receive WebSocket close frames.OnError Annotation that can be applied to a method that will receive WebSocket errors.OnMessage Annotation that can be applied to a method that will receive WebSocket message frames.OnOpen Annotation that can be applied to a method that will receive WebSocket open frames.ServerWebSocket Annotation declared on the server to indicate the class handles web socket frames.WebSocketBean<T> Wrapper around a WebSocket instance that enables the retrieval of the appropriate methods.WebSocketBeanRegistry Registry for WebSocket beans.WebSocketBroadcaster Defines WebSocket methods to broadcast messages.WebSocketClient Interface that provides a way to connect a client over WebSocket.WebSocketClientException Exceptions specific to the WebSocket client.WebSocketClientFactory A factory to create WebSocket clients.WebSocketClientRegistry<W extends WebSocketClient> Interface for managing the construction and lifecycle of instances of reactiveWebSocketClientclients.WebSocketComponent Stereotype meta-annotation declared on bothServerWebSocketandClientWebSocket.WebSocketEvent Parent class for all events emitted by the WebSocket server.WebSocketException General parent exception for all WebSocket related exceptions.WebSocketMapping WebSocketMessageProcessedEvent<T> An event fired after a WebSocket message has been processed.WebSocketPongMessage Special message class that can be accepted by a@OnMessagemethod to listen to WebSocket pongs.WebSocketSession Represents an open WebSocket connection.WebSocketSessionAware Interface used byClientWebSocketto gain access to the underlyingWebSocketSession.WebSocketSessionClosedEvent Fired when aWebSocketSessionis closed on the server.WebSocketSessionException Exceptions related toWebSocketSessioninteraction.WebSocketSessionOpenEvent Fired when aWebSocketSessionis opened on the Server.WebSocketState Holder object used to bind WebSocket state.WebSocketStateBinder<T> Interface for binders that bind fromWebSocketState.WebSocketStateBinderRegistry Handles binding WebSocket arguments fromWebSocketState.WebSocketVersion Enum representing the different WebSocket versions.