EndpointPingReport

class EndpointPingReport

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val error: String?

The error of the ping.

Link copied to clipboard
val id: String?
Link copied to clipboard
val latency: Duration

The latency for this ping (might be the timeout property if timed out).

Link copied to clipboard
val local: String?

The local socket identifier as a string.

Link copied to clipboard
val namespace: String?

If present, the namespace of this endpoint.

Link copied to clipboard
val remote: String?

The remote socket identifier as a string.

Link copied to clipboard
val state: PingState

The state of the individual ping.

Link copied to clipboard
val type: ServiceType