UnixSocketAddress

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

Functions

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

The path of the socket address.

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

Create a copy of UnixSocketAddress.

actual fun copy(path: String = this.path): UnixSocketAddress
Link copied to clipboard
expect 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
Link copied to clipboard
expect open override fun toString(): String
actual open override fun toString(): String

Properties

Link copied to clipboard
expect val path: String

The path of the socket address.

actual val path: String
actual val path: String