| Package | Description |
|---|---|
| org.aoju.bus.http | |
| org.aoju.bus.http.internal.connection | |
| org.aoju.bus.http.internal.http |
| Modifier and Type | Field and Description |
|---|---|
static EventListener |
EventListener.NONE |
| Modifier and Type | Method and Description |
|---|---|
EventListener |
EventListener.Factory.create(Call call) |
| Modifier and Type | Method and Description |
|---|---|
HttpClient.Builder |
HttpClient.Builder.eventListener(EventListener eventListener) |
| Modifier and Type | Field and Description |
|---|---|
EventListener |
StreamAllocation.eventListener |
| Modifier and Type | Method and Description |
|---|---|
void |
RealConnection.connect(int connectTimeout,
int readTimeout,
int writeTimeout,
int pingIntervalMillis,
boolean connectionRetryEnabled,
Call call,
EventListener eventListener) |
| Constructor and Description |
|---|
RouteSelector(Address address,
RouteDatabase routeDatabase,
Call call,
EventListener eventListener) |
StreamAllocation(ConnectionPool connectionPool,
Address address,
Call call,
EventListener eventListener,
Object callStackTrace) |
| Modifier and Type | Method and Description |
|---|---|
EventListener |
RealInterceptorChain.eventListener() |
| Constructor and Description |
|---|
RealInterceptorChain(List<Interceptor> interceptors,
StreamAllocation streamAllocation,
HttpCodec httpCodec,
RealConnection connection,
int index,
Request request,
Call call,
EventListener eventListener,
int connectTimeout,
int readTimeout,
int writeTimeout) |
Copyright © 2019. All rights reserved.