Uses of Class
org.miaixz.bus.http.metric.http.Http2Stream
Packages that use Http2Stream
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 Http2Stream in org.miaixz.bus.http.accord
Methods in org.miaixz.bus.http.accord with parameters of type Http2StreamModifier and TypeMethodDescriptionvoidRealConnection.onStream(Http2Stream stream) Refuses incoming streams. -
Uses of Http2Stream in org.miaixz.bus.http.metric.http
Methods in org.miaixz.bus.http.metric.http that return Http2StreamModifier and TypeMethodDescriptionHttp2Connection.newStream(List<Http2Header> requestHeaders, boolean out) Returns a new locally-initiated stream.Http2Connection.pushStream(int associatedStreamId, List<Http2Header> requestHeaders, boolean out) Returns a new server-initiated stream.Methods in org.miaixz.bus.http.metric.http with parameters of type Http2StreamModifier and TypeMethodDescriptionabstract voidHttp2Connection.Listener.onStream(Http2Stream stream) Handle a new stream from this connection's peer.