Uses of Class
org.miaixz.bus.http.accord.RealConnection
Packages that use RealConnection
Package
Description
Provides internal implementation details for the HTTP client, including connection management, streams, and routing.
Provides the internal implementation of the HTTP/1.1 and HTTP/2 protocols.
-
Uses of RealConnection in org.miaixz.bus.http.accord
Fields in org.miaixz.bus.http.accord declared as RealConnectionModifier and TypeFieldDescriptionTransmitter.connectionThe connection that carries the request and response.Methods in org.miaixz.bus.http.accord that return RealConnectionModifier and TypeMethodDescriptionExchange.connection()Returns the connection for this exchange. -
Uses of RealConnection in org.miaixz.bus.http.metric.http
Methods in org.miaixz.bus.http.metric.http that return RealConnectionModifier and TypeMethodDescriptionHttp1Codec.connection()Http2Codec.connection()Returns the connection that carries the transport.HttpCodec.connection()Returns the connection that carries this codec.Constructors in org.miaixz.bus.http.metric.http with parameters of type RealConnectionModifierConstructorDescriptionHttp1Codec(Httpd httpd, RealConnection realConnection, org.miaixz.bus.core.io.source.BufferSource source, org.miaixz.bus.core.io.sink.BufferSink sink) Http2Codec(Httpd client, RealConnection realConnection, NewChain chain, Http2Connection connection) Constructs a new Http2Codec.