Class StrictConnPool.LeaseRequest<T, C extends ModalCloseable>
java.lang.Object
org.apache.hc.core5.pool.StrictConnPool.LeaseRequest<T,C>
- Enclosing class:
StrictConnPool<T, C extends ModalCloseable>
- Since:
- 4.2
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLeaseRequest(T route, Object state, Timeout requestTimeout, BasicFuture<PoolEntry<T, C>> future) Constructor -
Method Summary
-
Field Details
-
route
-
state
-
deadline
-
future
-
completed
-
result
-
ex
-
-
Constructor Details
-
LeaseRequest
-
-
Method Details
-
getRoute
-
getState
-
getDeadline
-
isDone
public boolean isDone() -
failed
-
completed
-
getFuture
-
getResult
-
getException
-
toString
-