Uses of Interface
org.miaixz.bus.http.accord.Connection
Packages that use Connection
Package
Description
Provides internal implementation details for the HTTP client, including connection management, streams, and routing.
Provides internal metrics and standards for the HTTP client.
Provides the internal implementation of the HTTP/1.1 and HTTP/2 protocols.
-
Uses of Connection in org.miaixz.bus.http.accord
Classes in org.miaixz.bus.http.accord that implement ConnectionModifier and TypeClassDescriptionfinal classA concrete connection to a target server (either directly or via a proxy). -
Uses of Connection in org.miaixz.bus.http.metric
Methods in org.miaixz.bus.http.metric that return ConnectionModifier and TypeMethodDescriptionNewChain.connection()Returns the connection that will be used to execute the request.Methods in org.miaixz.bus.http.metric with parameters of type ConnectionModifier and TypeMethodDescriptionvoidEventListener.connectionAcquired(NewCall call, Connection connection) Invoked after a connection is acquired for acall.voidEventListener.connectionReleased(NewCall call, Connection connection) Invoked after a connection is released for acall. -
Uses of Connection in org.miaixz.bus.http.metric.http
Methods in org.miaixz.bus.http.metric.http that return Connection