org.lastbamboo.common.stun.client
Class StunServerRepository
java.lang.Object
org.lastbamboo.common.stun.client.StunServerRepository
public class StunServerRepository
- extends Object
Repository controlling which STUN servers to use.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StunServerRepository
public StunServerRepository()
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.