| 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
A
WebSocketHandlerRegistry that maps WebSocketHandlers to URLs for use
in a Servlet container. |
| Modifier and Type | Method and Description |
|---|---|
void |
WebSocketConfigurer.registerWebSocketHandlers(WebSocketHandlerRegistry registry)
Register
WebSocketHandlers including SockJS fallback options if desired. |
protected void |
DelegatingWebSocketConfiguration.registerWebSocketHandlers(WebSocketHandlerRegistry registry) |
protected void |
WebSocketConfigurationSupport.registerWebSocketHandlers(WebSocketHandlerRegistry registry) |