Uses of Package
org.springframework.web.socket.server
Packages that use org.springframework.web.socket.server
Package
Description
Support for annotation-based WebSocket setup in configuration classes.
Server-side abstractions for WebSocket interactions.
Server-side support for the Jetty WebSocket API.
Server-side classes for use with standard JSR-356 WebSocket endpoints.
Server-side support classes including container-specific strategies
 for upgrading a request.
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.TransportHandler
 implementation classes as well as a concrete
 SockJsService.- 
Classes in org.springframework.web.socket.server used by org.springframework.web.socket.config.annotationClassDescriptionContract for processing a WebSocket handshake request.Interceptor for WebSocket handshake requests.
- 
Classes in org.springframework.web.socket.server used by org.springframework.web.socket.serverClassDescriptionThrown when handshake processing failed to complete due to an internal, unrecoverable error.
- 
Classes in org.springframework.web.socket.server used by org.springframework.web.socket.server.jettyClassDescriptionThrown when handshake processing failed to complete due to an internal, unrecoverable error.A server-specific strategy for performing the actual upgrade to a WebSocket exchange.
- 
Classes in org.springframework.web.socket.server used by org.springframework.web.socket.server.standardClassDescriptionThrown when handshake processing failed to complete due to an internal, unrecoverable error.A server-specific strategy for performing the actual upgrade to a WebSocket exchange.
- 
Classes in org.springframework.web.socket.server used by org.springframework.web.socket.server.supportClassDescriptionThrown when handshake processing failed to complete due to an internal, unrecoverable error.Contract for processing a WebSocket handshake request.Interceptor for WebSocket handshake requests.A server-specific strategy for performing the actual upgrade to a WebSocket exchange.
- 
- 
Classes in org.springframework.web.socket.server used by org.springframework.web.socket.sockjs.transport.handlerClassDescriptionThrown when handshake processing failed to complete due to an internal, unrecoverable error.Contract for processing a WebSocket handshake request.