Uses of Interface
org.miaixz.bus.http.metric.Interceptor
Packages that use Interceptor
Package
Description
Java应用的HTTP客户端
内部实现及规则
请求缓存支持
Http 内部逻辑
Httpz 实现
-
Uses of Interceptor in org.miaixz.bus.http
Methods in org.miaixz.bus.http that return types with arguments of type InterceptorModifier and TypeMethodDescriptionHttpd.Builder.interceptors()获取拦截器列表。Httpd.interceptors()获取拦截器列表。Httpd.Builder.networkInterceptors()获取网络拦截器列表。Httpd.networkInterceptors()获取网络拦截器列表。Methods in org.miaixz.bus.http with parameters of type InterceptorModifier and TypeMethodDescriptionHttpd.Builder.addInterceptor(Interceptor interceptor) 添加拦截器。Httpd.Builder.addNetworkInterceptor(Interceptor interceptor) 添加网络拦截器。 -
Uses of Interceptor in org.miaixz.bus.http.accord
Classes in org.miaixz.bus.http.accord that implement Interceptor -
Uses of Interceptor in org.miaixz.bus.http.cache
Classes in org.miaixz.bus.http.cache that implement Interceptor -
Uses of Interceptor in org.miaixz.bus.http.metric.http
Classes in org.miaixz.bus.http.metric.http that implement InterceptorModifier and TypeClassDescriptionclass从应用程序代码连接到网络代码。class这是链中的最后一个拦截器 它对服务器进行网络调用class该拦截器从失败中恢复,并根据需要进行重定向 如果调用被取消,它可能会抛出IOExceptionConstructor parameters in org.miaixz.bus.http.metric.http with type arguments of type InterceptorModifierConstructorDescriptionRealInterceptorChain(List<Interceptor> interceptors, Transmitter transmitter, Exchange exchange, int index, Request request, NewCall call, int connectTimeout, int readTimeout, int writeTimeout) -
Uses of Interceptor in org.miaixz.bus.http.plugin.httpz
Classes in org.miaixz.bus.http.plugin.httpz that implement InterceptorMethods in org.miaixz.bus.http.plugin.httpz with parameters of type InterceptorModifier and TypeMethodDescriptionHttpBuilder.addInterceptor(Interceptor interceptor) HttpBuilder.addNetworkInterceptor(Interceptor interceptor)