org.lastbamboo.common.stun.server
Class StunServerLauncher
java.lang.Object
org.lastbamboo.common.stun.server.StunServerLauncher
public class StunServerLauncher
- extends Object
Launches the STUN server.
|
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 |
StunServerLauncher
public StunServerLauncher()
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.