IBM Streams 4.3.0

Operators: com.ibm.streamsx.inet 2.3.6

Operators

FTPCommand
The FTPCommand operator can run an ftp command at a remote host by using the FTP, FTPS, or SFTP protocols.
FTPPutFile
The FTPPutFile operator can put a local file on a remote host by using FTP, FTPS, or SFTP protocols.
FTPReader
The FTPReader operator is a source operator that can scan a directory at a remote host or receive files from a remote host by using the FTP, FTPS, or SFTP protocols.
HTTPGetJSONContent
Periodically connects to an HTTP endpoint to GET JSON content as a single tuple.
HTTPGetStream
Connects to an HTTP endpoint, reads "chunks" of data and sends it to the output port.
HTTPGetXMLContent
Periodically connects to an HTTP endpoint to GET XML content as a single tuple.
HTTPParallelRequest
The operator HTTPParallelRequest issues HTTP requests in parallel asynchronously from the input stream.
HTTPPost
This operator sends incoming tuples to the specified HTTP server as part of a POST request.
HTTPRequest
Issue an HTTP request of the specified method for each input tuple.
InetSource
The InetSource operator periodically retrieves data from network servers and generates a stream from those contents.