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.
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 CancellableDependencyModifier and TypeClassDescriptionfinal classCancellablethat has a dependency on anotherCancellableprocess or operation.final class -
Uses of CancellableDependency in org.apache.hc.core5.http.nio.command
Fields in org.apache.hc.core5.http.nio.command declared as CancellableDependencyModifier and TypeFieldDescriptionprivate final CancellableDependencyRequestExecutionCommand.cancellableDependencyMethods 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) -
Uses of CancellableDependency in org.apache.hc.core5.http2.impl.nio.bootstrap
Classes in org.apache.hc.core5.http2.impl.nio.bootstrap that implement CancellableDependencyMethods in org.apache.hc.core5.http2.impl.nio.bootstrap with parameters of type CancellableDependencyModifier and TypeMethodDescriptionprivate voidH2MultiplexingRequester.execute(AsyncClientExchangeHandler exchangeHandler, HandlerFactory<AsyncPushConsumer> pushHandlerFactory, CancellableDependency cancellableDependency, Timeout timeout, HttpContext context)