Package org.apache.http.impl.nio.reactor
Class SessionRequestHandle
java.lang.Object
org.apache.http.impl.nio.reactor.SessionRequestHandle
Session request handle class used by I/O reactor implementations to keep
a reference to a
SessionRequest
along
with the time the request was made.- Since:
- 4.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
sessionRequest
-
requestTime
private final long requestTime
-
-
Constructor Details
-
SessionRequestHandle
-
-
Method Details
-
getSessionRequest
-
getRequestTime
public long getRequestTime()
-