See: Description
Class | Description |
---|---|
DefaultHandshakeHandler |
A default
HandshakeHandler implementation. |
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. |
WebSocketHttpRequestHandler |
A
HttpRequestHandler for processing WebSocket handshake requests. |