Package org.apache.http.impl.nio.reactor
Class SessionRequestHandle
- java.lang.Object
-
- org.apache.http.impl.nio.reactor.SessionRequestHandle
-
public class SessionRequestHandle extends java.lang.Object
Session request handle class used by I/O reactor implementations to keep a reference to aSessionRequest
along with the time the request was made.- Since:
- 4.0
-
-
Constructor Summary
Constructors Constructor Description SessionRequestHandle(SessionRequestImpl sessionRequest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getRequestTime()
SessionRequestImpl
getSessionRequest()
-
-
-
Constructor Detail
-
SessionRequestHandle
public SessionRequestHandle(SessionRequestImpl sessionRequest)
-
-
Method Detail
-
getSessionRequest
public SessionRequestImpl getSessionRequest()
-
getRequestTime
public long getRequestTime()
-
-