Operators: IBMStreams streamsx.inetserver Toolkit

IBMStreams streamsx.inetserver Toolkit > Operators

Operators

HTTPBLOBInjection
Embeds a Jetty web server to allow HTTP or HTTPS POST requests to submit a tuple on its output ports.
HTTPJSONInjection
Embeds a Jetty web server to allow HTTP or HTTPS POST requests with mime type application/json to submit a tuple on its output ports.
HTTPRequestProcess
Operator accepts a web request and generates corresponding response.
HTTPTupleInjection
Embeds a Jetty web server to allow HTTP or HTTPS POST requests to submit a tuple on its output ports.
HTTPTupleView
REST HTTP or HTTPS API to view tuples from windowed input ports.
HTTPXMLInjection
Embeds a Jetty web server to allow HTTP or HTTPS POST requests to submit a tuple on its output ports.
HTTPXMLView
REST API to view tuples from input ports.
WebContext
Embeds a Jetty web server to provide HTTP or HTTPS REST access to files defined by the context and contextResourceBase parameters.
WebSocketInject
Operator recieves messages from WebSocket clients and generates a tuple which is sent to streams.
WebSocketSend
Operator transmits tuples recieved on the input port via WebSocket protocol to connected clients.