Package io.datarouter.websocket.service
Class GuiceWebSocketConfig
java.lang.Object
io.datarouter.websocket.service.WebSocketConfig
io.datarouter.websocket.service.GuiceWebSocketConfig
- All Implemented Interfaces:
javax.websocket.server.ServerApplicationConfig
public abstract class GuiceWebSocketConfig extends WebSocketConfig
Extend this class with a concrete instances in the webapp where it will be found with classpath scanning.
-
Field Summary
Fields inherited from class io.datarouter.websocket.service.WebSocketConfig
EVERYTHING_BUT_NOT_WEBSOCKET, WEBSOCKET_URI_PREFIX -
Constructor Summary
Constructors Constructor Description GuiceWebSocketConfig() -
Method Summary
Methods inherited from class io.datarouter.websocket.service.WebSocketConfig
getAnnotatedEndpointClasses, getEndpointConfigs
-
Constructor Details
-
GuiceWebSocketConfig
public GuiceWebSocketConfig()
-