| Name | Description | Type | Package | Framework |
| AbstractWebSocketHandler | A convenient base class for WebSocketHandler implementation with empty methods. | Class | org.springframework.web.socket.handler | Spring MVC |
| BeanCreatingHandlerProvider | Instantiates a target handler through a Spring BeanFactory and also providesan equivalent destroy method. | Class | org.springframework.web.socket.handler | Spring MVC |
| BinaryWebSocketHandler | A convenient base class for WebSocketHandler implementation that process binarymessages only. | Class | org.springframework.web.socket.handler | Spring MVC |
| ConcurrentWebSocketSessionDecorator | Wraps a WebSocketSession and guaranteesonly one thread can send messages at a time. | Class | org.springframework.web.socket.handler | Spring MVC |
| ExceptionWebSocketHandlerDecorator | An exception handling WebSocketHandlerDecorator. | Class | org.springframework.web.socket.handler | Spring MVC |
| LoggingWebSocketHandlerDecorator | A WebSocketHandlerDecorator that adds logging to WebSocket lifecycle events. | Class | org.springframework.web.socket.handler | Spring MVC |
| PerConnectionWebSocketHandler | A WebSocketHandler that initializes and destroys a WebSocketHandlerinstance for each WebSocket connection and delegates all other methods to it. | Class | org.springframework.web.socket.handler | Spring MVC |
| SessionLimitExceededException | Raised when a WebSocket session has exceeded limits it has been configuredfor, e. | Class | org.springframework.web.socket.handler | Spring MVC |
| TextWebSocketHandler | A convenient base class for WebSocketHandler implementation that process textmessages only. | Class | org.springframework.web.socket.handler | Spring MVC |
| WebSocketHandlerDecorator | Wraps another WebSocketHandlerinstance and delegates to it. | Class | org.springframework.web.socket.handler | Spring MVC |
| WebSocketHandlerDecoratorFactory | A factory for applying decorators to a WebSocketHandler. | Interface | org.springframework.web.socket.handler | Spring MVC |
| WebSocketSessionDecorator | Wraps another WebSocketSession instanceand delegates to it. | Class | org.springframework.web.socket.handler | Spring MVC |