IOSessionImpl@Deprecated
public class SessionHandle
extends java.lang.Object
IOSession along with information about time of last I/O
operations on that session.| Constructor | Description |
|---|---|
SessionHandle(IOSession session) |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
long |
getLastAccessTime() |
Deprecated.
|
long |
getLastReadTime() |
Deprecated.
|
long |
getLastWriteTime() |
Deprecated.
|
IOSession |
getSession() |
Deprecated.
|
long |
getStartedTime() |
Deprecated.
|
void |
resetLastRead() |
Deprecated.
|
void |
resetLastWrite() |
Deprecated.
|
public SessionHandle(IOSession session)
public IOSession getSession()
public long getStartedTime()
public long getLastReadTime()
public long getLastWriteTime()
public long getLastAccessTime()
public void resetLastRead()
public void resetLastWrite()