|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.lastbamboo.common.turn.server.TurnLauncher
public class TurnLauncher
Launcher class for launching a TURN servers.
| Constructor Summary | |
|---|---|
TurnLauncher()
Creates a new TURN launcher. |
|
| Method Summary | |
|---|---|
static void |
main(String[] args)
Launches the SIP and TURN servers. |
void |
start()
Launches any services that should be launched only if this peer is on the open Internet, such as running a TURN server or a SIP proxy. |
void |
stop()
Stops the server. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TurnLauncher()
| Method Detail |
|---|
public static void main(String[] args)
args - The command line arguments.
public void start()
throws IOException
IOException - If we could not bind to the server socket.public void stop()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||