|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.http.impl.nio.reactor.SessionHandle
IOSessionImpl
@Deprecated public class SessionHandle
Session handle class used by I/O reactor implementations to keep a reference
to a IOSession along with information about time of last I/O
operations on that session.
| Constructor Summary | |
|---|---|
SessionHandle(IOSession session)
Deprecated. |
|
| Method Summary | |
|---|---|
long |
getLastAccessTime()
Deprecated. |
long |
getLastReadTime()
Deprecated. |
long |
getLastWriteTime()
Deprecated. |
IOSession |
getSession()
Deprecated. |
long |
getStartedTime()
Deprecated. |
void |
resetLastRead()
Deprecated. |
void |
resetLastWrite()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SessionHandle(IOSession session)
| Method Detail |
|---|
public IOSession getSession()
public long getStartedTime()
public long getLastReadTime()
public long getLastWriteTime()
public long getLastAccessTime()
public void resetLastRead()
public void resetLastWrite()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||