IBM InfoSphere Streams Version 4.1.0

SPL File HTTPTypes.spl

Content

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.

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. -1 if server is unavailable.
  • dataSize - Size of the data field in bytes

HTTPResponse = rstring data, rstring errorMessage, int32 responseCode, int32 dataSize;