Uses of Interface
org.miaixz.bus.http.metric.Interceptor.Chain
Packages that use Interceptor.Chain
Package
Description
-
Uses of Interceptor.Chain in org.miaixz.bus.http.accord
Methods in org.miaixz.bus.http.accord with parameters of type Interceptor.Chain -
Uses of Interceptor.Chain in org.miaixz.bus.http.cache
Methods in org.miaixz.bus.http.cache with parameters of type Interceptor.Chain -
Uses of Interceptor.Chain in org.miaixz.bus.http.metric
Methods in org.miaixz.bus.http.metric that return Interceptor.ChainModifier and TypeMethodDescriptionInterceptor.Chain.withConnectTimeout(int timeout, TimeUnit unit) Interceptor.Chain.withReadTimeout(int timeout, TimeUnit unit) Interceptor.Chain.withWriteTimeout(int timeout, TimeUnit unit) Methods in org.miaixz.bus.http.metric with parameters of type Interceptor.Chain -
Uses of Interceptor.Chain in org.miaixz.bus.http.metric.http
Classes in org.miaixz.bus.http.metric.http that implement Interceptor.ChainModifier and TypeClassDescriptionclass承载整个拦截器链的具体拦截器链: 所有应用程序拦截器、Httpd核心、所有网络拦截器,最后是网络调用者.Methods in org.miaixz.bus.http.metric.http that return Interceptor.ChainModifier and TypeMethodDescriptionRealInterceptorChain.withConnectTimeout(int timeout, TimeUnit unit) RealInterceptorChain.withReadTimeout(int timeout, TimeUnit unit) RealInterceptorChain.withWriteTimeout(int timeout, TimeUnit unit) Methods in org.miaixz.bus.http.metric.http with parameters of type Interceptor.ChainModifier and TypeMethodDescriptionBridgeInterceptor.intercept(Interceptor.Chain chain) CallServerInterceptor.intercept(Interceptor.Chain chain) RetryAndFollowUp.intercept(Interceptor.Chain chain) Constructors in org.miaixz.bus.http.metric.http with parameters of type Interceptor.ChainModifierConstructorDescriptionHttp2Codec(Httpd client, RealConnection realConnection, Interceptor.Chain chain, Http2Connection connection) -
Uses of Interceptor.Chain in org.miaixz.bus.http.plugin.httpz
Methods in org.miaixz.bus.http.plugin.httpz with parameters of type Interceptor.Chain