Package com.biglybt.core.ipfilter.impl
Class BadIpsImpl
java.lang.Object
com.biglybt.core.ipfilter.impl.BadIpsImpl
- All Implemented Interfaces:
BadIps
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
addWarningForIp
(String ip, byte[] specific_hash) void
BadIp[]
static BadIps
int
boolean
removeBadIp
(String ip)
-
Field Details
-
instance
-
class_mon
-
bad_ip_map
-
bad_ip_map_mon
-
-
Constructor Details
-
BadIpsImpl
public BadIpsImpl()
-
-
Method Details
-
getInstance
-
addWarningForIp
- Specified by:
addWarningForIp
in interfaceBadIps
-
getBadIps
-
removeBadIp
- Specified by:
removeBadIp
in interfaceBadIps
-
clearBadIps
public void clearBadIps()- Specified by:
clearBadIps
in interfaceBadIps
-
getNbBadIps
public int getNbBadIps()- Specified by:
getNbBadIps
in interfaceBadIps
-