Package | Description |
---|---|
okhttp3 |
An HTTP+HTTP/2 client for Android and Java applications.
|
okhttp3.internal | |
okhttp3.internal.connection |
Modifier and Type | Field and Description |
---|---|
(package private) Address |
Route.address |
Modifier and Type | Method and Description |
---|---|
Address |
Route.address() |
Modifier and Type | Method and Description |
---|---|
(package private) boolean |
Address.equalsNonHost(Address that) |
Constructor and Description |
---|
Route(Address address,
java.net.Proxy proxy,
java.net.InetSocketAddress inetSocketAddress) |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
Internal.equalsNonHost(Address a,
Address b) |
Modifier and Type | Field and Description |
---|---|
private Address |
RouteSelector.address |
private Address |
ExchangeFinder.address |
Modifier and Type | Method and Description |
---|---|
private Address |
Transmitter.createAddress(HttpUrl url) |
Modifier and Type | Method and Description |
---|---|
(package private) boolean |
RealConnection.isEligible(Address address,
java.util.List<Route> routes)
Returns true if this connection can carry a stream allocation to
address . |
(package private) boolean |
RealConnectionPool.transmitterAcquirePooledConnection(Address address,
Transmitter transmitter,
java.util.List<Route> routes,
boolean requireMultiplexed)
Attempts to acquire a recycled connection to
address for transmitter . |
Constructor and Description |
---|
ExchangeFinder(Transmitter transmitter,
RealConnectionPool connectionPool,
Address address,
Call call,
EventListener eventListener) |
RouteSelector(Address address,
RouteDatabase routeDatabase,
Call call,
EventListener eventListener) |