| 程序包 | 说明 |
|---|---|
| org.apache.hc.client5.http.classic.methods |
Common HTTP methods and message handlers for the classic I/O model.
|
| org.apache.hc.client5.http.impl.classic |
Classic HTTP client API implementation that supports HTTP/1.1 transport
only.
|
| org.apache.hc.core5.http |
Core HTTP transport component APIs.
|
| org.apache.hc.core5.http.message |
Core HTTP message components, message element parser
and writer APIs and their default implementations.
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
HttpUriRequest
Extended version of the
ClassicHttpRequest interface that provides
convenience methods to access request properties such as request URI
and method type. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
HttpDelete
HTTP DELETE method.
|
class |
HttpGet
HTTP GET method.
|
class |
HttpHead
HTTP HEAD method.
|
class |
HttpOptions
HTTP OPTIONS method.
|
class |
HttpPatch
HTTP PATCH method.
|
class |
HttpPost
HTTP POST method.
|
class |
HttpPut
HTTP PUT method.
|
class |
HttpTrace
HTTP TRACE method.
|
class |
HttpUriRequestBase |
| 限定符和类型 | 类和说明 |
|---|---|
class |
CloseableHttpResponse
Provided for backward compatibility with HttpClient 4.x.
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
ClassicHttpRequest
'Classic'
HttpRequest message that can enclose HttpEntity. |
interface |
ClassicHttpResponse
'Classic'
HttpResponse message that can enclose HttpEntity. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
BasicClassicHttpRequest
Basic implementation of
ClassicHttpRequest. |
class |
BasicClassicHttpResponse
Basic implementation of
ClassicHttpResponse. |
Copyright © 2023. All rights reserved.