Uses of Interface
org.apache.hc.core5.concurrent.CancellableDependency
-
Packages that use CancellableDependency 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.org.apache.hc.core5.http2.impl.nio.bootstrap HTTP/2 capable requester and server bootstrap. -
-
Uses of CancellableDependency in org.apache.hc.core5.concurrent
Classes in org.apache.hc.core5.concurrent that implement CancellableDependency Modifier and Type Class Description class
ComplexCancellable
Cancellable
that has a dependency on anotherCancellable
process or operation.class
ComplexFuture<T>
-
Uses of CancellableDependency in org.apache.hc.core5.http.nio.command
Fields in org.apache.hc.core5.http.nio.command declared as CancellableDependency Modifier and Type Field Description private CancellableDependency
RequestExecutionCommand. cancellableDependency
Methods in org.apache.hc.core5.http.nio.command that return CancellableDependency Modifier and Type Method Description abstract CancellableDependency
ExecutableCommand. getCancellableDependency()
CancellableDependency
RequestExecutionCommand. getCancellableDependency()
Constructors in org.apache.hc.core5.http.nio.command with parameters of type CancellableDependency Constructor Description RequestExecutionCommand(AsyncClientExchangeHandler exchangeHandler, HandlerFactory<AsyncPushConsumer> pushHandlerFactory, CancellableDependency cancellableDependency, HttpContext context)
-
Uses of CancellableDependency in org.apache.hc.core5.http2.impl.nio.bootstrap
Classes in org.apache.hc.core5.http2.impl.nio.bootstrap that implement CancellableDependency Modifier and Type Class Description (package private) class
CancellableExecution
Methods in org.apache.hc.core5.http2.impl.nio.bootstrap with parameters of type CancellableDependency Modifier and Type Method Description private void
H2MultiplexingRequester. execute(AsyncClientExchangeHandler exchangeHandler, HandlerFactory<AsyncPushConsumer> pushHandlerFactory, CancellableDependency cancellableDependency, Timeout timeout, HttpContext context)
-