nl.mansoft
Class UDPTest

java.lang.Object
  extended by nl.mansoft.UDPTest

public class UDPTest
extends Object


Constructor Summary
UDPTest()
           
 
Method Summary
static void ClientTest(String hostname)
           
static void main(String[] args)
           
static void ServertTest()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UDPTest

public UDPTest()
Method Detail

ClientTest

public static void ClientTest(String hostname)
                       throws IOException
Throws:
IOException

ServertTest

public static void ServertTest()
                        throws IOException
Throws:
IOException

main

public static void main(String[] args)