| 程序包 | 说明 |
|---|---|
| com.aliyun.httpcomponent.httpclient.implementation.reactive | |
| org.apache.hc.client5.http.async.methods |
Common HTTP methods and message handlers for the asynchronous 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.core5.http.message |
Core HTTP message components, message element parser
and writer APIs and their default implementations.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ReactiveApacheHttpResponse |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ConfigurableHttpRequest
HTTP request message with a custom configuration.
|
class |
SimpleHttpRequest
HTTP request that can enclose a body represented as a simple text string or an array of bytes.
|
class |
SimpleHttpResponse
HTTP response that can enclose a body represented as a simple text string or an array of bytes.
|
| 限定符和类型 | 类和说明 |
|---|---|
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 |
BasicClassicHttpRequest
Basic implementation of
ClassicHttpRequest. |
class |
BasicClassicHttpResponse
Basic implementation of
ClassicHttpResponse. |
class |
BasicHttpRequest
Basic implementation of
HttpRequest. |
class |
BasicHttpResponse
Basic implementation of
HttpResponse. |
Copyright © 2023. All rights reserved.