|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsimnet.Packet
simnet.UDP_Packet
A packet for the UDP protocol.
| Field Summary | |
java.lang.Object |
data
Packet data |
int |
dest_port
Destination port |
int |
src_port
Source port |
| Fields inherited from class simnet.Packet |
cached_size, id |
| Constructor Summary | |
UDP_Packet()
Instantiates a UDP_Packet object |
|
| Methods inherited from class simnet.Packet |
getSize |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int src_port
public int dest_port
public java.lang.Object data
| Constructor Detail |
public UDP_Packet()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||