ConnectionDetails

Egress address of AgentEndpoint with an optional mtu.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val mtu: Int?

Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.

Link copied to clipboard

A socket address.

Functions

Link copied to clipboard
inline fun copy(block: ConnectionDetails.Builder.() -> Unit = {}): ConnectionDetails
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String