HttpTarget

class HttpTarget

Determines which host and port an HTTP request is dispatched to. Use the factory methods in the companion object to create new instances.

Types

Companion
Link copied to clipboard
object Companion

Functions

copy
Link copied to clipboard
fun copy(nodeIdentifier: NodeIdentifier? = null): HttpTarget

Returns a copy of this target with a different node.

toString
Link copied to clipboard
open override fun toString(): String