Package | Description |
---|---|
org.springframework.web.socket.config.annotation |
Support for annotation-based WebSocket setup in configuration classes.
|
Modifier and Type | Class and Description |
---|---|
class |
ServletWebSocketHandlerRegistry
WebSocketHandlerRegistry with Spring MVC handler mappings for the
handshake requests. |
Modifier and Type | Method and Description |
---|---|
protected void |
WebSocketConfigurationSupport.registerWebSocketHandlers(WebSocketHandlerRegistry registry) |
protected void |
DelegatingWebSocketConfiguration.registerWebSocketHandlers(WebSocketHandlerRegistry registry) |
void |
WebSocketConfigurer.registerWebSocketHandlers(WebSocketHandlerRegistry registry)
Register
WebSocketHandlers including SockJS fallback options if desired. |