org.littleshoot.stun.stack
Class StunConstants

java.lang.Object
  extended by org.littleshoot.stun.stack.StunConstants

public class StunConstants
extends Object

Constants for STUN, such as the default STUN port.


Field Summary
static List<InetSocketAddress> SERVERS
           
static InetSocketAddress[] SERVERS_ARRAY
           
static int STUN_PORT
          The default port for STUN.
 
Constructor Summary
StunConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STUN_PORT

public static final int STUN_PORT
The default port for STUN.

See Also:
Constant Field Values

SERVERS_ARRAY

public static InetSocketAddress[] SERVERS_ARRAY

SERVERS

public static List<InetSocketAddress> SERVERS
Constructor Detail

StunConstants

public StunConstants()


Copyright © 2013 LittleShoot. All Rights Reserved.