Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace TcpConnection

TCP connection results. All durations are in milliseconds.

Properties

Optional address

address: undefined | string

The connection IP address.

Optional connectDuration

connectDuration: undefined | number

Total connect duration, calculated using {@code connectEnd} minus {@code connectStart}. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional port

port: undefined | number

The port. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional secureConnectDuration

secureConnectDuration: undefined | number

The duration to secure the connection. This value will be zero for insecure connections. Calculated using {@code connectEnd} minus {@code secureConnectionStart}. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj