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 WebSocketClientGeneratorWebSocketClient. m_Generatorthe client generator.Methods in adams.flow.sink that return WebSocketClientGenerator Modifier and Type Method Description WebSocketClientGeneratorWebSocketClient. getGenerator()Returns the client generator to useMethods in adams.flow.sink with parameters of type WebSocketClientGenerator Modifier and Type Method Description voidWebSocketClient. 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 classAbstractWebSocketClientGeneratorAncestor for client generators.classSimpleSendGeneratorGenerates the SimpleSend client.classSimpleSendWithQueueGeneratorGenerates the SimpleSendWithQueue client.
-