Uses of Interface
com.biglybt.core.ipfilter.BannedIp
-
Packages that use BannedIp Package Description com.biglybt.core.ipfilter com.biglybt.core.ipfilter.impl com.biglybt.core.peer.impl.control com.biglybt.pifimpl.local.ipfilter -
-
Uses of BannedIp in com.biglybt.core.ipfilter
Methods in com.biglybt.core.ipfilter that return BannedIp Modifier and Type Method Description BannedIp[]
IpFilter. getBannedIps()
Methods in com.biglybt.core.ipfilter with parameters of type BannedIp Modifier and Type Method Description void
IPFilterListener. IPBanned(BannedIp ip)
-
Uses of BannedIp in com.biglybt.core.ipfilter.impl
Classes in com.biglybt.core.ipfilter.impl that implement BannedIp Modifier and Type Class Description class
BannedIpImpl
Methods in com.biglybt.core.ipfilter.impl that return BannedIp Modifier and Type Method Description BannedIp[]
IPBannerImpl. getBannedIps()
BannedIp[]
IpFilterImpl. getBannedIps()
-
Uses of BannedIp in com.biglybt.core.peer.impl.control
Methods in com.biglybt.core.peer.impl.control with parameters of type BannedIp Modifier and Type Method Description void
PEPeerControlImpl. IPBanned(BannedIp ip)
-
Uses of BannedIp in com.biglybt.pifimpl.local.ipfilter
Fields in com.biglybt.pifimpl.local.ipfilter declared as BannedIp Modifier and Type Field Description protected BannedIp
IPBannedImpl. banned
Constructors in com.biglybt.pifimpl.local.ipfilter with parameters of type BannedIp Constructor Description IPBannedImpl(BannedIp _blocked)
-