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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidwebSocketHandlerMapping(org.springframework.web.socket.config.annotation.WebSocketConfigurationSupport.DefaultSockJsSchedulerContainer schedulerContainer) 
- 
Constructor Details- 
WebSocketConfigurationSupportpublic WebSocketConfigurationSupport()
 
- 
- 
Method Details- 
webSocketHandlerMapping@Bean public HandlerMapping webSocketHandlerMapping(@Qualifier("defaultSockJsSchedulerContainer") org.springframework.web.socket.config.annotation.WebSocketConfigurationSupport.DefaultSockJsSchedulerContainer schedulerContainer) 
- 
registerWebSocketHandlers
 
-