Uses of Interface
org.miaixz.bus.http.metric.NewChain
Packages that use NewChain
Package
Description
内部实现及规则
请求缓存支持
内部标准及逻辑
Http 内部逻辑
Httpz 实现
-
Uses of NewChain in org.miaixz.bus.http.accord
Methods in org.miaixz.bus.http.accord with parameters of type NewChain -
Uses of NewChain in org.miaixz.bus.http.cache
Methods in org.miaixz.bus.http.cache with parameters of type NewChain -
Uses of NewChain in org.miaixz.bus.http.metric
Methods in org.miaixz.bus.http.metric that return NewChainModifier and TypeMethodDescriptionNewChain.withConnectTimeout(int timeout, TimeUnit unit) 设置连接超时时间NewChain.withReadTimeout(int timeout, TimeUnit unit) 配置读操作超时时间NewChain.withWriteTimeout(int timeout, TimeUnit unit) 配置写操作超时时间Methods in org.miaixz.bus.http.metric with parameters of type NewChain -
Uses of NewChain in org.miaixz.bus.http.metric.http
Classes in org.miaixz.bus.http.metric.http that implement NewChainModifier and TypeClassDescriptionclass承载整个拦截器链的具体拦截器链: 所有应用程序拦截器、Http核心、所有网络拦截器,最后是网络调用者.Methods in org.miaixz.bus.http.metric.http that return NewChainModifier 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 NewChainModifier and TypeMethodDescriptionConstructors in org.miaixz.bus.http.metric.http with parameters of type NewChainModifierConstructorDescriptionHttp2Codec(Httpd client, RealConnection realConnection, NewChain chain, Http2Connection connection) -
Uses of NewChain in org.miaixz.bus.http.plugin.httpz
Methods in org.miaixz.bus.http.plugin.httpz with parameters of type NewChain