| 程序包 | 说明 |
|---|---|
| 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.io |
Client connection management functions based the classic
connection management APIs.
|
| org.apache.hc.client5.http.io |
Connection management APIs based on the classic (blocking) I/O model.
|
| 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.
|
| 类和说明 |
|---|
HttpRequestExecutor
HttpRequestExecutor is a client side HTTP protocol handler based
on the blocking (classic) I/O model. |
| 类和说明 |
|---|
| AbstractMessageParser
Abstract base class for HTTP message parsers that obtain input from
an instance of
SessionInputBuffer. |
| DefaultHttpResponseParser
HTTP response parser that obtain its input from an instance
of
SessionInputBuffer. |
| 类和说明 |
|---|
HttpRequestExecutor
HttpRequestExecutor is a client side HTTP protocol handler based
on the blocking (classic) I/O model. |
| 类和说明 |
|---|
| DefaultBHttpServerConnection
Default implementation of
HttpServerConnection. |
HttpRequestExecutor
HttpRequestExecutor is a client side HTTP protocol handler based
on the blocking (classic) I/O model. |
HttpService
HttpService is a server side HTTP protocol handler based on
the classic (blocking) I/O model. |
Copyright © 2023. All rights reserved.