HandshakeResource

Contains additional data that is needed to process a handshake.

Types

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

Properties

Link copied to clipboard

When needed, contains an additional array of HandshakeResource objects.

Link copied to clipboard

The type of information being passed, specifying how the value is to be interpreted by the other party:

Link copied to clipboard

The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.

Functions

Link copied to clipboard
inline fun copy(block: HandshakeResource.Builder.() -> Unit = {}): HandshakeResource
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