Uses of Package
org.apache.hc.core5.concurrent
-
Packages that use org.apache.hc.core5.concurrent Package Description org.apache.hc.core5.concurrent Core concurrency component APIs.org.apache.hc.core5.http.impl.bootstrap HTTP/1.1 requester and server bootstrap.org.apache.hc.core5.http.nio Core HTTP transport APIs based on the asynchronous, event driven I/O model.org.apache.hc.core5.http.nio.command Commands for HTTP transports based on asynchronous, event driven I/O model.org.apache.hc.core5.http.nio.entity HTTP message entity APIs based on the asynchronous (non-blocking) I/O model.org.apache.hc.core5.http.nio.ssl TLS protocol support.org.apache.hc.core5.http.nio.support Support classes for the asynchronous I/O model.org.apache.hc.core5.http.nio.support.classic Support classes for the asynchronous I/O model that emulate behavior of the classic (blocking) 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.http2.nio.pool HTTP/2 specific pool component APIs.org.apache.hc.core5.http2.ssl HTTP/2 specific TLS protocol support.org.apache.hc.core5.pool Client side connection pool component APIs.org.apache.hc.core5.reactive org.apache.hc.core5.reactor Event driven network communication APIs and components loosely based on Doug Lea's reactor pattern.org.apache.hc.core5.reactor.ssl TLS/SSL support for I/O reactors.org.apache.hc.core5.testing.nio -
Classes in org.apache.hc.core5.concurrent used by org.apache.hc.core5.concurrent Class Description BasicFuture Basic implementation of theFuture
interface.Cancellable ACancellable
represents a process or an operation that can be canceled.CancellableDependency This interface representsCancellable
object dependent on another ongoing process or operation.FutureCallback A callback interface that gets invoked upon completion of aFuture
. -
Classes in org.apache.hc.core5.concurrent used by org.apache.hc.core5.http.impl.bootstrap Class Description FutureCallback A callback interface that gets invoked upon completion of aFuture
. -
Classes in org.apache.hc.core5.concurrent used by org.apache.hc.core5.http.nio Class Description FutureCallback A callback interface that gets invoked upon completion of aFuture
. -
Classes in org.apache.hc.core5.concurrent used by org.apache.hc.core5.http.nio.command Class Description Cancellable ACancellable
represents a process or an operation that can be canceled.CancellableDependency This interface representsCancellable
object dependent on another ongoing process or operation. -
Classes in org.apache.hc.core5.concurrent used by org.apache.hc.core5.http.nio.entity Class Description FutureCallback A callback interface that gets invoked upon completion of aFuture
. -
Classes in org.apache.hc.core5.concurrent used by org.apache.hc.core5.http.nio.ssl Class Description FutureCallback A callback interface that gets invoked upon completion of aFuture
. -
Classes in org.apache.hc.core5.concurrent used by org.apache.hc.core5.http.nio.support Class Description FutureCallback A callback interface that gets invoked upon completion of aFuture
. -
Classes in org.apache.hc.core5.concurrent used by org.apache.hc.core5.http.nio.support.classic Class Description FutureCallback A callback interface that gets invoked upon completion of aFuture
. -
Classes in org.apache.hc.core5.concurrent used by org.apache.hc.core5.http2.impl.nio Class Description Cancellable ACancellable
represents a process or an operation that can be canceled.FutureCallback A callback interface that gets invoked upon completion of aFuture
. -
Classes in org.apache.hc.core5.concurrent used by org.apache.hc.core5.http2.impl.nio.bootstrap Class Description Cancellable ACancellable
represents a process or an operation that can be canceled.CancellableDependency This interface representsCancellable
object dependent on another ongoing process or operation.FutureCallback A callback interface that gets invoked upon completion of aFuture
. -
Classes in org.apache.hc.core5.concurrent used by org.apache.hc.core5.http2.nio.command Class Description Cancellable ACancellable
represents a process or an operation that can be canceled. -
Classes in org.apache.hc.core5.concurrent used by org.apache.hc.core5.http2.nio.pool Class Description FutureCallback A callback interface that gets invoked upon completion of aFuture
. -
Classes in org.apache.hc.core5.concurrent used by org.apache.hc.core5.http2.ssl Class Description FutureCallback A callback interface that gets invoked upon completion of aFuture
. -
Classes in org.apache.hc.core5.concurrent used by org.apache.hc.core5.pool Class Description BasicFuture Basic implementation of theFuture
interface.Cancellable ACancellable
represents a process or an operation that can be canceled.FutureCallback A callback interface that gets invoked upon completion of aFuture
. -
Classes in org.apache.hc.core5.concurrent used by org.apache.hc.core5.reactive Class Description BasicFuture Basic implementation of theFuture
interface.FutureCallback A callback interface that gets invoked upon completion of aFuture
. -
Classes in org.apache.hc.core5.concurrent used by org.apache.hc.core5.reactor Class Description BasicFuture Basic implementation of theFuture
interface.Cancellable ACancellable
represents a process or an operation that can be canceled.FutureCallback A callback interface that gets invoked upon completion of aFuture
. -
Classes in org.apache.hc.core5.concurrent used by org.apache.hc.core5.reactor.ssl Class Description FutureCallback A callback interface that gets invoked upon completion of aFuture
. -
Classes in org.apache.hc.core5.concurrent used by org.apache.hc.core5.testing.nio Class Description FutureCallback A callback interface that gets invoked upon completion of aFuture
.