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.
-
ClassesClassDescriptionA base class for
HandshakeHandlerimplementations, independent of the Servlet API.A defaultHandshakeHandlerimplementation, extendingAbstractHandshakeHandlerwith 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 requestOriginheader value against a collection of allowed origins.Extension ofSimpleUrlHandlerMappingwith support for more precise mapping of WebSocket handshake requests to handlers of typeWebSocketHttpRequestHandler.AHttpRequestHandlerfor processing WebSocket handshake requests.