org.lastbamboo.common.turn.server.allocated
Interface AllocatedTurnServer

All Known Implementing Classes:
TcpAllocatedTurnServer

public interface AllocatedTurnServer

Interface for a TURN server created in response to a TURN Allocate Request from a client.


Method Summary
 InetSocketAddress getSocketAddress()
          Accessor for the address the server is listening on.
 void start()
          Starts the server.
 void stop()
          Stops the server.
 

Method Detail

start

void start()
Starts the server.


stop

void stop()
Stops the server.


getSocketAddress

InetSocketAddress getSocketAddress()
Accessor for the address the server is listening on.

Returns:
The address the server is listening on.


Copyright © 2013 LittleShoot. All Rights Reserved.