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 classComplexCancellableCancellablethat has a dependency on anotherCancellableprocess or operation.classComplexFuture<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 CancellableDependencyRequestExecutionCommand. cancellableDependencyMethods in org.apache.hc.core5.http.nio.command that return CancellableDependency Modifier and Type Method Description abstract CancellableDependencyExecutableCommand. getCancellableDependency()CancellableDependencyRequestExecutionCommand. 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) classCancellableExecutionMethods in org.apache.hc.core5.http2.impl.nio.bootstrap with parameters of type CancellableDependency Modifier and Type Method Description private voidH2MultiplexingRequester. execute(AsyncClientExchangeHandler exchangeHandler, HandlerFactory<AsyncPushConsumer> pushHandlerFactory, CancellableDependency cancellableDependency, Timeout timeout, HttpContext context)
-