Uses of Interface
adams.flow.websocket.client.WebSocketClientGenerator
-
Packages that use WebSocketClientGenerator Package Description adams.flow.sink adams.flow.websocket.client -
-
Uses of WebSocketClientGenerator in adams.flow.sink
Fields in adams.flow.sink declared as WebSocketClientGenerator Modifier and Type Field Description protected WebSocketClientGenerator
WebSocketClient. m_Generator
the client generator.Methods in adams.flow.sink that return WebSocketClientGenerator Modifier and Type Method Description WebSocketClientGenerator
WebSocketClient. getGenerator()
Returns the client generator to useMethods in adams.flow.sink with parameters of type WebSocketClientGenerator Modifier and Type Method Description void
WebSocketClient. setGenerator(WebSocketClientGenerator value)
Sets the client generator to use. -
Uses of WebSocketClientGenerator in adams.flow.websocket.client
Classes in adams.flow.websocket.client that implement WebSocketClientGenerator Modifier and Type Class Description class
AbstractWebSocketClientGenerator
Ancestor for client generators.class
SimpleSendGenerator
Generates the SimpleSend client.class
SimpleSendWithQueueGenerator
Generates the SimpleSendWithQueue client.
-