| Package | Description |
|---|---|
| org.aoju.bus.http.accord | |
| org.aoju.bus.http.cache | |
| org.aoju.bus.http.magic | |
| org.aoju.bus.http.metric | |
| org.aoju.bus.http.metric.http |
| Modifier and Type | Method and Description |
|---|---|
Response |
ConnectInterceptor.intercept(Interceptor.Chain chain) |
HttpCodec |
RealConnection.newCodec(Httpd client,
Interceptor.Chain chain,
StreamAllocation streamAllocation) |
HttpCodec |
StreamAllocation.newStream(Httpd client,
Interceptor.Chain chain,
boolean doExtensiveHealthChecks) |
| Modifier and Type | Method and Description |
|---|---|
Response |
CacheInterceptor.intercept(Interceptor.Chain chain) |
| Modifier and Type | Method and Description |
|---|---|
Response |
FileInterceptor.intercept(Interceptor.Chain chain) |
| 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) |
| Modifier and Type | Class and Description |
|---|---|
class |
RealInterceptorChain
承载整个拦截器链的具体拦截器链:
所有应用程序拦截器、Httpd核心、所有网络拦截器,最后是网络调用者.
|
| 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 |
RetryAndFollowUp.intercept(Interceptor.Chain chain) |
Response |
CallServerInterceptor.intercept(Interceptor.Chain chain) |
Response |
BridgeInterceptor.intercept(Interceptor.Chain chain) |
| Constructor and Description |
|---|
Http2Codec(Httpd client,
Interceptor.Chain chain,
StreamAllocation streamAllocation,
Http2Connection connection) |
Copyright © 2020. All rights reserved.