Uses of Class
org.miaixz.bus.http.metric.http.Http2Connection
Packages that use Http2Connection
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 Http2Connection in org.miaixz.bus.http.accord
Methods in org.miaixz.bus.http.accord with parameters of type Http2ConnectionModifier and TypeMethodDescriptionvoidRealConnection.onSettings(Http2Connection connection) When settings are received, adjust the allocation limit. -
Uses of Http2Connection in org.miaixz.bus.http.metric.http
Methods in org.miaixz.bus.http.metric.http that return Http2ConnectionModifier and TypeMethodDescriptionHttp2Connection.Builder.build()Http2Stream.getConnection()Returns the connection that this stream is on.Methods in org.miaixz.bus.http.metric.http with parameters of type Http2ConnectionModifier and TypeMethodDescriptionvoidHttp2Connection.Listener.onSettings(Http2Connection connection) Notification that the connection's peer's settings may have changed.Constructors in org.miaixz.bus.http.metric.http with parameters of type Http2ConnectionModifierConstructorDescriptionHttp2Codec(Httpd client, RealConnection realConnection, NewChain chain, Http2Connection connection) Constructs a new Http2Codec.