Operators: com.teracloud.streams.inetserver 5.0.0
Operators
- HTTPBLOBInjection
- NOTE: Deprecated as of version 5.0.0 (Streams version 7.2). 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). 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). 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
- REST HTTP or HTTPS API to view tuples from windowed input ports.
- HTTPXMLInjection
- NOTE: Deprecated as of version 5.0.0 (Streams version 7.2). 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
- 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
- NOTE: Deprecated as of version 5.0.0 (Streams version 7.2). 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). 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.