| Package | Description |
|---|---|
| org.aoju.bus.http | |
| org.aoju.bus.http.accord |
| Modifier and Type | Method and Description |
|---|---|
Address |
Route.address() |
| Modifier and Type | Method and Description |
|---|---|
abstract Socket |
Internal.deduplicate(ConnectionPool pool,
Address address,
StreamAllocation streamAllocation) |
boolean |
Address.equalsNonHost(Address that) |
abstract boolean |
Internal.equalsNonHost(Address a,
Address b) |
abstract RealConnection |
Internal.get(ConnectionPool pool,
Address address,
StreamAllocation streamAllocation,
Route route) |
| Constructor and Description |
|---|
Route(Address address,
Proxy proxy,
InetSocketAddress inetSocketAddress) |
| Modifier and Type | Field and Description |
|---|---|
Address |
StreamAllocation.address |
| Modifier and Type | Method and Description |
|---|---|
Socket |
ConnectionPool.deduplicate(Address address,
StreamAllocation streamAllocation) |
RealConnection |
ConnectionPool.get(Address address,
StreamAllocation streamAllocation,
Route route) |
boolean |
RealConnection.isEligible(Address address,
Route route) |
| Constructor and Description |
|---|
RouteSelector(Address address,
RouteDatabase routeDatabase,
Call call,
EventListener eventListener) |
StreamAllocation(ConnectionPool connectionPool,
Address address,
Call call,
EventListener eventListener,
Object callStackTrace) |
Copyright © 2019. All rights reserved.