Namespace
com.ibm.streamsx.tcp
Toolkits
>
com.ibm.streamsx.tcp 2.1.1
> com.ibm.streamsx.tcp
Operators
TCPServer
: The
TCPServer
is a multi-connection, multi-threaded full-duplex TCP operator that can accept data from one or more TCP sockets and send data back via the same socket connections.
Types
ActionEventT
: Enum for action event definition.
TcpServerBlobEventT
: Schema for the input port 0 if the data is a blob.
TcpServerBlobT
: Schema for the output port 0 if the data is a blob.
TcpServerConnT
: Common schema for host / port.
TcpServerRawEventT
: Schema for the input port 0 if the data is a blob.
TcpServerStatusT
: Schema for the output port 1 to report status of connection
TcpServerStrEventT
: Schema for the input port 0 if the data is an rstring.
TcpServerStrT
: Schema for the output port 0 if the data is an rstring.