org.gudy.azureus2.core3.ipfilter
Interface IpFilterManager

All Known Implementing Classes:
IpFilterManagerImpl

public interface IpFilterManager

Author:
parg

Method Summary
 java.lang.Object addDescription(IpRange range, byte[] description)
           
 void cacheAllDescriptions()
           
 void clearDescriptionCache()
           
 void deleteAllDescriptions()
           
 BadIps getBadIps()
           
 byte[] getDescription(java.lang.Object info)
           
 IpFilter getIPFilter()
           
 

Method Detail

getIPFilter

IpFilter getIPFilter()

getBadIps

BadIps getBadIps()

getDescription

byte[] getDescription(java.lang.Object info)
Parameters:
range -
Returns:

addDescription

java.lang.Object addDescription(IpRange range,
                                byte[] description)
Parameters:
range -
description -

cacheAllDescriptions

void cacheAllDescriptions()

clearDescriptionCache

void clearDescriptionCache()

deleteAllDescriptions

void deleteAllDescriptions()
Since:
3.0.1.5