Package | Description |
---|---|
org.springframework.web.socket.config.annotation |
Support for annotation-based WebSocket setup in configuration classes.
|
org.springframework.web.socket.server |
Server-side abstractions for WebSocket interactions.
|
org.springframework.web.socket.server.jetty |
Server-side support for the Jetty 9+ WebSocket API.
|
org.springframework.web.socket.server.standard |
Server-side classes for use with standard JSR-356 WebSocket endpoints.
|
org.springframework.web.socket.server.support |
Server-side support classes including container-specific strategies
for upgrading a request.
|
org.springframework.web.socket.sockjs.transport |
Server-side support for SockJS transports including
TransportHandler implementations
for processing incoming requests, their
session
counterparts for sending messages over the various transports, and
DefaultSockJsService . |
org.springframework.web.socket.sockjs.transport.handler |
TransportHandler
implementation classes as well as a concrete
SockJsService . |
Class and Description |
---|
HandshakeHandler
Contract for processing a WebSocket handshake request.
|
HandshakeInterceptor
Interceptor for WebSocket handshake requests.
|
Class and Description |
---|
HandshakeFailureException
Thrown when handshake processing failed to complete due to an internal, unrecoverable
error.
|
Class and Description |
---|
HandshakeFailureException
Thrown when handshake processing failed to complete due to an internal, unrecoverable
error.
|
RequestUpgradeStrategy
A server-specific strategy for performing the actual upgrade to a WebSocket exchange.
|
Class and Description |
---|
HandshakeFailureException
Thrown when handshake processing failed to complete due to an internal, unrecoverable
error.
|
RequestUpgradeStrategy
A server-specific strategy for performing the actual upgrade to a WebSocket exchange.
|
Class and Description |
---|
HandshakeFailureException
Thrown when handshake processing failed to complete due to an internal, unrecoverable
error.
|
HandshakeHandler
Contract for processing a WebSocket handshake request.
|
HandshakeInterceptor
Interceptor for WebSocket handshake requests.
|
RequestUpgradeStrategy
A server-specific strategy for performing the actual upgrade to a WebSocket exchange.
|
Class and Description |
---|
HandshakeInterceptor
Interceptor for WebSocket handshake requests.
|
Class and Description |
---|
HandshakeFailureException
Thrown when handshake processing failed to complete due to an internal, unrecoverable
error.
|
HandshakeHandler
Contract for processing a WebSocket handshake request.
|