| 程序包 | 说明 |
|---|---|
| org.apache.hc.client5.http.async |
HTTP client APIs based on the asynchronous, event driven I/O model.
|
| 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.core5.concurrent |
Core concurrency component APIs.
|
| org.apache.hc.core5.http.nio.command |
Commands for HTTP transports based on asynchronous, event driven I/O model.
|
| 限定符和类型 | 字段和说明 |
|---|---|
CancellableDependency |
AsyncExecChain.Scope.cancellableDependency |
| 构造器和说明 |
|---|
Scope(String exchangeId,
HttpRoute route,
HttpRequest originalRequest,
CancellableDependency cancellableDependency,
HttpClientContext clientContext,
AsyncExecRuntime execRuntime)
已过时。
Use
Scope#Scope(String, HttpRoute, HttpRequest, CancellableDependency, HttpClientContext,
AsyncExecRuntime, Scheduler, AtomicInteger) |
Scope(String exchangeId,
HttpRoute route,
HttpRequest originalRequest,
CancellableDependency cancellableDependency,
HttpClientContext clientContext,
AsyncExecRuntime execRuntime,
AsyncExecChain.Scheduler scheduler,
AtomicInteger execCount) |
| 限定符和类型 | 方法和说明 |
|---|---|
ExecRuntime |
ExecRuntime.fork(CancellableDependency cancellableAware)
Forks this runtime for parallel execution.
|
| 限定符和类型 | 类和说明 |
|---|---|
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 |
ComplexCancellable
Cancellable that has a dependency on another Cancellable
process or operation. |
class |
ComplexFuture<T>
|
| 限定符和类型 | 方法和说明 |
|---|---|
CancellableDependency |
RequestExecutionCommand.getCancellableDependency() |
abstract CancellableDependency |
ExecutableCommand.getCancellableDependency() |
| 构造器和说明 |
|---|
RequestExecutionCommand(AsyncClientExchangeHandler exchangeHandler,
HandlerFactory<AsyncPushConsumer> pushHandlerFactory,
CancellableDependency cancellableDependency,
HttpContext context) |
Copyright © 2023. All rights reserved.