Package com.biglybt.core.ipfilter
Interface IpFilterManager
- All Known Implementing Classes:
IpFilterManagerImpl
public interface IpFilterManager
-
Method Summary
Modifier and TypeMethodDescriptionaddDescription
(IpRange range, byte[] description) void
void
void
byte[]
getDescription
(Object info)
-
Method Details
-
getIPFilter
IpFilter getIPFilter() -
getBadIps
BadIps getBadIps() -
getDescription
- Parameters:
range
-- Returns:
-
addDescription
- Parameters:
range
-description
-
-
cacheAllDescriptions
void cacheAllDescriptions() -
clearDescriptionCache
void clearDescriptionCache() -
deleteAllDescriptions
void deleteAllDescriptions()- Since:
- 3.0.1.5
-