| 程序包 | 说明 |
|---|---|
| org.apache.hc.client5.http |
Client component APIs common to all client transports
such as connection route information and resolution
as well as common HTTP method definitions and
exception classes.
|
| org.apache.hc.client5.http.async |
HTTP client APIs based on the asynchronous, event driven I/O model.
|
| org.apache.hc.client5.http.auth |
Client HTTP authentication APIs.
|
| org.apache.hc.client5.http.classic |
HTTP client APIs based on the classic (blocking) I/O model.
|
| org.apache.hc.client5.http.config |
HTTP client configuration APIs.
|
| org.apache.hc.client5.http.cookie |
Client HTTP state management APIs.
|
| org.apache.hc.client5.http.entity |
Client specific HTTP entity implementations.
|
| org.apache.hc.client5.http.impl | |
| org.apache.hc.client5.http.impl.async |
Asynchronous HTTP client API implementation that supports both
HTTP/2 and HTTP/1.1 transport.
|
| org.apache.hc.client5.http.impl.auth |
Standard and common HTTP authentication schemes.
|
| org.apache.hc.client5.http.impl.classic |
Classic HTTP client API implementation that supports HTTP/1.1 transport
only.
|
| org.apache.hc.client5.http.impl.cookie |
Standard and common HTTP cookie management policies.
|
| org.apache.hc.client5.http.impl.io |
Client connection management functions based the classic
connection management APIs.
|
| org.apache.hc.client5.http.impl.nio |
Client connection management functions based the asynchronous
connection management APIs.
|
| org.apache.hc.client5.http.impl.routing |
Standard client connection routing API implementations.
|
| org.apache.hc.client5.http.io |
Connection management APIs based on the classic (blocking) I/O model.
|
| org.apache.hc.client5.http.nio |
Connection management APIs based on the asynchronous I/O model.
|
| org.apache.hc.client5.http.protocol |
HTTP protocol interceptors that enable advanced functionality
such as HTTP state management and authentication state caching.
|
| org.apache.hc.client5.http.psl |
Public Suffix List support classes.
|
| org.apache.hc.client5.http.routing |
Client connection routing APIs.
|
| org.apache.hc.client5.http.socket |
Client connection socket APIs.
|
| org.apache.hc.client5.http.ssl |
Client TLS/SSL support.
|
| org.apache.hc.client5.http.utils |
Client utility classes.
|
| org.apache.hc.core5.annotation |
Provides annotations for public interface definitions
|
| org.apache.hc.core5.concurrent |
Core concurrency component APIs.
|
| org.apache.hc.core5.http |
Core HTTP transport component APIs.
|
| org.apache.hc.core5.http.config |
Core configuration APIs.
|
| org.apache.hc.core5.http.impl |
Default implementations of core HTTP APIs.
|
| org.apache.hc.core5.http.impl.bootstrap |
HTTP/1.1 requester and server bootstrap.
|
| org.apache.hc.core5.http.impl.io |
Default implementation of HTTP/1.1 transport based on the classic
(blocking) I/O model.
|
| org.apache.hc.core5.http.impl.nio |
Default implementation of HTTP/1.1 transport based on
the asynchronous (non-blocking) I/O model.
|
| org.apache.hc.core5.http.io |
Core HTTP transport APIs based on the classic (blocking) I/O model.
|
| org.apache.hc.core5.http.io.entity |
HTTP message entity APIs based on the classic (blocking) I/O model.
|
| org.apache.hc.core5.http.io.support |
Support classes for the classic (blocking) I/O model.
|
| org.apache.hc.core5.http.message |
Core HTTP message components, message element parser
and writer APIs and their default implementations.
|
| org.apache.hc.core5.http.nio |
Core HTTP transport APIs based on the asynchronous, event driven I/O model.
|
| org.apache.hc.core5.http.nio.command |
Commands for HTTP transports based on asynchronous, event driven I/O model.
|
| org.apache.hc.core5.http.nio.entity |
HTTP message entity APIs based on the asynchronous (non-blocking) I/O model.
|
| org.apache.hc.core5.http.nio.ssl |
TLS protocol support.
|
| org.apache.hc.core5.http.nio.support |
Support classes for the asynchronous I/O model.
|
| org.apache.hc.core5.http.nio.support.classic |
Support classes for the asynchronous I/O model that emulate
behavior of the classic (blocking) I/O model.
|
| org.apache.hc.core5.http.protocol |
Core HTTP protocol interceptors.
|
| org.apache.hc.core5.http2.config |
Core HTTP/2 configuration APIs.
|
| org.apache.hc.core5.http2.frame |
Core HTTP/2 data frame APIs.
|
| org.apache.hc.core5.http2.hpack |
HTTP/2 HPACK APIs.
|
| org.apache.hc.core5.http2.impl.nio |
Default implementation of HTTP/2 transport based on
the asynchronous (non-blocking) I/O model.
|
| org.apache.hc.core5.http2.impl.nio.bootstrap |
HTTP/2 capable requester and server bootstrap.
|
| org.apache.hc.core5.http2.nio.command |
HTTP/2 specific commands for HTTP/2 transport based
on asynchronous, event driven I/O model.
|
| org.apache.hc.core5.http2.nio.pool |
HTTP/2 specific pool component APIs.
|
| org.apache.hc.core5.http2.protocol |
HTTP/2 protocol interceptors.
|
| org.apache.hc.core5.net |
Core network component APIs and utilities.
|
| org.apache.hc.core5.pool |
Client side connection pool component APIs.
|
| org.apache.hc.core5.reactor |
Event driven network communication APIs and components loosely based on
Doug Lea's
reactor pattern.
|
| org.apache.hc.core5.reactor.ssl |
TLS/SSL support for I/O reactors.
|
| org.apache.hc.core5.util |
Core utility classes.
|
| 类和说明 |
|---|
| Contract
This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
|
| Internal
The package, class or method to which this annotation is applied is marked as internal
and its use ought to be avoided.
|
| 类和说明 |
|---|
| Contract
This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
|
| Internal
The package, class or method to which this annotation is applied is marked as internal
and its use ought to be avoided.
|
| 类和说明 |
|---|
| Contract
This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
|
| 类和说明 |
|---|
| Contract
This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
|
| Internal
The package, class or method to which this annotation is applied is marked as internal
and its use ought to be avoided.
|
| 类和说明 |
|---|
| Contract
This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
|
| 类和说明 |
|---|
| Contract
This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
|
| 类和说明 |
|---|
| Contract
This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
|
| 类和说明 |
|---|
| Contract
This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
|
| Internal
The package, class or method to which this annotation is applied is marked as internal
and its use ought to be avoided.
|
| 类和说明 |
|---|
| Contract
This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
|
| Internal
The package, class or method to which this annotation is applied is marked as internal
and its use ought to be avoided.
|
| 类和说明 |
|---|
| Contract
This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
|
| Experimental
The field or method to which this annotation is applied is marked as experimental.
|
| Internal
The package, class or method to which this annotation is applied is marked as internal
and its use ought to be avoided.
|
| 类和说明 |
|---|
| Contract
This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
|
| Experimental
The field or method to which this annotation is applied is marked as experimental.
|
| Internal
The package, class or method to which this annotation is applied is marked as internal
and its use ought to be avoided.
|
| 类和说明 |
|---|
| Contract
This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
|
| 类和说明 |
|---|
| Contract
This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
|
| Internal
The package, class or method to which this annotation is applied is marked as internal
and its use ought to be avoided.
|
| 类和说明 |
|---|
| Contract
This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
|
| Internal
The package, class or method to which this annotation is applied is marked as internal
and its use ought to be avoided.
|
| 类和说明 |
|---|
| Contract
This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
|
| 类和说明 |
|---|
| Contract
This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
|
| Internal
The package, class or method to which this annotation is applied is marked as internal
and its use ought to be avoided.
|
| 类和说明 |
|---|
| Contract
This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
|
| Internal
The package, class or method to which this annotation is applied is marked as internal
and its use ought to be avoided.
|
| 类和说明 |
|---|
| Contract
This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
|
| 类和说明 |
|---|
| Contract
This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
|
| 类和说明 |
|---|
| Contract
This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
|
| 类和说明 |
|---|
| Contract
This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
|
| 类和说明 |
|---|
| Contract
This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
|
| 类和说明 |
|---|
| Internal
The package, class or method to which this annotation is applied is marked as internal
and its use ought to be avoided.
|
| 类和说明 |
|---|
| ThreadingBehavior
Defines types of threading behavior enforced at runtime.
|
| 类和说明 |
|---|
| Contract
This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
|
| 类和说明 |
|---|
| Contract
This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
|
| Internal
The package, class or method to which this annotation is applied is marked as internal
and its use ought to be avoided.
|
| 类和说明 |
|---|
| Contract
This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
|
| 类和说明 |
|---|
| Contract
This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
|
| Internal
The package, class or method to which this annotation is applied is marked as internal
and its use ought to be avoided.
|
| 类和说明 |
|---|
| Experimental
The field or method to which this annotation is applied is marked as experimental.
|
| Internal
The package, class or method to which this annotation is applied is marked as internal
and its use ought to be avoided.
|
| 类和说明 |
|---|
| Contract
This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
|
| 类和说明 |
|---|
| Contract
This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
|
| Internal
The package, class or method to which this annotation is applied is marked as internal
and its use ought to be avoided.
|
| 类和说明 |
|---|
| Contract
This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
|
| Internal
The package, class or method to which this annotation is applied is marked as internal
and its use ought to be avoided.
|
| 类和说明 |
|---|
| Contract
This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
|
| 类和说明 |
|---|
| Contract
This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
|
| 类和说明 |
|---|
| Contract
This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
|
| 类和说明 |
|---|
| Contract
This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
|
| 类和说明 |
|---|
| Internal
The package, class or method to which this annotation is applied is marked as internal
and its use ought to be avoided.
|
| 类和说明 |
|---|
| Contract
This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
|
| 类和说明 |
|---|
| Internal
The package, class or method to which this annotation is applied is marked as internal
and its use ought to be avoided.
|
| 类和说明 |
|---|
| Contract
This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
|
| 类和说明 |
|---|
| Contract
This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
|
| 类和说明 |
|---|
| Contract
This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
|
| 类和说明 |
|---|
| Contract
This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
|
| 类和说明 |
|---|
| Internal
The package, class or method to which this annotation is applied is marked as internal
and its use ought to be avoided.
|
| 类和说明 |
|---|
| Internal
The package, class or method to which this annotation is applied is marked as internal
and its use ought to be avoided.
|
| 类和说明 |
|---|
| Contract
This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
|
| Internal
The package, class or method to which this annotation is applied is marked as internal
and its use ought to be avoided.
|
| 类和说明 |
|---|
| Experimental
The field or method to which this annotation is applied is marked as experimental.
|
| Internal
The package, class or method to which this annotation is applied is marked as internal
and its use ought to be avoided.
|
| 类和说明 |
|---|
| Internal
The package, class or method to which this annotation is applied is marked as internal
and its use ought to be avoided.
|
| 类和说明 |
|---|
| Contract
This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
|
| 类和说明 |
|---|
| Contract
This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
|
| 类和说明 |
|---|
| Contract
This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
|
| 类和说明 |
|---|
| Contract
This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
|
| Experimental
The field or method to which this annotation is applied is marked as experimental.
|
| Internal
The package, class or method to which this annotation is applied is marked as internal
and its use ought to be avoided.
|
| 类和说明 |
|---|
| Contract
This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
|
| Internal
The package, class or method to which this annotation is applied is marked as internal
and its use ought to be avoided.
|
| 类和说明 |
|---|
| Contract
This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
|
| Internal
The package, class or method to which this annotation is applied is marked as internal
and its use ought to be avoided.
|
| 类和说明 |
|---|
| Contract
This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
|
| Internal
The package, class or method to which this annotation is applied is marked as internal
and its use ought to be avoided.
|
Copyright © 2023. All rights reserved.