| 程序包 | 说明 |
|---|---|
| com.aliyun.httpcomponent.httpclient.implementation | |
| com.aliyun.httpcomponent.httpclient.implementation.reactive | |
| 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.async.methods |
Common HTTP methods and message handlers for the asynchronous 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.classic.methods |
Common HTTP methods and message handlers for the classic 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.entity.mime |
MIME coded 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.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.http |
Core HTTP transport component 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.ssl | |
| 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.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.http.ssl | |
| org.apache.hc.core5.http.support | |
| org.apache.hc.core5.http2 |
Core HTTP/2 transport component APIs.
|
| org.apache.hc.core5.http2.hpack |
HTTP/2 HPACK APIs.
|
| org.apache.hc.core5.http2.impl |
Default implementations of core HTTP/2 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 |
HTTP/2 transport specific APIs based on the asynchronous,
event driven I/O model.
|
| org.apache.hc.core5.http2.nio.pool |
HTTP/2 specific pool component APIs.
|
| org.apache.hc.core5.http2.nio.support |
Support classes for HTTP/2 asynchronous transport.
|
| org.apache.hc.core5.http2.protocol |
HTTP/2 protocol interceptors.
|
| org.apache.hc.core5.http2.ssl |
HTTP/2 specific TLS protocol support.
|
| 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.
|
| 类和说明 |
|---|
| EntityDetails
Details of an entity transmitted by a message.
|
| HttpException
Signals that an HTTP exception has occurred.
|
| HttpHost
Component that holds all details needed to describe an HTTP connection
to a host.
|
| HttpResponse
After receiving and interpreting a request message, a server responds
with an HTTP response message.
|
| 类和说明 |
|---|
| EntityDetails
Details of an entity transmitted by a message.
|
| Header
Represents an HTTP header field consisting of a field name and a field
value.
|
| HttpMessage
HTTP messages consist of requests from client to server and responses
from server to client.
|
| HttpResponse
After receiving and interpreting a request message, a server responds
with an HTTP response message.
|
| MessageHeaders
Messages head consisting of multiple message headers.
|
| 类和说明 |
|---|
| ContentType
Content type information consisting of a MIME type and an optional charset.
|
| HttpException
Signals that an HTTP exception has occurred.
|
| HttpHost
Component that holds all details needed to describe an HTTP connection
to a host.
|
| HttpRequest
A request message from a client to a server includes, within the
first line of that message, the method to be applied to the resource,
the identifier of the resource, and the protocol version in use.
|
| HttpResponse
After receiving and interpreting a request message, a server responds
with an HTTP response message.
|
| ProtocolException
Signals that an HTTP protocol violation has occurred.
|
| 类和说明 |
|---|
| EntityDetails
Details of an entity transmitted by a message.
|
| HttpException
Signals that an HTTP exception has occurred.
|
| HttpRequest
A request message from a client to a server includes, within the
first line of that message, the method to be applied to the resource,
the identifier of the resource, and the protocol version in use.
|
| HttpResponse
After receiving and interpreting a request message, a server responds
with an HTTP response message.
|
| 类和说明 |
|---|
| ContentType
Content type information consisting of a MIME type and an optional charset.
|
| EntityDetails
Details of an entity transmitted by a message.
|
| Header
Represents an HTTP header field consisting of a field name and a field
value.
|
| HttpException
Signals that an HTTP exception has occurred.
|
| HttpHost
Component that holds all details needed to describe an HTTP connection
to a host.
|
| HttpMessage
HTTP messages consist of requests from client to server and responses
from server to client.
|
| HttpRequest
A request message from a client to a server includes, within the
first line of that message, the method to be applied to the resource,
the identifier of the resource, and the protocol version in use.
|
| HttpResponse
After receiving and interpreting a request message, a server responds
with an HTTP response message.
|
| MessageHeaders
Messages head consisting of multiple message headers.
|
| Method
Common HTTP methods defined by the HTTP spec.
|
| NameValuePair
A name-value pair parameter used as an element of HTTP messages.
|
| ProtocolVersion
Represents a protocol version.
|
| 类和说明 |
|---|
| HttpException
Signals that an HTTP exception has occurred.
|
| HttpHost
Component that holds all details needed to describe an HTTP connection
to a host.
|
| HttpRequest
A request message from a client to a server includes, within the
first line of that message, the method to be applied to the resource,
the identifier of the resource, and the protocol version in use.
|
| NameValuePair
A name-value pair parameter used as an element of HTTP messages.
|
| ProtocolException
Signals that an HTTP protocol violation has occurred.
|
| 类和说明 |
|---|
| ClassicHttpRequest
'Classic'
HttpRequest message that can enclose HttpEntity. |
| ClassicHttpResponse
'Classic'
HttpResponse message that can enclose HttpEntity. |
| HttpException
Signals that an HTTP exception has occurred.
|
| HttpHost
Component that holds all details needed to describe an HTTP connection
to a host.
|
| HttpResponse
After receiving and interpreting a request message, a server responds
with an HTTP response message.
|
| 类和说明 |
|---|
| ClassicHttpRequest
'Classic'
HttpRequest message that can enclose HttpEntity. |
| HttpEntity
An entity that can be sent or received with an HTTP message.
|
| HttpEntityContainer
Contains an
HttpEntity. |
| HttpMessage
HTTP messages consist of requests from client to server and responses
from server to client.
|
| HttpRequest
A request message from a client to a server includes, within the
first line of that message, the method to be applied to the resource,
the identifier of the resource, and the protocol version in use.
|
| HttpResponse
After receiving and interpreting a request message, a server responds
with an HTTP response message.
|
| MessageHeaders
Messages head consisting of multiple message headers.
|
| Method
Common HTTP methods defined by the HTTP spec.
|
| 类和说明 |
|---|
| HttpHost
Component that holds all details needed to describe an HTTP connection
to a host.
|
| 类和说明 |
|---|
| Header
Represents an HTTP header field consisting of a field name and a field
value.
|
| HttpException
Signals that an HTTP exception has occurred.
|
| ProtocolException
Signals that an HTTP protocol violation has occurred.
|
| 类和说明 |
|---|
| ContentType
Content type information consisting of a MIME type and an optional charset.
|
| EntityDetails
Details of an entity transmitted by a message.
|
| HttpEntity
An entity that can be sent or received with an HTTP message.
|
| NameValuePair
A name-value pair parameter used as an element of HTTP messages.
|
| 类和说明 |
|---|
| ContentType
Content type information consisting of a MIME type and an optional charset.
|
| HttpEntity
An entity that can be sent or received with an HTTP message.
|
| NameValuePair
A name-value pair parameter used as an element of HTTP messages.
|
| 类和说明 |
|---|
| ConnectionReuseStrategy
Interface for deciding whether a connection can be re-used for
subsequent requests and should be kept alive.
|
| HttpException
Signals that an HTTP exception has occurred.
|
| HttpHost
Component that holds all details needed to describe an HTTP connection
to a host.
|
| HttpMessage
HTTP messages consist of requests from client to server and responses
from server to client.
|
| HttpRequest
A request message from a client to a server includes, within the
first line of that message, the method to be applied to the resource,
the identifier of the resource, and the protocol version in use.
|
| HttpResponse
After receiving and interpreting a request message, a server responds
with an HTTP response message.
|
| ProtocolException
Signals that an HTTP protocol violation has occurred.
|
| 类和说明 |
|---|
| ConnectionReuseStrategy
Interface for deciding whether a connection can be re-used for
subsequent requests and should be kept alive.
|
| Header
Represents an HTTP header field consisting of a field name and a field
value.
|
| HttpException
Signals that an HTTP exception has occurred.
|
| HttpHost
Component that holds all details needed to describe an HTTP connection
to a host.
|
| HttpRequest
A request message from a client to a server includes, within the
first line of that message, the method to be applied to the resource,
the identifier of the resource, and the protocol version in use.
|
| HttpRequestInterceptor
HTTP protocol interceptor is a routine that implements a specific aspect of
the HTTP protocol.
|
| HttpResponseInterceptor
HTTP protocol interceptor is a routine that implements a specific aspect of
the HTTP protocol.
|
| 类和说明 |
|---|
| HttpException
Signals that an HTTP exception has occurred.
|
| HttpHost
Component that holds all details needed to describe an HTTP connection
to a host.
|
| HttpRequest
A request message from a client to a server includes, within the
first line of that message, the method to be applied to the resource,
the identifier of the resource, and the protocol version in use.
|
| HttpResponse
After receiving and interpreting a request message, a server responds
with an HTTP response message.
|
| ParseException
Signals a protocol exception due to failure to parse a message element.
|
| ProtocolException
Signals that an HTTP protocol violation has occurred.
|
| 类和说明 |
|---|
| ClassicHttpRequest
'Classic'
HttpRequest message that can enclose HttpEntity. |
| ClassicHttpResponse
'Classic'
HttpResponse message that can enclose HttpEntity. |
| ConnectionReuseStrategy
Interface for deciding whether a connection can be re-used for
subsequent requests and should be kept alive.
|
| Header
Represents an HTTP header field consisting of a field name and a field
value.
|
| HttpEntity
An entity that can be sent or received with an HTTP message.
|
| HttpEntityContainer
Contains an
HttpEntity. |
| HttpException
Signals that an HTTP exception has occurred.
|
| HttpHost
Component that holds all details needed to describe an HTTP connection
to a host.
|
| HttpMessage
HTTP messages consist of requests from client to server and responses
from server to client.
|
| HttpRequestInterceptor
HTTP protocol interceptor is a routine that implements a specific aspect of
the HTTP protocol.
|
| HttpResponse
After receiving and interpreting a request message, a server responds
with an HTTP response message.
|
| HttpResponseInterceptor
HTTP protocol interceptor is a routine that implements a specific aspect of
the HTTP protocol.
|
| MessageHeaders
Messages head consisting of multiple message headers.
|
| ProtocolException
Signals that an HTTP protocol violation has occurred.
|
| ProtocolVersion
Represents a protocol version.
|
| 类和说明 |
|---|
| Header
Represents an HTTP header field consisting of a field name and a field
value.
|
| HeaderElement
Represents an element of an HTTP
header value consisting of
a name / value pair and a number of optional name / value parameters. |
| 类和说明 |
|---|
| ClassicHttpRequest
'Classic'
HttpRequest message that can enclose HttpEntity. |
| ClassicHttpResponse
'Classic'
HttpResponse message that can enclose HttpEntity. |
| ContentLengthStrategy
Represents a strategy to determine length of the enclosed content entity
based on properties of the HTTP message.
|
| HttpHost
Component that holds all details needed to describe an HTTP connection
to a host.
|
| HttpResponseFactory
A factory for
HttpResponse objects. |
| 类和说明 |
|---|
| HttpHost
Component that holds all details needed to describe an HTTP connection
to a host.
|
| 类和说明 |
|---|
| HttpException
Signals that an HTTP exception has occurred.
|
| HttpHost
Component that holds all details needed to describe an HTTP connection
to a host.
|
| 类和说明 |
|---|
| ClassicHttpRequest
'Classic'
HttpRequest message that can enclose HttpEntity. |
| ClassicHttpResponse
'Classic'
HttpResponse message that can enclose HttpEntity. |
| HttpConnection
A generic HTTP connection, useful on client and server side.
|
| HttpException
Signals that an HTTP exception has occurred.
|
| HttpHost
Component that holds all details needed to describe an HTTP connection
to a host.
|
| SocketModalCloseable
A generic
ModalCloseable backed by a network socket. |
| 类和说明 |
|---|
| HttpConnection
A generic HTTP connection, useful on client and server side.
|
| HttpHost
Component that holds all details needed to describe an HTTP connection
to a host.
|
| SocketModalCloseable
A generic
ModalCloseable backed by a network socket. |
| 类和说明 |
|---|
| EntityDetails
Details of an entity transmitted by a message.
|
| Header
Represents an HTTP header field consisting of a field name and a field
value.
|
| HttpException
Signals that an HTTP exception has occurred.
|
| HttpHost
Component that holds all details needed to describe an HTTP connection
to a host.
|
| HttpRequest
A request message from a client to a server includes, within the
first line of that message, the method to be applied to the resource,
the identifier of the resource, and the protocol version in use.
|
| HttpRequestInterceptor
HTTP protocol interceptor is a routine that implements a specific aspect of
the HTTP protocol.
|
| HttpResponse
After receiving and interpreting a request message, a server responds
with an HTTP response message.
|
| HttpResponseInterceptor
HTTP protocol interceptor is a routine that implements a specific aspect of
the HTTP protocol.
|
| 类和说明 |
|---|
| HttpException
Signals that an HTTP exception has occurred.
|
| HttpHost
Component that holds all details needed to describe an HTTP connection
to a host.
|
| HttpRequest
A request message from a client to a server includes, within the
first line of that message, the method to be applied to the resource,
the identifier of the resource, and the protocol version in use.
|
| 类和说明 |
|---|
| HttpHost
Component that holds all details needed to describe an HTTP connection
to a host.
|
| 类和说明 |
|---|
| HttpHost
Component that holds all details needed to describe an HTTP connection
to a host.
|
| 类和说明 |
|---|
| HttpHost
Component that holds all details needed to describe an HTTP connection
to a host.
|
| MessageHeaders
Messages head consisting of multiple message headers.
|
| 类和说明 |
|---|
| ConnectionClosedException
Signals that the connection has been closed unexpectedly.
|
| ContentType
Content type information consisting of a MIME type and an optional charset.
|
| EndpointDetails
HTTP connection endpoint details.
|
| EntityDetails
Details of an entity transmitted by a message.
|
| ExceptionListener |
| Header
Represents an HTTP header field consisting of a field name and a field
value.
|
| HttpConnection
A generic HTTP connection, useful on client and server side.
|
| HttpConnectionMetrics
The point of access to the statistics of an
HttpConnection. |
| HttpEntity
An entity that can be sent or received with an HTTP message.
|
| HttpEntityContainer
Contains an
HttpEntity. |
| HttpException
Signals that an HTTP exception has occurred.
|
| HttpHost
Component that holds all details needed to describe an HTTP connection
to a host.
|
| HttpMessage
HTTP messages consist of requests from client to server and responses
from server to client.
|
| HttpRequest
A request message from a client to a server includes, within the
first line of that message, the method to be applied to the resource,
the identifier of the resource, and the protocol version in use.
|
| HttpResponse
After receiving and interpreting a request message, a server responds
with an HTTP response message.
|
| HttpVersion
Represents an HTTP version.
|
| MalformedChunkCodingException
Signals a malformed chunked stream.
|
| MessageHeaders
Messages head consisting of multiple message headers.
|
| Method
Common HTTP methods defined by the HTTP spec.
|
| MethodNotSupportedException
Signals that an HTTP method is not supported.
|
| NameValuePair
A name-value pair parameter used as an element of HTTP messages.
|
| ProtocolException
Signals that an HTTP protocol violation has occurred.
|
| ProtocolVersion
Represents a protocol version.
|
| SocketModalCloseable
A generic
ModalCloseable backed by a network socket. |
| URIScheme
Enumerates supported URI schemes.
|
| 类和说明 |
|---|
| ConnectionReuseStrategy
Interface for deciding whether a connection can be re-used for
subsequent requests and should be kept alive.
|
| ContentLengthStrategy
Represents a strategy to determine length of the enclosed content entity
based on properties of the HTTP message.
|
| ContentType
Content type information consisting of a MIME type and an optional charset.
|
| EndpointDetails
HTTP connection endpoint details.
|
| EntityDetails
Details of an entity transmitted by a message.
|
| HttpConnection
A generic HTTP connection, useful on client and server side.
|
| HttpConnectionMetrics
The point of access to the statistics of an
HttpConnection. |
| HttpException
Signals that an HTTP exception has occurred.
|
| HttpHost
Component that holds all details needed to describe an HTTP connection
to a host.
|
| HttpMessage
HTTP messages consist of requests from client to server and responses
from server to client.
|
| HttpRequest
A request message from a client to a server includes, within the
first line of that message, the method to be applied to the resource,
the identifier of the resource, and the protocol version in use.
|
| HttpResponse
After receiving and interpreting a request message, a server responds
with an HTTP response message.
|
| MessageHeaders
Messages head consisting of multiple message headers.
|
| ReasonPhraseCatalog
Interface for obtaining reason phrases for HTTP status codes.
|
| 类和说明 |
|---|
| ClassicHttpRequest
'Classic'
HttpRequest message that can enclose HttpEntity. |
| ClassicHttpResponse
'Classic'
HttpResponse message that can enclose HttpEntity. |
| ConnectionReuseStrategy
Interface for deciding whether a connection can be re-used for
subsequent requests and should be kept alive.
|
| ExceptionListener |
| HttpException
Signals that an HTTP exception has occurred.
|
| HttpHost
Component that holds all details needed to describe an HTTP connection
to a host.
|
| HttpResponseFactory
A factory for
HttpResponse objects. |
| URIScheme
Enumerates supported URI schemes.
|
| 类和说明 |
|---|
| ClassicHttpRequest
'Classic'
HttpRequest message that can enclose HttpEntity. |
| ClassicHttpResponse
'Classic'
HttpResponse message that can enclose HttpEntity. |
| ConnectionReuseStrategy
Interface for deciding whether a connection can be re-used for
subsequent requests and should be kept alive.
|
| ContentLengthStrategy
Represents a strategy to determine length of the enclosed content entity
based on properties of the HTTP message.
|
| Header
Represents an HTTP header field consisting of a field name and a field
value.
|
| HttpConnection
A generic HTTP connection, useful on client and server side.
|
| HttpException
Signals that an HTTP exception has occurred.
|
| HttpMessage
HTTP messages consist of requests from client to server and responses
from server to client.
|
| HttpRequestFactory
A factory for
HttpRequest objects. |
| HttpRequestMapper
This class can be used to resolve an object matching a particular
HttpRequest. |
| HttpResponseFactory
A factory for
HttpResponse objects. |
| ReasonPhraseCatalog
Interface for obtaining reason phrases for HTTP status codes.
|
| SocketModalCloseable
A generic
ModalCloseable backed by a network socket. |
| 类和说明 |
|---|
| ConnectionReuseStrategy
Interface for deciding whether a connection can be re-used for
subsequent requests and should be kept alive.
|
| ContentLengthStrategy
Represents a strategy to determine length of the enclosed content entity
based on properties of the HTTP message.
|
| Header
Represents an HTTP header field consisting of a field name and a field
value.
|
| HttpConnection
A generic HTTP connection, useful on client and server side.
|
| HttpException
Signals that an HTTP exception has occurred.
|
| HttpRequest
A request message from a client to a server includes, within the
first line of that message, the method to be applied to the resource,
the identifier of the resource, and the protocol version in use.
|
| HttpRequestFactory
A factory for
HttpRequest objects. |
| HttpResponse
After receiving and interpreting a request message, a server responds
with an HTTP response message.
|
| HttpResponseFactory
A factory for
HttpResponse objects. |
| ProtocolVersion
Represents a protocol version.
|
| ReasonPhraseCatalog
Interface for obtaining reason phrases for HTTP status codes.
|
| SocketModalCloseable
A generic
ModalCloseable backed by a network socket. |
| 类和说明 |
|---|
| ClassicHttpRequest
'Classic'
HttpRequest message that can enclose HttpEntity. |
| ClassicHttpResponse
'Classic'
HttpResponse message that can enclose HttpEntity. |
| HttpConnection
A generic HTTP connection, useful on client and server side.
|
| HttpException
Signals that an HTTP exception has occurred.
|
| HttpResponse
After receiving and interpreting a request message, a server responds
with an HTTP response message.
|
| MessageHeaders
Messages head consisting of multiple message headers.
|
| SocketModalCloseable
A generic
ModalCloseable backed by a network socket. |
| 类和说明 |
|---|
| ContentType
Content type information consisting of a MIME type and an optional charset.
|
| EntityDetails
Details of an entity transmitted by a message.
|
| Header
Represents an HTTP header field consisting of a field name and a field
value.
|
| HttpEntity
An entity that can be sent or received with an HTTP message.
|
| NameValuePair
A name-value pair parameter used as an element of HTTP messages.
|
| ParseException
Signals a protocol exception due to failure to parse a message element.
|
| 类和说明 |
|---|
| HttpHost
Component that holds all details needed to describe an HTTP connection
to a host.
|
| 类和说明 |
|---|
| ClassicHttpRequest
'Classic'
HttpRequest message that can enclose HttpEntity. |
| ClassicHttpResponse
'Classic'
HttpResponse message that can enclose HttpEntity. |
| ContentType
Content type information consisting of a MIME type and an optional charset.
|
| Header
Represents an HTTP header field consisting of a field name and a field
value.
|
| HttpEntity
An entity that can be sent or received with an HTTP message.
|
| HttpException
Signals that an HTTP exception has occurred.
|
| HttpHost
Component that holds all details needed to describe an HTTP connection
to a host.
|
| HttpRequestMapper
This class can be used to resolve an object matching a particular
HttpRequest. |
| HttpResponse
After receiving and interpreting a request message, a server responds
with an HTTP response message.
|
| HttpResponseFactory
A factory for
HttpResponse objects. |
| NameValuePair
A name-value pair parameter used as an element of HTTP messages.
|
| ProtocolVersion
Represents a protocol version.
|
| 类和说明 |
|---|
| ClassicHttpRequest
'Classic'
HttpRequest message that can enclose HttpEntity. |
| ClassicHttpResponse
'Classic'
HttpResponse message that can enclose HttpEntity. |
| EntityDetails
Details of an entity transmitted by a message.
|
| FormattedHeader
An HTTP header which is already formatted.
|
| Header
Represents an HTTP header field consisting of a field name and a field
value.
|
| HeaderElement
Represents an element of an HTTP
header value consisting of
a name / value pair and a number of optional name / value parameters. |
| HttpEntity
An entity that can be sent or received with an HTTP message.
|
| HttpEntityContainer
Contains an
HttpEntity. |
| HttpHost
Component that holds all details needed to describe an HTTP connection
to a host.
|
| HttpMessage
HTTP messages consist of requests from client to server and responses
from server to client.
|
| HttpRequest
A request message from a client to a server includes, within the
first line of that message, the method to be applied to the resource,
the identifier of the resource, and the protocol version in use.
|
| HttpResponse
After receiving and interpreting a request message, a server responds
with an HTTP response message.
|
| MessageHeaders
Messages head consisting of multiple message headers.
|
| Method
Common HTTP methods defined by the HTTP spec.
|
| NameValuePair
A name-value pair parameter used as an element of HTTP messages.
|
| ParseException
Signals a protocol exception due to failure to parse a message element.
|
| ProtocolException
Signals that an HTTP protocol violation has occurred.
|
| ProtocolVersion
Represents a protocol version.
|
| ReasonPhraseCatalog
Interface for obtaining reason phrases for HTTP status codes.
|
| 类和说明 |
|---|
| EntityDetails
Details of an entity transmitted by a message.
|
| Header
Represents an HTTP header field consisting of a field name and a field
value.
|
| HttpException
Signals that an HTTP exception has occurred.
|
| HttpRequest
A request message from a client to a server includes, within the
first line of that message, the method to be applied to the resource,
the identifier of the resource, and the protocol version in use.
|
| HttpResponse
After receiving and interpreting a request message, a server responds
with an HTTP response message.
|
| MessageHeaders
Messages head consisting of multiple message headers.
|
| 类和说明 |
|---|
| ContentType
Content type information consisting of a MIME type and an optional charset.
|
| EntityDetails
Details of an entity transmitted by a message.
|
| Header
Represents an HTTP header field consisting of a field name and a field
value.
|
| HttpException
Signals that an HTTP exception has occurred.
|
| NameValuePair
A name-value pair parameter used as an element of HTTP messages.
|
| 类和说明 |
|---|
| HttpHost
Component that holds all details needed to describe an HTTP connection
to a host.
|
| 类和说明 |
|---|
| ContentType
Content type information consisting of a MIME type and an optional charset.
|
| EntityDetails
Details of an entity transmitted by a message.
|
| Header
Represents an HTTP header field consisting of a field name and a field
value.
|
| HttpException
Signals that an HTTP exception has occurred.
|
| HttpHost
Component that holds all details needed to describe an HTTP connection
to a host.
|
| HttpRequest
A request message from a client to a server includes, within the
first line of that message, the method to be applied to the resource,
the identifier of the resource, and the protocol version in use.
|
| HttpRequestMapper
This class can be used to resolve an object matching a particular
HttpRequest. |
| HttpResponse
After receiving and interpreting a request message, a server responds
with an HTTP response message.
|
| Message
Generic message consisting of a message head and a message body.
|
| Method
Common HTTP methods defined by the HTTP spec.
|
| NameValuePair
A name-value pair parameter used as an element of HTTP messages.
|
| ProtocolVersion
Represents a protocol version.
|
| 类和说明 |
|---|
| ContentType
Content type information consisting of a MIME type and an optional charset.
|
| EntityDetails
Details of an entity transmitted by a message.
|
| Header
Represents an HTTP header field consisting of a field name and a field
value.
|
| HttpException
Signals that an HTTP exception has occurred.
|
| HttpRequest
A request message from a client to a server includes, within the
first line of that message, the method to be applied to the resource,
the identifier of the resource, and the protocol version in use.
|
| HttpResponse
After receiving and interpreting a request message, a server responds
with an HTTP response message.
|
| 类和说明 |
|---|
| EndpointDetails
HTTP connection endpoint details.
|
| EntityDetails
Details of an entity transmitted by a message.
|
| HttpException
Signals that an HTTP exception has occurred.
|
| HttpRequest
A request message from a client to a server includes, within the
first line of that message, the method to be applied to the resource,
the identifier of the resource, and the protocol version in use.
|
| HttpRequestInterceptor
HTTP protocol interceptor is a routine that implements a specific aspect of
the HTTP protocol.
|
| HttpRequestMapper
This class can be used to resolve an object matching a particular
HttpRequest. |
| HttpResponse
After receiving and interpreting a request message, a server responds
with an HTTP response message.
|
| HttpResponseInterceptor
HTTP protocol interceptor is a routine that implements a specific aspect of
the HTTP protocol.
|
| MisdirectedRequestException
Signals a misdirected request (the server is not authoritative to handle the request).
|
| ProtocolVersion
Represents a protocol version.
|
| 类和说明 |
|---|
| ParseException
Signals a protocol exception due to failure to parse a message element.
|
| ProtocolVersion
Represents a protocol version.
|
| 类和说明 |
|---|
| Header
Represents an HTTP header field consisting of a field name and a field
value.
|
| HttpHost
Component that holds all details needed to describe an HTTP connection
to a host.
|
| HttpMessage
HTTP messages consist of requests from client to server and responses
from server to client.
|
| HttpRequest
A request message from a client to a server includes, within the
first line of that message, the method to be applied to the resource,
the identifier of the resource, and the protocol version in use.
|
| HttpResponse
After receiving and interpreting a request message, a server responds
with an HTTP response message.
|
| Method
Common HTTP methods defined by the HTTP spec.
|
| NameValuePair
A name-value pair parameter used as an element of HTTP messages.
|
| ProtocolVersion
Represents a protocol version.
|
| 类和说明 |
|---|
| Header
Represents an HTTP header field consisting of a field name and a field
value.
|
| HttpException
Signals that an HTTP exception has occurred.
|
| HttpMessage
HTTP messages consist of requests from client to server and responses
from server to client.
|
| HttpStreamResetException
Signals HTTP protocol error that renders the actual HTTP data stream unreliable.
|
| 类和说明 |
|---|
| Header
Represents an HTTP header field consisting of a field name and a field
value.
|
| HttpException
Signals that an HTTP exception has occurred.
|
| 类和说明 |
|---|
| Header
Represents an HTTP header field consisting of a field name and a field
value.
|
| HttpException
Signals that an HTTP exception has occurred.
|
| HttpRequest
A request message from a client to a server includes, within the
first line of that message, the method to be applied to the resource,
the identifier of the resource, and the protocol version in use.
|
| HttpResponse
After receiving and interpreting a request message, a server responds
with an HTTP response message.
|
| 类和说明 |
|---|
| EndpointDetails
HTTP connection endpoint details.
|
| Header
Represents an HTTP header field consisting of a field name and a field
value.
|
| HttpConnection
A generic HTTP connection, useful on client and server side.
|
| ProtocolVersion
Represents a protocol version.
|
| SocketModalCloseable
A generic
ModalCloseable backed by a network socket. |
| 类和说明 |
|---|
| HttpHost
Component that holds all details needed to describe an HTTP connection
to a host.
|
| 类和说明 |
|---|
| HttpException
Signals that an HTTP exception has occurred.
|
| 类和说明 |
|---|
| HttpHost
Component that holds all details needed to describe an HTTP connection
to a host.
|
| 类和说明 |
|---|
| HttpException
Signals that an HTTP exception has occurred.
|
| HttpRequest
A request message from a client to a server includes, within the
first line of that message, the method to be applied to the resource,
the identifier of the resource, and the protocol version in use.
|
| HttpRequestMapper
This class can be used to resolve an object matching a particular
HttpRequest. |
| 类和说明 |
|---|
| EntityDetails
Details of an entity transmitted by a message.
|
| HttpException
Signals that an HTTP exception has occurred.
|
| HttpRequest
A request message from a client to a server includes, within the
first line of that message, the method to be applied to the resource,
the identifier of the resource, and the protocol version in use.
|
| HttpRequestInterceptor
HTTP protocol interceptor is a routine that implements a specific aspect of
the HTTP protocol.
|
| HttpResponse
After receiving and interpreting a request message, a server responds
with an HTTP response message.
|
| HttpResponseInterceptor
HTTP protocol interceptor is a routine that implements a specific aspect of
the HTTP protocol.
|
| 类和说明 |
|---|
| HttpHost
Component that holds all details needed to describe an HTTP connection
to a host.
|
| 类和说明 |
|---|
| HttpHost
Component that holds all details needed to describe an HTTP connection
to a host.
|
| NameValuePair
A name-value pair parameter used as an element of HTTP messages.
|
| 类和说明 |
|---|
| SocketModalCloseable
A generic
ModalCloseable backed by a network socket. |
| 类和说明 |
|---|
| HttpHost
Component that holds all details needed to describe an HTTP connection
to a host.
|
| SocketModalCloseable
A generic
ModalCloseable backed by a network socket. |
| 类和说明 |
|---|
| SocketModalCloseable
A generic
ModalCloseable backed by a network socket. |
| 类和说明 |
|---|
| EntityDetails
Details of an entity transmitted by a message.
|
Copyright © 2023. All rights reserved.