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.Protocol | +--fi.hut.tcm.jacob.tcpip.udp.UDP
User Datagram Protocol.
Field Summary | |
int | UDP_PROTOL_ID
This value is one of the members of the UDP pseudo header, which is used during checksum calculation. |
Fields inherited from class fi.hut.tcm.jacob.conduits.Protocol | |
INSIDE_A, INSIDE_B |
Fields inherited from class fi.hut.tcm.jacob.conduits.BaseConduit | |
id, SIDE_NUMBER, sides |
Constructor Summary | |
UDP()
|
Method Summary | |
void | bindToPort()
|
java.lang.Object | clone()
|
void | deepcopy()
|
void | handleICMPMessage()
|
void | releasePort()
|
Methods inherited from class fi.hut.tcm.jacob.conduits.Protocol | |
accept, clone, initialSideCount, initSides |
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 |
Field Detail |
public int UDP_PROTOL_ID
Constructor Detail |
public UDP()
Method Detail |
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
public void bindToPort()
public void releasePort()
public void handleICMPMessage()
public void deepcopy()
Overview | Package | Class | Tree | Deprecated | Index | Help | |||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |