Uses of Interface
com.biglybt.core.ipfilter.BlockedIp
-
Packages that use BlockedIp Package Description com.biglybt.core.ipfilter com.biglybt.core.ipfilter.impl com.biglybt.pifimpl.local.ipfilter -
-
Uses of BlockedIp in com.biglybt.core.ipfilter
Methods in com.biglybt.core.ipfilter that return BlockedIp Modifier and Type Method Description BlockedIp[]
IpFilter. getBlockedIps()
-
Uses of BlockedIp in com.biglybt.core.ipfilter.impl
Classes in com.biglybt.core.ipfilter.impl that implement BlockedIp Modifier and Type Class Description class
BlockedIpImpl
Methods in com.biglybt.core.ipfilter.impl that return BlockedIp Modifier and Type Method Description BlockedIp[]
IpFilterImpl. getBlockedIps()
Methods in com.biglybt.core.ipfilter.impl with parameters of type BlockedIp Modifier and Type Method Description private boolean
IpFilterImpl. addBlockedIP(BlockedIp ip, byte[] torrent_hash, boolean loggable)
-
Uses of BlockedIp in com.biglybt.pifimpl.local.ipfilter
Fields in com.biglybt.pifimpl.local.ipfilter declared as BlockedIp Modifier and Type Field Description protected BlockedIp
IPBlockedImpl. blocked
Constructors in com.biglybt.pifimpl.local.ipfilter with parameters of type BlockedIp Constructor Description IPBlockedImpl(IPFilter _filter, BlockedIp _blocked)
-