Namespace com.teracloud.streams.websocket.op
Operators
- HttpPost: This operator posts/sends the incoming tuple's text or binary content to a HTTP or HTTPS persistent (Keep-Alive) or non-persistent endpoint specified in the operator parameter named url.
- WebSocketSendReceive: The client-based WebSocketSendReceive operator is designed to serve a dual purpose of simultaneously sending data to and receiving data from a remote WebSocket server.
- WebSocketSink: The server-based WebSocketSink operator is designed to send data to the remote WebSocket clients that are connected at any given time to the WebSocket server running inside of this operator.
- WebSocketSource: The server-based WebSocketSource operator is designed to receive text (plain text, JSON or XML) or binary data from the remote WebSocket and HTTP clients.