Uses of Interface
com.biglybt.pif.ipfilter.IPFilter
-
Packages that use IPFilter Package Description com.biglybt.pif com.biglybt.pifimpl.local com.biglybt.pifimpl.local.ipfilter com.biglybt.pifimpl.remote com.biglybt.pifimpl.remote.ipfilter -
-
Uses of IPFilter in com.biglybt.pif
Methods in com.biglybt.pif that return IPFilter Modifier and Type Method Description IPFilter
PluginInterface. getIPFilter()
Gives access to the IP filter -
Uses of IPFilter in com.biglybt.pifimpl.local
Methods in com.biglybt.pifimpl.local that return IPFilter Modifier and Type Method Description IPFilter
PluginInterfaceImpl. getIPFilter()
-
Uses of IPFilter in com.biglybt.pifimpl.local.ipfilter
Classes in com.biglybt.pifimpl.local.ipfilter that implement IPFilter Modifier and Type Class Description class
IPFilterImpl
Fields in com.biglybt.pifimpl.local.ipfilter declared as IPFilter Modifier and Type Field Description protected IPFilter
IPBlockedImpl. filter
private IPFilter
IPRangeImpl. filter
Constructors in com.biglybt.pifimpl.local.ipfilter with parameters of type IPFilter Constructor Description IPBlockedImpl(IPFilter _filter, BlockedIp _blocked)
IPRangeImpl(IPFilter _filter, IpRange _range)
-
Uses of IPFilter in com.biglybt.pifimpl.remote
Methods in com.biglybt.pifimpl.remote that return IPFilter Modifier and Type Method Description IPFilter
RPPluginInterface. getIPFilter()
-
Uses of IPFilter in com.biglybt.pifimpl.remote.ipfilter
Classes in com.biglybt.pifimpl.remote.ipfilter that implement IPFilter Modifier and Type Class Description class
RPIPFilter
Fields in com.biglybt.pifimpl.remote.ipfilter declared as IPFilter Modifier and Type Field Description protected IPFilter
RPIPFilter. delegate
Methods in com.biglybt.pifimpl.remote.ipfilter that return IPFilter Modifier and Type Method Description static IPFilter
RPIPFilter. create(IPFilter _delegate)
Methods in com.biglybt.pifimpl.remote.ipfilter with parameters of type IPFilter Modifier and Type Method Description static IPFilter
RPIPFilter. create(IPFilter _delegate)
Constructors in com.biglybt.pifimpl.remote.ipfilter with parameters of type IPFilter Constructor Description RPIPFilter(IPFilter _delegate)
-