Uses of Interface
org.apache.hc.core5.concurrent.Cancellable
-
Packages that use Cancellable 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 Default implementation of HTTP/2 transport based on the asynchronous (non-blocking) I/O model.org.apache.hc.core5.http2.impl.nio.bootstrap HTTP/2 capable requester and server bootstrap.org.apache.hc.core5.http2.nio.command HTTP/2 specific commands for HTTP/2 transport based on asynchronous, event driven I/O model.org.apache.hc.core5.pool Client side connection pool component APIs.org.apache.hc.core5.reactor Event driven network communication APIs and components loosely based on Doug Lea's reactor pattern. -
-
Uses of Cancellable in org.apache.hc.core5.concurrent
Subinterfaces of Cancellable in org.apache.hc.core5.concurrent Modifier and Type Interface Description interfaceCancellableDependencyThis interface representsCancellableobject dependent on another ongoing process or operation.Classes in org.apache.hc.core5.concurrent that implement Cancellable Modifier and Type Class Description classBasicFuture<T>Basic implementation of theFutureinterface.classCompletedFuture<T>Immutable, completed future.classComplexCancellableCancellablethat has a dependency on anotherCancellableprocess or operation.classComplexFuture<T>Fields in org.apache.hc.core5.concurrent with type parameters of type Cancellable Modifier and Type Field Description private java.util.concurrent.atomic.AtomicMarkableReference<Cancellable>ComplexCancellable. dependencyRefprivate java.util.concurrent.atomic.AtomicReference<Cancellable>ComplexFuture. dependencyRefMethods in org.apache.hc.core5.concurrent with parameters of type Cancellable Modifier and Type Method Description voidCancellableDependency. setDependency(Cancellable cancellable)SetsCancellabledependency on another ongoing process or operation represented byCancellable.voidComplexCancellable. setDependency(Cancellable dependency)voidComplexFuture. setDependency(Cancellable dependency) -
Uses of Cancellable in org.apache.hc.core5.http.nio.command
Classes in org.apache.hc.core5.http.nio.command that implement Cancellable Modifier and Type Class Description classExecutableCommandAbstract executable command that may need to do some cleaning up in case of an failure and also optionally may want to cancel the associated HTTP message exchange throughCancellableDependency.classRequestExecutionCommandRequest execution command.classShutdownCommandShutdown command. -
Uses of Cancellable in org.apache.hc.core5.http2.impl.nio
Subinterfaces of Cancellable in org.apache.hc.core5.http2.impl.nio Modifier and Type Interface Description (package private) interfaceH2StreamChannelClasses in org.apache.hc.core5.http2.impl.nio that implement Cancellable Modifier and Type Class Description private classAbstractH2StreamMultiplexer.H2StreamChannelImpl -
Uses of Cancellable in org.apache.hc.core5.http2.impl.nio.bootstrap
Classes in org.apache.hc.core5.http2.impl.nio.bootstrap that implement Cancellable Modifier and Type Class Description (package private) classCancellableExecutionFields in org.apache.hc.core5.http2.impl.nio.bootstrap with type parameters of type Cancellable Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<Cancellable>CancellableExecution. dependencyRefMethods in org.apache.hc.core5.http2.impl.nio.bootstrap that return Cancellable Modifier and Type Method Description CancellableH2MultiplexingRequester. execute(AsyncClientExchangeHandler exchangeHandler, HandlerFactory<AsyncPushConsumer> pushHandlerFactory, Timeout timeout, HttpContext context)CancellableH2MultiplexingRequester. execute(AsyncClientExchangeHandler exchangeHandler, Timeout timeout, HttpContext context)Methods in org.apache.hc.core5.http2.impl.nio.bootstrap with parameters of type Cancellable Modifier and Type Method Description voidCancellableExecution. setDependency(Cancellable cancellable) -
Uses of Cancellable in org.apache.hc.core5.http2.nio.command
Classes in org.apache.hc.core5.http2.nio.command that implement Cancellable Modifier and Type Class Description classPingCommandHTTP/2 ping command. -
Uses of Cancellable in org.apache.hc.core5.pool
Classes in org.apache.hc.core5.pool that implement Cancellable Modifier and Type Class Description (package private) static classLaxConnPool.LeaseRequest<T,C extends ModalCloseable> -
Uses of Cancellable in org.apache.hc.core5.reactor
Subinterfaces of Cancellable in org.apache.hc.core5.reactor Modifier and Type Interface Description interfaceCommandAbstract commandIOSessioncan act upon.
-