Uses of Class
org.apache.hc.core5.concurrent.BasicFuture
Packages that use BasicFuture
Package
Description
Core concurrency component APIs.
Client side connection pool component APIs.
Event driven network communication APIs and components loosely based on
Doug Lea's
reactor pattern.
-
Uses of BasicFuture in org.apache.hc.core5.concurrent
Subclasses of BasicFuture in org.apache.hc.core5.concurrentModifier and TypeClassDescriptionfinal class
Fields in org.apache.hc.core5.concurrent declared as BasicFutureConstructors in org.apache.hc.core5.concurrent with parameters of type BasicFuture -
Uses of BasicFuture in org.apache.hc.core5.pool
Fields in org.apache.hc.core5.pool declared as BasicFutureModifier and TypeFieldDescriptionprivate final BasicFuture
<PoolEntry<T, C>> LaxConnPool.LeaseRequest.future
private final BasicFuture
<PoolEntry<T, C>> StrictConnPool.LeaseRequest.future
Methods in org.apache.hc.core5.pool that return BasicFutureModifier and TypeMethodDescription(package private) BasicFuture
<PoolEntry<T, C>> LaxConnPool.LeaseRequest.getFuture()
StrictConnPool.LeaseRequest.getFuture()
Constructors in org.apache.hc.core5.pool with parameters of type BasicFutureModifierConstructorDescription(package private)
LeaseRequest
(Object state, Timeout requestTimeout, BasicFuture<PoolEntry<T, C>> future) LeaseRequest
(T route, Object state, Timeout requestTimeout, BasicFuture<PoolEntry<T, C>> future) Constructor -
Uses of BasicFuture in org.apache.hc.core5.reactive
Fields in org.apache.hc.core5.reactive declared as BasicFutureModifier and TypeFieldDescriptionprivate BasicFuture
<Void> ReactiveResponseConsumer.responseCompletion
private final BasicFuture
<Message<HttpResponse, org.reactivestreams.Publisher<ByteBuffer>>> ReactiveResponseConsumer.responseFuture
-
Uses of BasicFuture in org.apache.hc.core5.reactor
Fields in org.apache.hc.core5.reactor declared as BasicFutureModifier and TypeFieldDescription(package private) final BasicFuture
<IOSession> IOSessionRequest.future
(package private) final BasicFuture
<ListenerEndpoint> ListenerEndpointRequest.future
Constructors in org.apache.hc.core5.reactor with parameters of type BasicFutureModifierConstructorDescription(package private)
ListenerEndpointRequest
(SocketAddress address, Object attachment, BasicFuture<ListenerEndpoint> future)