Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ComplexCancellable
Cancellable that has a dependency on another Cancellable
process or operation. |
class |
ComplexFuture<T>
|
Modifier and Type | Method and Description |
---|---|
CancellableDependency |
RequestExecutionCommand.getCancellableDependency() |
abstract CancellableDependency |
ExecutableCommand.getCancellableDependency() |
Constructor and Description |
---|
RequestExecutionCommand(AsyncClientExchangeHandler exchangeHandler,
HandlerFactory<AsyncPushConsumer> pushHandlerFactory,
CancellableDependency cancellableDependency,
HttpContext context) |
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.