Package edu.tufts.hrilab.gui
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
registerWebSocketHandlers
(org.springframework.web.socket.config.annotation.WebSocketHandlerRegistry registry)
-
Constructor Details
-
DemoConfig
public DemoConfig()
-
-
Method Details
-
registerWebSocketHandlers
public void registerWebSocketHandlers(org.springframework.web.socket.config.annotation.WebSocketHandlerRegistry registry) - Specified by:
registerWebSocketHandlers
in interfaceorg.springframework.web.socket.config.annotation.WebSocketConfigurer
-