| Package | Description |
|---|---|
| org.aoju.bus.http | |
| org.aoju.bus.http.accord |
| Modifier and Type | Method and Description |
|---|---|
ConnectionPool |
Client.connectionPool() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
Internal.connectionBecameIdle(ConnectionPool pool,
RealConnection connection) |
Client.Builder |
Client.Builder.connectionPool(ConnectionPool connectionPool) |
abstract Socket |
Internal.deduplicate(ConnectionPool pool,
Address address,
StreamAllocation streamAllocation) |
abstract RealConnection |
Internal.get(ConnectionPool pool,
Address address,
StreamAllocation streamAllocation,
Route route) |
abstract void |
Internal.put(ConnectionPool pool,
RealConnection connection) |
abstract RouteDatabase |
Internal.routeDatabase(ConnectionPool connectionPool) |
| Modifier and Type | Method and Description |
|---|---|
static RealConnection |
RealConnection.testConnection(ConnectionPool connectionPool,
Route route,
Socket socket,
long idleAtNanos) |
| Constructor and Description |
|---|
RealConnection(ConnectionPool connectionPool,
Route route) |
StreamAllocation(ConnectionPool connectionPool,
Address address,
Call call,
EventListener eventListener,
Object callStackTrace) |
Copyright © 2019. All rights reserved.