Uses of Package
org.miaixz.bus.http.metric.http
Packages that use org.miaixz.bus.http.metric.http
Package
Description
An HTTP client for Java applications.
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.
-
Classes in org.miaixz.bus.http.metric.http used by org.miaixz.bus.httpClassDescriptionAn HTTP header: the name is an ASCII string, but the value can be UTF-8.
-
Classes in org.miaixz.bus.http.metric.http used by org.miaixz.bus.http.accordClassDescriptionA socket connection to a remote peer.Listener of streams and settings initiated by the peer.A logical bidirectional stream.Encodes HTTP requests and decodes HTTP responses.
-
Classes in org.miaixz.bus.http.metric.http used by org.miaixz.bus.http.metric.httpClassDescriptionA socket connection to a remote peer.Listener of streams and settings initiated by the peer.Represents an HTTP/2 error code, as defined in RFC 7540, Section 7.An HTTP header: the name is an ASCII string, but the value can be UTF-8.Settings describe characteristics of the sending peer, which are used by the receiving peer.A logical bidirectional stream.Encodes HTTP requests and decodes HTTP responses.This class was originally composed of the following classes from Twitter Hpack.An interface for handling server-initiated HTTP requests, specific to
HTTP/2.Represents the status line of an HTTP response, such as "HTTP/1.1 200 OK".