| Package | Description |
|---|---|
| org.aoju.bus.http | |
| org.aoju.bus.http.accord | |
| org.aoju.bus.http.offers |
| Modifier and Type | Method and Description |
|---|---|
abstract RealConnection |
Internal.get(ConnectionPool pool,
Address address,
StreamAllocation streamAllocation,
Route route) |
| Modifier and Type | Method and Description |
|---|---|
Route |
RouteSelector.Selection.next() |
Route |
StreamAllocation.route() |
Route |
RealConnection.route() |
Route |
Connection.route() |
| Modifier and Type | Method and Description |
|---|---|
List<Route> |
RouteSelector.Selection.getAll() |
| Modifier and Type | Method and Description |
|---|---|
void |
RouteDatabase.connected(Route route) |
void |
RouteSelector.connectFailed(Route failedRoute,
IOException failure) |
void |
RouteDatabase.failed(Route failedRoute) |
RealConnection |
ConnectionPool.get(Address address,
StreamAllocation streamAllocation,
Route route) |
boolean |
RealConnection.isEligible(Address address,
Route route) |
boolean |
RouteDatabase.shouldPostpone(Route route) |
static RealConnection |
RealConnection.testConnection(ConnectionPool connectionPool,
Route route,
Socket socket,
long idleAtNanos) |
| Constructor and Description |
|---|
RealConnection(ConnectionPool connectionPool,
Route route) |
| Modifier and Type | Method and Description |
|---|---|
Request |
Authenticator.authenticate(Route route,
Response response) |
Copyright © 2019. All rights reserved.