|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.http.impl.nio.reactor.SessionRequestHandle
public class 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.
| Constructor Summary | |
|---|---|
SessionRequestHandle(SessionRequestImpl sessionRequest)
|
|
| Method Summary | |
|---|---|
long |
getRequestTime()
|
SessionRequestImpl |
getSessionRequest()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SessionRequestHandle(SessionRequestImpl sessionRequest)
| Method Detail |
|---|
public SessionRequestImpl getSessionRequest()
public long getRequestTime()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||