Operators: com.teracloud.streams.inetserver 6.0.0

Operators

HTTPBLOBInjection
NOTE: Deprecated as of version 5.0.0 (Streams version 7.2.0). Use the EndpointSource operator from the SPL toolkit instead. Embeds a Jetty web server to allow HTTP or HTTPS POST requests to submit a tuple on its output ports. Each output port corresponds to a unique URL comprising the operator name and the port index.
HTTPJSONInjection
NOTE: Deprecated as of version 5.0.0 (Streams version 7.2.0). Use the EndpointSource operator from the SPL toolkit instead. 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. Each output port corresponds to a unique URL comprising the operator name and the port index.
HTTPRequestProcess
Operator accepts a web request and generates corresponding response.
HTTPTupleInjection
NOTE: Deprecated as of version 5.0.0 (Streams version 7.2.0). Use the EndpointSource operator from the SPL toolkit instead. Embeds a Jetty web server to allow HTTP or HTTPS POST requests to submit a tuple on its output ports. Each output port corresponds to a unique URL comprising the operator name and the port index.
HTTPTupleView
NOTE: Deprecated as of version 6.0.0 (Streams version 7.2.1). Use the EndpointSink operator from the SPL toolkit instead. REST HTTP or HTTPS API to view tuples from windowed input ports. Embeds a Jetty web server to provide HTTP REST access to the collection of tuples in the input port window at the time of the last eviction for tumbling windows, or last trigger for sliding windows.
HTTPXMLInjection
NOTE: Deprecated as of version 5.0.0 (Streams version 7.2.0). Use the EndpointSource operator from the SPL toolkit instead. Embeds a Jetty web server to allow HTTP or HTTPS POST requests to submit a tuple on its output ports. Each output port corresponds to a unique URL comprising the operator name and the port index.
HTTPXMLView
NOTE: Deprecated as of version 6.0.0 (Streams version 7.2.1). Use the EndpointSink operator from the SPL toolkit instead. REST API to view tuples from input ports. Embeds a Jetty web server to provide HTTP or HTTPS REST access to the first XML attribute of the last tuple received by the input port.
WebContext
Embeds a Jetty web server to provide HTTP or HTTPS REST access to files defined by the context and contextResourceBase parameters.
WebSocketInject
NOTE: Deprecated as of version 5.0.0 (Streams version 7.2.0). Use the WebSocketSource operator from the com.teracloud.streams.websocket toolkit instead. Operator recieves messages from WebSocket clients and generates a tuple which is sent to streams.
WebSocketSend
NOTE: Deprecated as of version 5.0.0 (Streams version 7.2.0). Use the WebSocketSink operator from the com.teracloud.streams.websocket toolkit instead. Operator transmits tuples received on the input port via WebSocket protocol to connected clients.