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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected voidwebSocketHandlerMapping(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
 
 -