Package | Description |
---|---|
org.springframework.web.socket.config.annotation |
Support for annotation-based WebSocket setup in configuration classes.
|
Modifier and Type | Class and Description |
---|---|
class |
WebMvcStompEndpointRegistry
A registry for STOMP over WebSocket endpoints that maps the endpoints with a
HandlerMapping for use in Spring MVC. |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
WebSocketMessageBrokerConfigurationSupport.registerStompEndpoints(StompEndpointRegistry registry) |
default void |
WebSocketMessageBrokerConfigurer.registerStompEndpoints(StompEndpointRegistry registry)
Register STOMP endpoints mapping each to a specific URL and (optionally)
enabling and configuring SockJS fallback options.
|
protected void |
DelegatingWebSocketMessageBrokerConfiguration.registerStompEndpoints(StompEndpointRegistry registry) |