Uses of Package
org.miaixz.bus.http.accord
Packages that use org.miaixz.bus.http.accord
Package
Description
An HTTP client for Java applications.
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.
Provides a fluent, builder-based API (Httpz) for making HTTP requests, simplifying interactions with the core
Httpd client.-
Classes in org.miaixz.bus.http.accord used by org.miaixz.bus.httpClassDescriptionManages reuse of HTTP and HTTP/2 connections for reduced network latency.Specifies the configuration for a socket connection over which HTTP is transported.Bridges the application layer with the network layer, managing the lifecycle of a single call.
-
Classes in org.miaixz.bus.http.accord used by org.miaixz.bus.http.accordClassDescriptionThe socket and streams of an HTTP, HTTPS, or HTTPS+HTTP/2 connection.Specifies the configuration for a socket connection over which HTTP is transported.A builder for creating
ConnectionSuiteinstances.A concrete connection to a target server (either directly or via a proxy).Manages reuse of HTTP and HTTP/2 connections for reduced network latency.A blacklist of failed routes to avoid when creating new connections to a target address.A selection of routes to try.Bridges the application layer with the network layer, managing the lifecycle of a single call. -
Classes in org.miaixz.bus.http.accord used by org.miaixz.bus.http.metricClassDescriptionThe socket and streams of an HTTP, HTTPS, or HTTPS+HTTP/2 connection.Manages reuse of HTTP and HTTP/2 connections for reduced network latency.Specifies the configuration for a socket connection over which HTTP is transported.Transmits a single HTTP request and a response pair.Manages reuse of HTTP and HTTP/2 connections for reduced network latency.
-
Classes in org.miaixz.bus.http.accord used by org.miaixz.bus.http.metric.httpClassDescriptionThe socket and streams of an HTTP, HTTPS, or HTTPS+HTTP/2 connection.Transmits a single HTTP request and a response pair.A concrete connection to a target server (either directly or via a proxy).Bridges the application layer with the network layer, managing the lifecycle of a single call.
-
Classes in org.miaixz.bus.http.accord used by org.miaixz.bus.http.plugin.httpzClassDescriptionManages reuse of HTTP and HTTP/2 connections for reduced network latency.Specifies the configuration for a socket connection over which HTTP is transported.