com.act365.net.udp
Class UDPMessage

java.lang.Object
  |
  +--com.act365.net.udp.UDPMessage

public class UDPMessage
extends java.lang.Object

Objects of the class UDPMessage store UDP messages.


Constructor Summary
UDPMessage()
           
 
Method Summary
 java.lang.String toString()
          Writes the message to a string.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UDPMessage

public UDPMessage()
Method Detail

toString

public java.lang.String toString()
Writes the message to a string.
Overrides:
toString in class java.lang.Object