org.lastbamboo.common.stun.client
Class StunServerRepository

java.lang.Object
  extended by org.lastbamboo.common.stun.client.StunServerRepository

public class StunServerRepository
extends Object

Repository controlling which STUN servers to use.


Constructor Summary
StunServerRepository()
           
 
Method Summary
static void addStunServers(Collection<InetSocketAddress> ss)
           
static Collection<InetSocketAddress> getServers()
           
static void setStunServers(Collection<InetSocketAddress> ss)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StunServerRepository

public StunServerRepository()
Method Detail

setStunServers

public static void setStunServers(Collection<InetSocketAddress> ss)

getServers

public static Collection<InetSocketAddress> getServers()

addStunServers

public static void addStunServers(Collection<InetSocketAddress> ss)


Copyright © 2013 LittleShoot. All Rights Reserved.