Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.act365.net.udp
Class UDPMessage  view UDPMessage download UDPMessage.java

java.lang.Object
  extended bycom.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.