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. |
| WebSocketHandlerDecorator |
WebSocketHandlerDecorator
and sub-class implementations, as well as a
PerConnectionWebSocketHandler.