Uses of Interface
org.apache.hc.core5.concurrent.CancellableDependency
Packages that use CancellableDependency
Package
Description
Core concurrency component APIs.
Commands for HTTP transports based on asynchronous, event driven I/O model.
-
Uses of CancellableDependency in org.apache.hc.core5.concurrent
Classes in org.apache.hc.core5.concurrent that implement CancellableDependencyModifier and TypeClassDescriptionfinal classCancellablethat has a dependency on anotherCancellableprocess or operation.final class -
Uses of CancellableDependency in org.apache.hc.core5.http.nio.command
Methods in org.apache.hc.core5.http.nio.command that return CancellableDependencyModifier and TypeMethodDescriptionabstract CancellableDependencyExecutableCommand.getCancellableDependency()RequestExecutionCommand.getCancellableDependency()Constructors in org.apache.hc.core5.http.nio.command with parameters of type CancellableDependencyModifierConstructorDescriptionRequestExecutionCommand(AsyncClientExchangeHandler exchangeHandler, HandlerFactory<AsyncPushConsumer> pushHandlerFactory, CancellableDependency cancellableDependency, HttpContext context)