Package com.biglybt.core.ipfilter
Interface IpFilterManager
-
- All Known Implementing Classes:
IpFilterManagerImpl
public interface IpFilterManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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
-
-