|
|||||||||
| Home >> All >> com >> act365 >> net >> [ udp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.act365.net.udp
Class UDPMessage

java.lang.Objectcom.act365.net.udp.UDPMessage
- public class UDPMessage
- extends java.lang.Object
Objects of the class UDPMessage store UDP messages.
| Field Summary | |
(package private) short |
checksum
|
(package private) byte[] |
data
|
(package private) short |
destinationport
|
(package private) short |
length
|
(package private) short |
sourceport
|
| Constructor Summary | |
UDPMessage()
|
|
| Method Summary | |
java.lang.String |
toString()
Writes the message to a string. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
sourceport
short sourceport
destinationport
short destinationport
length
short length
checksum
short checksum
data
byte[] data
| Constructor Detail |
UDPMessage
public UDPMessage()
| Method Detail |
toString
public java.lang.String toString()
- Writes the message to a string.
|
|||||||||
| Home >> All >> com >> act365 >> net >> [ udp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.act365.net.udp.UDPMessage