Package | Description |
---|---|
org.springframework.web.socket.config.annotation |
Support for annotation-based WebSocket setup in configuration classes.
|
Class and Description |
---|
AbstractWebSocketHandlerRegistration
Base class for
WebSocketHandlerRegistrations that gathers all the configuration
options but allows sub-classes to put together the actual HTTP request mappings. |
SockJsServiceRegistration
A helper class for configuring SockJS fallback options for use with an
EnableWebSocket and
WebSocketConfigurer setup. |
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
Provides methods for configuring
WebSocketHandler request mappings. |
WebSocketMessageBrokerConfigurationSupport
Extends
AbstractMessageBrokerConfiguration and adds configuration for
receiving and responding to STOMP messages from WebSocket clients. |
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.
|