Overview | Package | Class | Tree | Deprecated | Index | Help | |||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fi.hut.tcm.jacob.conduits.BaseConduit | +--fi.hut.tcm.jacob.conduits.Sedaptor | +--fi.hut.tcm.jacob.conduits.Session | +--fi.hut.tcm.jacob.tcpip.icmp.IcmpChecksumSession
During this Session
,
-the checksum for outgoing packets is calculated
-the checksum on incoming packets is validated. Packets with an invalid
checksum are silently discarded.
Fields inherited from class fi.hut.tcm.jacob.conduits.BaseConduit | |
id, SIDE_NUMBER, sides |
Constructor Summary | |
IcmpChecksumSession(fi.hut.tcm.jacob.conduits.State initialState)
Create the Session . |
Methods inherited from class fi.hut.tcm.jacob.conduits.Session | |
accept, apply, setState |
Methods inherited from class fi.hut.tcm.jacob.conduits.Sedaptor | |
addTimeout, cancelTimeout, getMessageSource, newMessage, releaseMessage, returnMessage, sendMessage, stopMessage |
Methods inherited from class fi.hut.tcm.jacob.conduits.BaseConduit | |
accept, clone, dump, getId, getSide, getSideCount, initialSideCount, initSides |
Methods inherited from class java.lang.Object | |
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait |
Constructor Detail |
public IcmpChecksumSession(fi.hut.tcm.jacob.conduits.State initialState)
Session
.
initialState
- the beginning stateOverview | Package | Class | Tree | Deprecated | Index | Help | |||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |