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 by the url parameter.
- WebSocketSendReceive: The client-based WebSocketSendReceive operator simultaneously sends data to and receives data from a remote WebSocket server.
- WebSocketSink: The server-based WebSocketSink operator is designed to send data to any connected WebSocket clients (inside or outside of Streams).
- WebSocketSource: The server-based WebSocketSource operator is designed to receive text (plain text, JSON or XML) or binary data from remote WebSocket and HTTP clients.