Uses of Interface
com.biglybt.pif.ipfilter.IPRange
-
Packages that use IPRange Package Description com.biglybt.pif.ipfilter com.biglybt.pifimpl.local.ipfilter com.biglybt.pifimpl.remote.ipfilter com.biglybt.ui.webplugin -
-
Uses of IPRange in com.biglybt.pif.ipfilter
Methods in com.biglybt.pif.ipfilter that return IPRange Modifier and Type Method Description IPRange
IPFilter. createAndAddRange(java.lang.String description, java.lang.String start_ip, java.lang.String end_ip, boolean this_session_only)
Creates, validates and adds a rangeIPRange
IPFilter. createRange(int address_type, boolean this_session_only)
creates a new range but *doesn't* add it to the list.IPRange
IPBlocked. getBlockingRange()
IPRange[]
IPFilter. getRanges()
Gets the current set of defined IP rangesMethods in com.biglybt.pif.ipfilter with parameters of type IPRange Modifier and Type Method Description void
IPFilter. addRange(IPRange range)
Adds a range.void
IPFilter. removeRange(IPRange range)
Remove a range -
Uses of IPRange in com.biglybt.pifimpl.local.ipfilter
Classes in com.biglybt.pifimpl.local.ipfilter that implement IPRange Modifier and Type Class Description class
IPRangeImpl
Methods in com.biglybt.pifimpl.local.ipfilter that return IPRange Modifier and Type Method Description IPRange
IPFilterImpl. createAndAddRange(java.lang.String description, java.lang.String start_ip, java.lang.String end_ip, boolean this_session_only)
IPRange
IPFilterImpl. createRange(int address_type, boolean this_session_only)
IPRange
IPBlockedImpl. getBlockingRange()
IPRange[]
IPFilterImpl. getRanges()
Methods in com.biglybt.pifimpl.local.ipfilter with parameters of type IPRange Modifier and Type Method Description void
IPFilterImpl. addRange(IPRange range)
void
IPFilterImpl. removeRange(IPRange range)
-
Uses of IPRange in com.biglybt.pifimpl.remote.ipfilter
Classes in com.biglybt.pifimpl.remote.ipfilter that implement IPRange Modifier and Type Class Description class
RPIPRange
Fields in com.biglybt.pifimpl.remote.ipfilter declared as IPRange Modifier and Type Field Description protected IPRange
RPIPRange. delegate
Methods in com.biglybt.pifimpl.remote.ipfilter that return IPRange Modifier and Type Method Description IPRange
RPIPFilter. createAndAddRange(java.lang.String description, java.lang.String start_ip, java.lang.String end_ip, boolean this_session_only)
IPRange
RPIPFilter. createRange(int address_type, boolean this_session_only)
IPRange[]
RPIPFilter. getRanges()
Methods in com.biglybt.pifimpl.remote.ipfilter with parameters of type IPRange Modifier and Type Method Description void
RPIPFilter. addRange(IPRange range)
static RPIPRange
RPIPRange. create(IPRange _delegate)
void
RPIPFilter. removeRange(IPRange range)
Constructors in com.biglybt.pifimpl.remote.ipfilter with parameters of type IPRange Constructor Description RPIPRange(IPRange _delegate)
-
Uses of IPRange in com.biglybt.ui.webplugin
Fields in com.biglybt.ui.webplugin with type parameters of type IPRange Modifier and Type Field Description private java.util.List<IPRange>
WebPlugin. ip_ranges
-