Uses of Interface
com.biglybt.core.ipfilter.BadIps
-
Packages that use BadIps Package Description com.biglybt.core.ipfilter com.biglybt.core.ipfilter.impl -
-
Uses of BadIps in com.biglybt.core.ipfilter
Methods in com.biglybt.core.ipfilter that return BadIps Modifier and Type Method Description BadIps
IpFilterManager. getBadIps()
-
Uses of BadIps in com.biglybt.core.ipfilter.impl
Classes in com.biglybt.core.ipfilter.impl that implement BadIps Modifier and Type Class Description class
BadIpsImpl
Fields in com.biglybt.core.ipfilter.impl declared as BadIps Modifier and Type Field Description private static BadIps
BadIpsImpl. instance
Methods in com.biglybt.core.ipfilter.impl that return BadIps Modifier and Type Method Description BadIps
IpFilterManagerImpl. getBadIps()
static BadIps
BadIpsImpl. getInstance()
-