Package org.springframework.web.socket.server.support
@NonNullApi
@NonNullFields
package org.springframework.web.socket.server.support
Server-side support classes including container-specific strategies
for upgrading a request.
-
ClassDescriptionA base class for
HandshakeHandler
implementations, independent of the Servlet API.A defaultHandshakeHandler
implementation, extendingAbstractHandshakeHandler
with Servlet-specific initialization support.A helper class that assists with invoking a list of handshake interceptors.An interceptor to copy information from the HTTP session to the "handshake attributes" map to be made available viaWebSocketSession.getAttributes()
.An interceptor to check requestOrigin
header value against a collection of allowed origins.Extension ofSimpleUrlHandlerMapping
with support for more precise mapping of WebSocket handshake requests to handlers of typeWebSocketHttpRequestHandler
.AHttpRequestHandler
for processing WebSocket handshake requests.