WebSocketHandlerDecorator
and sub-class implementations, as well as a
PerConnectionWebSocketHandler.See: Description
| Class | Description |
|---|---|
| BeanCreatingHandlerProvider<T> |
Instantiates a target handler through a Spring
BeanFactory and also provides
an equivalent destroy method. |
| ExceptionWebSocketHandlerDecorator |
An exception handling
WebSocketHandlerDecorator. |
| LoggingWebSocketHandlerDecorator |
A
WebSocketHandlerDecorator that adds logging to WebSocket lifecycle events. |
| PerConnectionWebSocketHandler |
A
WebSocketHandler that initializes and destroys a WebSocketHandler
instance for each WebSocket connection and delegates all other methods to it. |
| WebSocketExtension |
Represents a WebSocket extension as defined in the RFC 6455.
|
| WebSocketExtension.StandardToWebSocketExtensionAdapter | |
| WebSocketExtension.WebSocketToJettyExtensionConfigAdapter | |
| WebSocketExtension.WebSocketToStandardExtensionAdapter | |
| WebSocketHandlerDecorator | |
| WebSocketHttpHeaders |
An
HttpHeaders variant that adds support for
the HTTP headers defined by the WebSocket specification RFC 6455. |
WebSocketHandlerDecorator
and sub-class implementations, as well as a
PerConnectionWebSocketHandler.