Uses of Interface
org.miaixz.bus.http.metric.NewChain
Packages that use NewChain
Package
Description
Provides internal implementation details for the HTTP client, including connection management, streams, and routing.
Provides classes for caching HTTP responses.
Provides internal metrics and standards for the HTTP client.
Provides the internal implementation of the HTTP/1.1 and HTTP/2 protocols.
Provides a fluent, builder-based API (Httpz) for making HTTP requests, simplifying interactions with the core
Httpd client.-
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) Sets the connect timeout for this chain.NewChain.withReadTimeout(int timeout, TimeUnit unit) Configures the read timeout for this chain.NewChain.withWriteTimeout(int timeout, TimeUnit unit) Configures the write timeout for this chain.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 TypeClassDescriptionclassA concrete interceptor chain that carries the entire interceptor chain: all application interceptors, the Http core, all network interceptors, and finally the network caller.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 TypeMethodDescriptionIntercepts the request to add necessary headers, handle cookies, and manage content encoding.Intercepts the request to make a network call to the server.Constructors in org.miaixz.bus.http.metric.http with parameters of type NewChainModifierConstructorDescriptionHttp2Codec(Httpd client, RealConnection realConnection, NewChain chain, Http2Connection connection) Constructs a new Http2Codec. -
Uses of NewChain in org.miaixz.bus.http.plugin.httpz
Methods in org.miaixz.bus.http.plugin.httpz with parameters of type NewChain