org.lastbamboo.common.stun.server
Class StunServerLauncher

java.lang.Object
  extended by org.lastbamboo.common.stun.server.StunServerLauncher

public class StunServerLauncher
extends Object

Launches the STUN server.


Constructor Summary
StunServerLauncher()
           
 
Method Summary
 void launch()
          Launches the server.
static void main(String[] args)
          Launches the STUN server.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StunServerLauncher

public StunServerLauncher()
Method Detail

main

public static void main(String[] args)
Launches the STUN server.

Parameters:
args - The command line arguments.

launch

public void launch()
            throws IOException
Launches the server.

Throws:
IOException - If we cannot bind the server port.


Copyright © 2013 LittleShoot. All Rights Reserved.