Package | Description |
---|---|
org.springframework.web.reactive.socket |
Abstractions and support classes for reactive WebSocket interactions.
|
org.springframework.web.reactive.socket.adapter |
Classes adapting Spring's Reactive WebSocket API to and from WebSocket runtimes.
|
org.springframework.web.reactive.socket.client |
Client support for WebSocket interactions.
|
org.springframework.web.reactive.socket.server |
Server support for WebSocket interactions.
|
org.springframework.web.reactive.socket.server.support |
Server-side support classes for WebSocket requests.
|
org.springframework.web.reactive.socket.server.upgrade |
Holds implementations of
RequestUpgradeStrategy . |
Class and Description |
---|
CloseStatus
Representation of WebSocket "close" status codes and reasons.
|
HandshakeInfo
Simple container of information related to the handshake request that started
the
WebSocketSession session. |
WebSocketMessage
Representation of a WebSocket message.
|
WebSocketMessage.Type
WebSocket message types.
|
WebSocketSession
Represents a WebSocket session.
|
Class and Description |
---|
CloseStatus
Representation of WebSocket "close" status codes and reasons.
|
HandshakeInfo
Simple container of information related to the handshake request that started
the
WebSocketSession session. |
WebSocketHandler
Handler for a WebSocket session.
|
WebSocketMessage
Representation of a WebSocket message.
|
WebSocketSession
Represents a WebSocket session.
|
Class and Description |
---|
HandshakeInfo
Simple container of information related to the handshake request that started
the
WebSocketSession session. |
WebSocketHandler
Handler for a WebSocket session.
|
Class and Description |
---|
WebSocketHandler
Handler for a WebSocket session.
|
Class and Description |
---|
WebSocketHandler
Handler for a WebSocket session.
|
Class and Description |
---|
WebSocketHandler
Handler for a WebSocket session.
|