类 WebSocketConfig

java.lang.Object
com.hengyi.xbaseweb.system.config.WebSocketConfig
所有已实现的接口:
org.springframework.web.socket.config.annotation.WebSocketConfigurer

@Configuration @EnableWebSocket public class WebSocketConfig extends Object implements org.springframework.web.socket.config.annotation.WebSocketConfigurer
ws配置
  • 构造器详细资料

    • WebSocketConfig

      public WebSocketConfig()
  • 方法详细资料

    • registerWebSocketHandlers

      public void registerWebSocketHandlers(org.springframework.web.socket.config.annotation.WebSocketHandlerRegistry registry)
      指定者:
      registerWebSocketHandlers 在接口中 org.springframework.web.socket.config.annotation.WebSocketConfigurer