| AbstractWebSocketHandlerRegistration | Base class for WebSocketHandlerRegistrations that gathers all the configuration options but allows sub-classes to put together the actual HTTP request mappings. |
|---|
| SockJsServiceRegistration | |
|---|
| StompEndpointRegistry | A contract for registering STOMP over WebSocket endpoints. |
|---|
| StompWebSocketEndpointRegistration | A contract for configuring a STOMP over WebSocket endpoint. |
|---|
| WebMvcStompEndpointRegistry | A registry for STOMP over WebSocket endpoints that maps the endpoints with a HandlerMapping for use in Spring MVC. |
|---|
| WebSocketConfigurationSupport | Configuration support for WebSocket request handling. |
|---|
| WebSocketConfigurer | Defines callback methods to configure the WebSocket request handling via @EnableWebSocket. |
|---|
| WebSocketHandlerRegistration | Provides methods for configuring a WebSocket handler. |
|---|
| WebSocketHandlerRegistry | |
|---|
| WebSocketMessageBrokerConfigurationSupport | |
|---|
| WebSocketMessageBrokerConfigurer | Defines methods for configuring message handling with simple messaging protocols (e.g. |
|---|
| WebSocketTransportRegistration | Configure the processing of messages received from and sent to WebSocket clients. |
|---|