| Package | Description |
|---|---|
| org.aoju.bus.http.accord | |
| org.aoju.bus.http.cache | |
| org.aoju.bus.http.internal.http | |
| org.aoju.bus.http.internal.http.second | |
| org.aoju.bus.http.offers |
| Modifier and Type | Method and Description |
|---|---|
Response |
ConnectInterceptor.intercept(Interceptor.Chain chain) |
HttpCodec |
RealConnection.newCodec(Client client,
Interceptor.Chain chain,
StreamAllocation streamAllocation) |
HttpCodec |
StreamAllocation.newStream(Client client,
Interceptor.Chain chain,
boolean doExtensiveHealthChecks) |
| Modifier and Type | Method and Description |
|---|---|
Response |
CacheInterceptor.intercept(Interceptor.Chain chain) |
| Modifier and Type | Class and Description |
|---|---|
class |
RealInterceptorChain
A concrete intercept chain that carries the entire intercept chain: all application
interceptors, the httpClient core, all network interceptors, and finally the network caller.
|
| Modifier and Type | Method and Description |
|---|---|
Interceptor.Chain |
RealInterceptorChain.withConnectTimeout(int timeout,
TimeUnit unit) |
Interceptor.Chain |
RealInterceptorChain.withReadTimeout(int timeout,
TimeUnit unit) |
Interceptor.Chain |
RealInterceptorChain.withWriteTimeout(int timeout,
TimeUnit unit) |
| Modifier and Type | Method and Description |
|---|---|
Response |
CallServerInterceptor.intercept(Interceptor.Chain chain) |
Response |
RetryAndFollowUpInterceptor.intercept(Interceptor.Chain chain) |
Response |
BridgeInterceptor.intercept(Interceptor.Chain chain) |
| Constructor and Description |
|---|
Http2Codec(Client client,
Interceptor.Chain chain,
StreamAllocation streamAllocation,
Http2Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
Interceptor.Chain |
Interceptor.Chain.withConnectTimeout(int timeout,
TimeUnit unit) |
Interceptor.Chain |
Interceptor.Chain.withReadTimeout(int timeout,
TimeUnit unit) |
Interceptor.Chain |
Interceptor.Chain.withWriteTimeout(int timeout,
TimeUnit unit) |
| Modifier and Type | Method and Description |
|---|---|
Response |
Interceptor.intercept(Interceptor.Chain chain) |
Copyright © 2019. All rights reserved.