ants.p2p.utils.addresses
Class InetAddressWatchdog

java.lang.Object
  extended by ants.p2p.utils.addresses.InetAddressWatchdog

public class InetAddressWatchdog
extends java.lang.Object


Method Summary
 boolean allowedAddress(java.lang.String ip)
           
static InetAddressWatchdog getInstance()
           
 void loadFilterFile(java.lang.String fileName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static InetAddressWatchdog getInstance()

loadFilterFile

public void loadFilterFile(java.lang.String fileName)

allowedAddress

public boolean allowedAddress(java.lang.String ip)
                       throws java.lang.Exception
Throws:
java.lang.Exception