ConnectionDetails

Information about a connection.

Types

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

Properties

Link copied to clipboard

The allowed IP addresses.

Link copied to clipboard

The public key of the client.

Link copied to clipboard

The client tunnel address.

Link copied to clipboard

The endpoint for the server.

Link copied to clipboard

The public key of the server.

Link copied to clipboard

The server tunnel 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