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 class
Cancellable
that has a dependency on anotherCancellable
process 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 CancellableDependency
RequestExecutionCommand.cancellableDependency
Methods in org.apache.hc.core5.http.nio.command that return CancellableDependencyModifier and TypeMethodDescriptionabstract CancellableDependency
ExecutableCommand.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 void
H2MultiplexingRequester.execute
(AsyncClientExchangeHandler exchangeHandler, HandlerFactory<AsyncPushConsumer> pushHandlerFactory, CancellableDependency cancellableDependency, Timeout timeout, HttpContext context)