de.javawi.jstun.test.demo
Class StunServer

java.lang.Object
  extended by de.javawi.jstun.test.demo.StunServer

public class StunServer
extends Object


Constructor Summary
StunServer(int primaryPort, InetAddress primary, int secondaryPort, InetAddress secondary)
           
 
Method Summary
static void main(String[] args)
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StunServer

public StunServer(int primaryPort,
                  InetAddress primary,
                  int secondaryPort,
                  InetAddress secondary)
           throws SocketException
Throws:
SocketException
Method Detail

start

public void start()
           throws SocketException
Throws:
SocketException

main

public static void main(String[] args)