org.gudy.azureus2.core3.util
Class UnresolvableHostManager

java.lang.Object
  extended by org.gudy.azureus2.core3.util.UnresolvableHostManager

public class UnresolvableHostManager
extends Object


Field Summary
protected static Map host_map
           
protected static int next_address
           
 
Constructor Summary
UnresolvableHostManager()
           
 
Method Summary
static int getPseudoAddress(String str)
           
static boolean isPseudoAddress(String str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

next_address

protected static int next_address

host_map

protected static final Map host_map
Constructor Detail

UnresolvableHostManager

public UnresolvableHostManager()
Method Detail

getPseudoAddress

public static int getPseudoAddress(String str)

isPseudoAddress

public static boolean isPseudoAddress(String str)