Uses of Package
org.miaixz.bus.http.secure
Packages that use org.miaixz.bus.http.secure
Package
Description
An HTTP client for Java applications.
Provides internal implementation details for the HTTP client, including connection management, streams, and routing.
Provides platform-specific implementations for the HTTP client.
Provides a simplified, fluent API implementation (Httpx) for making HTTP requests, building on the core HTTP client
components.
Provides a fluent, builder-based API (Httpz) for making HTTP requests, simplifying interactions with the core
Httpd client.Provides classes for managing security-related aspects of HTTP, including TLS/SSL configuration, authentication, and
certificate pinning.
Provides the implementation of the WebSocket protocol (RFC 6455) for creating and managing WebSocket connections.
-
Classes in org.miaixz.bus.http.secure used by org.miaixz.bus.httpClassDescriptionResponds to authentication challenges from origin web servers or proxies.Constrains which certificates are trusted.An RFC 7235 compliant authentication challenge.
-
Classes in org.miaixz.bus.http.secure used by org.miaixz.bus.http.accord
-
Classes in org.miaixz.bus.http.secure used by org.miaixz.bus.http.accord.platformClassDescriptionComputes a clean certificate chain from the raw array provided by a TLS implementation.An index of trusted root certificates.
-
Classes in org.miaixz.bus.http.secure used by org.miaixz.bus.http.plugin.httpxClassDescriptionResponds to authentication challenges from origin web servers or proxies.
-
Classes in org.miaixz.bus.http.secure used by org.miaixz.bus.http.plugin.httpzClassDescriptionResponds to authentication challenges from origin web servers or proxies.Constrains which certificates are trusted.
-
Classes in org.miaixz.bus.http.secure used by org.miaixz.bus.http.secureClassDescriptionResponds to authentication challenges from origin web servers or proxies.Computes a clean certificate chain from the raw array provided by a TLS implementation.Constrains which certificates are trusted.A builder for creating a
CertificatePinner.An RFC 7235 compliant authentication challenge.Defines the TLS cipher suites that are supported.An index of trusted root certificates. -
Classes in org.miaixz.bus.http.secure used by org.miaixz.bus.http.socket