Toolkit com.teracloud.streams.inetserver 5.0.0
General Information
The Internet Server Toolkit provides support HTTP- and Websocket-Server operators and functions. The functionality is based on an embedded jetty webserver.
This toolkit separates its functionality into a number of namespaces:
- com.teracloud.streams.inet.rest: Operators that embed a (jetty) HTTP server to provide a REST-style API to streaming data.
- com.teracloud.streams.inet.wsserver: NOTE: This namespace including all types, functions, and operators defined therein are deprecated. Operators that embed a (jetty) WebSocket server to expose streaming data as WebSocket messages.
- Sharing the Eclipse Jetty Instance
- All operators of this toolkit embed a Jetty webserver and all operator invocations in an SPL application that are co-located/fused in same partition (PE) will share a common Jetty instance.
- HTTPS Support
- Overview of HTTP and HTTPS support for com.teracloud.streams.inet.rest operators.
- Version
- 5.0.0
- Required Product Version
- 7.2.0.0