| Package | Description |
|---|---|
| okhttp3 |
An HTTP+HTTP/2 client for Android and Java applications.
|
| okhttp3.internal | |
| okhttp3.internal.connection |
| Modifier and Type | Method and Description |
|---|---|
Address |
Route.address() |
| Constructor and Description |
|---|
Route(Address address,
Proxy proxy,
InetSocketAddress inetSocketAddress) |
| Modifier and Type | Method and Description |
|---|---|
abstract Socket |
Internal.deduplicate(ConnectionPool pool,
Address address,
StreamAllocation streamAllocation) |
abstract boolean |
Internal.equalsNonHost(Address a,
Address b) |
abstract RealConnection |
Internal.get(ConnectionPool pool,
Address address,
StreamAllocation streamAllocation,
Route route) |
| Modifier and Type | Field and Description |
|---|---|
Address |
StreamAllocation.address |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RealConnection.isEligible(Address address,
Route route)
Returns true if this connection can carry a stream allocation to
address. |
| Constructor and Description |
|---|
RouteSelector(Address address,
RouteDatabase routeDatabase) |
StreamAllocation(ConnectionPool connectionPool,
Address address,
Object callStackTrace) |
Copyright © 2017. All Rights Reserved.