Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ConnectionConfiguration

Configuration details for the connection between the client and backend servers.

Properties

Optional backendTcpProxyProtocolVersion

backendTcpProxyProtocolVersion: undefined | number

The backend TCP Proxy Protocol version.

Example: {@code 1} Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

idleTimeout

idleTimeout: number

The maximum idle time, in seconds, allowed between two successive receive or two successive send operations between the client and backend servers. A send operation does not reset the timer for receive operations. A receive operation does not reset the timer for send operations.

For more information, see [Connection Configuration](https://docs.cloud.oracle.com/Content/Balance/Reference/connectionreuse.htm#ConnectionConfiguration).

Example: {@code 1200} Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj