Class WebSocketConfigurationSupport

java.lang.Object
org.springframework.web.socket.config.annotation.WebSocketConfigurationSupport
Direct Known Subclasses:
DelegatingWebSocketConfiguration

public class WebSocketConfigurationSupport extends Object
Configuration support for WebSocket request handling.
Since:
4.0
Author:
Rossen Stoyanchev, Sebastien Deleuze
  • Constructor Details

    • WebSocketConfigurationSupport

      public WebSocketConfigurationSupport()
  • Method Details

    • webSocketHandlerMapping

      @Bean public HandlerMapping webSocketHandlerMapping(@Qualifier("defaultSockJsSchedulerContainer") org.springframework.web.socket.config.annotation.WebSocketConfigurationSupport.DefaultSockJsSchedulerContainer schedulerContainer)
    • registerWebSocketHandlers

      protected void registerWebSocketHandlers(WebSocketHandlerRegistry registry)