NetworkHeader

Details about a network path component that occurs before or after the current component.

Types

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

Properties

Link copied to clipboard

Information about the destination of the component.

Link copied to clipboard

The protocol used for the component.

Link copied to clipboard

Information about the origin of the component.

Functions

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