| Package | Description |
|---|---|
| com.squareup.okhttp | |
| com.squareup.okhttp.internal.http |
| Modifier and Type | Method and Description |
|---|---|
Address |
Route.getAddress()
Returns the
Address of this route. |
| Modifier and Type | Method and Description |
|---|---|
Connection |
ConnectionPool.get(Address address)
Returns a recycled connection to
address, or null if no such connection exists. |
| Constructor and Description |
|---|
Route(Address address,
Proxy proxy,
InetSocketAddress inetSocketAddress,
boolean modernTls) |
| Constructor and Description |
|---|
RouteSelector(Address address,
URI uri,
ProxySelector proxySelector,
ConnectionPool pool,
Dns dns,
RouteDatabase routeDatabase) |
Copyright © 2014. All rights reserved.