org.lastbamboo.common.turn.server
Interface TurnServer

All Known Implementing Classes:
TcpTurnServer

public interface TurnServer

Interface for creating a new TURN server.


Method Summary
 void start()
          Starts the server.
 void stop()
          Stops the server.
 

Method Detail

start

void start()
           throws IOException
Starts the server.

Throws:
IOException - If we cannot start the server for any reason.

stop

void stop()
Stops the server.



Copyright © 2013 LittleShoot. All Rights Reserved.