UnixSocketAddress

expect class UnixSocketAddress(path: String) : SocketAddress
actual class UnixSocketAddress(path: String) : SocketAddress
actual class UnixSocketAddress(val path: String) : SocketAddress

Constructors

Link copied to clipboard
expect constructor(path: String)
actual constructor(path: String)
actual constructor(path: String)

Properties

Link copied to clipboard
expect val path: String

The path of the socket address.

actual val path: String
actual val path: String

Functions

Link copied to clipboard
expect operator fun component1(): String

The path of the socket address.

actual operator fun component1(): String
actual operator fun component1(): String

The path of the socket address.

Link copied to clipboard
expect fun copy(path: String = this.path): UnixSocketAddress

Create a copy of UnixSocketAddress.

actual fun copy(path: String): UnixSocketAddress
actual fun copy(path: String): UnixSocketAddress

Create a copy of UnixSocketAddress.

Link copied to clipboard
expect open operator override fun equals(other: Any?): Boolean
actual open operator override fun equals(other: Any?): Boolean
actual open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
expect open override fun hashCode(): Int
actual open override fun hashCode(): Int
actual open override fun hashCode(): Int
Link copied to clipboard
Link copied to clipboard
expect open override fun toString(): String
actual open override fun toString(): String
actual open override fun toString(): String