Class WebSocketConfigurationSupport
java.lang.Object
org.springframework.web.socket.config.annotation.WebSocketConfigurationSupport
- Direct Known Subclasses:
DelegatingWebSocketConfiguration
Configuration support for WebSocket request handling.
- Since:
- 4.0
- Author:
- Rossen Stoyanchev, Sebastien Deleuze
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
webSocketHandlerMapping
(org.springframework.web.socket.config.annotation.WebSocketConfigurationSupport.DefaultSockJsSchedulerContainer schedulerContainer)
-
Constructor Details
-
WebSocketConfigurationSupport
public WebSocketConfigurationSupport()
-
-
Method Details
-
webSocketHandlerMapping
@Bean public HandlerMapping webSocketHandlerMapping(@Qualifier("defaultSockJsSchedulerContainer") org.springframework.web.socket.config.annotation.WebSocketConfigurationSupport.DefaultSockJsSchedulerContainer schedulerContainer) -
registerWebSocketHandlers
-