Show TOC

HTTP Server SettingsLocate this document in the navigation structure

The httpPort, contentType, and keepAlive parameters specify HTTP Server settings.

Parameter Description
httpPort

Type: integer

(Required) Specifies the port on which the adapter runs its HTTP server.

contentType

Type: string

(Required) Specifies the content type of HTTP responses. The adapter supports the text/plain and text/html content types.

keepAlive

Type: boolean

(Optional) If set to true, the adapter keeps its HTTP connections open and continues to pulse updates until it is shut down. If set to false, the adapter sends a snapshot of the window (the base data) and then closes all connections. The default value is true.