| |
|
| java.lang.Object de.anomic.server.serverDomains
serverDomains | public class serverDomains (Code) | | |
nameCacheNoCachingPatterns | final public static List<String> nameCacheNoCachingPatterns(Code) | | |
dnsResolveFromCache | public static InetAddress dnsResolveFromCache(String host) throws UnknownHostException(Code) | | Does an DNS-Check to resolve a hostname to an IP.
Parameters: host - Hostname of the host in demand. String with the ip. null, if the host could not be resolved. |
flushHitNameCache | public static void flushHitNameCache()(Code) | | Removes old entries from the dns hit cache
|
flushMissNameCache | public static void flushMissNameCache()(Code) | | Removes old entries from the dns miss cache
|
nameCacheHitSize | public static int nameCacheHitSize()(Code) | | Returns the number of entries in the nameCacheHit map
int The number of entries in the nameCacheHit map |
nameCacheMissSize | public static int nameCacheMissSize()(Code) | | |
nameCacheNoCachingListSize | public static int nameCacheNoCachingListSize()(Code) | | Returns the number of entries in the nameCacheNoCachingList list
int The number of entries in the nameCacheNoCachingList list |
|
|
|