Package com.biglybt.core.ipfilter
Interface BadIps
- All Known Implementing Classes:
BadIpsImpl
public interface BadIps
-
Method Summary
Modifier and TypeMethodDescriptionint
addWarningForIp
(String ip, byte[] specific_hash) void
BadIp[]
int
boolean
removeBadIp
(String ip)
-
Method Details
-
addWarningForIp
-
getNbBadIps
int getNbBadIps() -
getBadIps
BadIp[] getBadIps() -
removeBadIp
-
clearBadIps
void clearBadIps()
-