class Route
The concrete route used by a connection to reach an abstract origin server. When creating a connection the client has many options:
Each route is a specific selection of these options.
Route(address: Address, proxy: Proxy, socketAddress: InetSocketAddress)
The concrete route used by a connection to reach an abstract origin server. When creating a connection the client has many options: |
val address: Address |
|
val proxy: Proxy
Returns the Proxy of this route. |
|
val socketAddress: InetSocketAddress |
fun equals(other: Any?): Boolean |
|
fun hashCode(): Int |
|
fun requiresTunnel(): Boolean
Returns true if this route tunnels HTTPS through an HTTP proxy. See RFC 2817, Section 5.2. |
|
fun toString(): String |