Package org.apache.http.impl.nio.reactor
Class SessionHandle
java.lang.Object
org.apache.http.impl.nio.reactor.SessionHandle
Deprecated.
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.- Since:
- 4.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate long
Deprecated.private long
Deprecated.private long
Deprecated.private final IOSession
Deprecated.private final long
Deprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
Deprecated.long
Deprecated.long
Deprecated.Deprecated.long
Deprecated.void
Deprecated.void
Deprecated.
-
Field Details
-
session
Deprecated. -
startedTime
private final long startedTimeDeprecated. -
lastReadTime
private long lastReadTimeDeprecated. -
lastWriteTime
private long lastWriteTimeDeprecated. -
lastAccessTime
private long lastAccessTimeDeprecated.
-
-
Constructor Details
-
SessionHandle
Deprecated.
-
-
Method Details
-
getSession
Deprecated. -
getStartedTime
public long getStartedTime()Deprecated. -
getLastReadTime
public long getLastReadTime()Deprecated. -
getLastWriteTime
public long getLastWriteTime()Deprecated. -
getLastAccessTime
public long getLastAccessTime()Deprecated. -
resetLastRead
public void resetLastRead()Deprecated. -
resetLastWrite
public void resetLastWrite()Deprecated.
-
IOSessionImpl