|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectisc.sensor.SessionHash
public class SessionHash
SessionHash is used by the SessionProcessors and Session Timers to manage the state of each session
| Field Summary | |
|---|---|
int |
closeFINACK
The number of FIN/ACK we've seen in this session |
int |
closeFINS
The number of FINS we've seen in this session |
long |
packetTimeAtFin
Timestamp that we saw the FIN for this session |
long |
packetTimeOfLastPacket
Time of last packet seen according to a running packet timer |
int |
resetFLG
The number of RSTS we've seen in this session |
java.lang.String |
sessionKey
The session key |
int |
tickOfLastPacket
Time of the last packet seen in processor ticks |
| Constructor Summary | |
|---|---|
SessionHash(java.lang.String sessionKey)
Create a new Session Hash entry |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String sessionKey
public int tickOfLastPacket
public long packetTimeOfLastPacket
public long packetTimeAtFin
public int closeFINS
public int resetFLG
public int closeFINACK
| Constructor Detail |
|---|
public SessionHash(java.lang.String sessionKey)
sessionKey - The session key
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||