See: Description
Class | Description |
---|---|
AbstractHandshakeHandler |
A base class for
HandshakeHandler implementations, independent from the Servlet API. |
DefaultHandshakeHandler |
A default
HandshakeHandler implementation,
extending AbstractHandshakeHandler with Servlet-specific initialization support. |
HandshakeInterceptorChain |
A helper class that assists with invoking a list of handshake interceptors.
|
HttpSessionHandshakeInterceptor |
An interceptor to copy information from the HTTP session to the "handshake
attributes" map to made available via
WebSocketSession.getAttributes() . |
OriginHandshakeInterceptor |
An interceptor to check request
Origin header value against a
collection of allowed origins. |
WebSocketHandlerMapping |
Extension of
SimpleUrlHandlerMapping with support for more
precise mapping of WebSocket handshake requests to handlers of type
WebSocketHttpRequestHandler . |
WebSocketHttpRequestHandler |
A
HttpRequestHandler for processing WebSocket handshake requests. |