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.