Class DemoConfig

java.lang.Object
edu.tufts.hrilab.gui.DemoConfig
All Implemented Interfaces:
org.springframework.web.socket.config.annotation.WebSocketConfigurer

@Configuration @EnableWebSocket @ComponentScan(basePackages="edu.tufts.hrilab") public class DemoConfig extends Object implements org.springframework.web.socket.config.annotation.WebSocketConfigurer
  • Constructor Details

    • DemoConfig

      public DemoConfig()
  • Method Details

    • registerWebSocketHandlers

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