Uses of Interface
adams.flow.websocket.server.WebSocketServerGenerator
-
Packages that use WebSocketServerGenerator Package Description adams.flow.standalone adams.flow.websocket.server -
-
Uses of WebSocketServerGenerator in adams.flow.standalone
Fields in adams.flow.standalone declared as WebSocketServerGenerator Modifier and Type Field Description protected WebSocketServerGenerator
WebSocketServer. m_Generator
the server generator to use.Methods in adams.flow.standalone that return WebSocketServerGenerator Modifier and Type Method Description WebSocketServerGenerator
WebSocketServer. getGenerator()
Returns the server generator to useMethods in adams.flow.standalone with parameters of type WebSocketServerGenerator Modifier and Type Method Description void
WebSocketServer. setGenerator(WebSocketServerGenerator value)
Sets the server generator to use. -
Uses of WebSocketServerGenerator in adams.flow.websocket.server
Classes in adams.flow.websocket.server that implement WebSocketServerGenerator Modifier and Type Class Description class
AbstractWebSocketServerGenerator
Ancestor for server generators.class
EchoServerGenerator
Generates a simple echo server.
-