Class WebSocketConfig

  • All Implemented Interfaces:
    org.springframework.web.socket.config.annotation.WebSocketConfigurer

    @Configuration
    @EnableWebSocket
    public class WebSocketConfig
    extends java.lang.Object
    implements org.springframework.web.socket.config.annotation.WebSocketConfigurer
    • Constructor Summary

      Constructors 
      Constructor Description
      WebSocketConfig()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void registerWebSocketHandlers​(org.springframework.web.socket.config.annotation.WebSocketHandlerRegistry webSocketHandlerRegistry)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WebSocketConfig

        public WebSocketConfig()
    • Method Detail

      • registerWebSocketHandlers

        public void registerWebSocketHandlers​(org.springframework.web.socket.config.annotation.WebSocketHandlerRegistry webSocketHandlerRegistry)
        Specified by:
        registerWebSocketHandlers in interface org.springframework.web.socket.config.annotation.WebSocketConfigurer