IBM InfoSphere Streams Version 4.1.0

Namespace com.ibm.streamsx.inet.http

Operators

  • HTTPGetStream: Connects to an HTTP endpoint, reads "chunks" of data and sends it to the output port.
  • HTTPPost: This operator sends incoming tuples to the specified HTTP server as part of a POST request.

Types

  • HTTPResponse: Output Stream Schema for HTTP operators data - Data sent by the receiver on its output stream errorMessage - Data sent by the receiver on its error stream responseCode - HTTP response code.