zombie.core.network
Class UdpTest

java.lang.Object
  extended by zombie.core.network.UdpTest

public class UdpTest
extends java.lang.Object


Field Summary
static int DEFAULT_PORT
           
 
Constructor Summary
UdpTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void testClient()
           
 void testServer()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_PORT

public static final int DEFAULT_PORT
See Also:
Constant Field Values
Constructor Detail

UdpTest

public UdpTest()
Method Detail

testServer

public void testServer()

testClient

public void testClient()

main

public static void main(java.lang.String[] args)