net.mazewar
Class Packet

java.lang.Object
  extended by net.mazewar.Packet
All Implemented Interfaces:
java.io.Serializable

public class Packet
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Nested Class Summary
static class Packet.KeyType
           
static class Packet.MessageType
           
 
Field Summary
 Packet.MessageType Type
           
 
Constructor Summary
Packet()
           
 
Method Summary
 java.lang.Object getKeyValue(Packet.KeyType k)
           
 void setKeyValue(Packet.KeyType k, java.lang.Object val)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Type

public Packet.MessageType Type
Constructor Detail

Packet

public Packet()
Method Detail

setKeyValue

public void setKeyValue(Packet.KeyType k,
                        java.lang.Object val)

getKeyValue

public java.lang.Object getKeyValue(Packet.KeyType k)