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.tcpip.icmp.IcmpHeaderToNetMessenger
This is the messenger that contains the logic for ICMP messages going out to the network. Contains a method for calculating the checksum of this ICMP message and adds it to the message.
Field Summary | |
static IcmpHeaderToNetMessenger | instance
There should exist only one Messenger of this kind. |
Method Summary | |
void | apply(fi.hut.tcm.jacob.conduits.Message message,
fi.hut.tcm.jacob.conduits.State state,
fi.hut.tcm.jacob.conduits.Session session)
Method for applying a message to a state of a specific session. |
Methods inherited from class java.lang.Object | |
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait |
Field Detail |
public static IcmpHeaderToNetMessenger instance
Messenger
of this kind.Method Detail |
public void apply(fi.hut.tcm.jacob.conduits.Message message, fi.hut.tcm.jacob.conduits.State state, fi.hut.tcm.jacob.conduits.Session session)
message
- Message
state
- State
session
- Session
Overview | Package | Class | Tree | Deprecated | Index | Help | |||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |