Uses of Package
org.springframework.web.socket.config.annotation
Package
Description
Support for annotation-based WebSocket setup in configuration classes.
-
ClassDescriptionBase class for
WebSocketHandlerRegistrations
that gathers all the configuration options but allows subclasses to put together the actual HTTP request mappings.A helper class for configuring SockJS fallback options for use with anEnableWebSocket
andWebSocketConfigurer
setup.A contract for registering STOMP over WebSocket endpoints.A contract for configuring a STOMP over WebSocket endpoint.A registry for STOMP over WebSocket endpoints that maps the endpoints with aHandlerMapping
for use in Spring MVC.Configuration support for WebSocket request handling.Defines callback methods to configure the WebSocket request handling via@EnableWebSocket
.Provides methods for configuring a WebSocket handler.Provides methods for configuringWebSocketHandler
request mappings.ExtendsAbstractMessageBrokerConfiguration
and adds configuration for receiving and responding to STOMP messages from WebSocket clients.Defines methods for configuring message handling with simple messaging protocols (e.g.Configure the processing of messages received from and sent to WebSocket clients.