Namespace com.teracloud.streams.inet.wsserver

NOTE: The com.teracloud.streams.wsserver namespace including all types, functions, and operators defined therein are deprecated.

Operators

  • WebSocketInject: NOTE: Deprecated as of version 5.0.0 (Streams version 7.2). Use the WebSocketSource operator from the com.teracloud.streams.websocket toolkit instead. Operator recieves messages from WebSocket clients and generates a tuple which is sent to streams.
  • WebSocketSend: NOTE: Deprecated as of version 5.0.0 (Streams version 7.2). Use the WebSocketSink operator from the com.teracloud.streams.websocket toolkit instead. Operator transmits tuples received on the input port via WebSocket protocol to connected clients.