Uses of Interface
com.biglybt.pif.ipfilter.IPRange
Packages that use IPRange
Package
Description
-
Uses of IPRange in com.biglybt.pif.ipfilter
Methods in com.biglybt.pif.ipfilter that return IPRangeModifier and TypeMethodDescriptionIPFilter.createAndAddRange(String description, String start_ip, String end_ip, boolean this_session_only) Creates, validates and adds a rangeIPFilter.createRange(int address_type, boolean this_session_only) creates a new range but *doesn't* add it to the list.IPBlocked.getBlockingRange()IPRange[]IPFilter.getRanges()Gets the current set of defined IP rangesMethods in com.biglybt.pif.ipfilter with parameters of type IPRangeModifier and TypeMethodDescriptionvoidAdds a range.voidIPFilter.removeRange(IPRange range) Remove a range -
Uses of IPRange in com.biglybt.pifimpl.local.ipfilter
Classes in com.biglybt.pifimpl.local.ipfilter that implement IPRangeMethods in com.biglybt.pifimpl.local.ipfilter that return IPRangeModifier and TypeMethodDescriptionIPFilterImpl.createAndAddRange(String description, String start_ip, String end_ip, boolean this_session_only) IPFilterImpl.createRange(int address_type, boolean this_session_only) IPBlockedImpl.getBlockingRange()IPRange[]IPFilterImpl.getRanges()Methods in com.biglybt.pifimpl.local.ipfilter with parameters of type IPRange -
Uses of IPRange in com.biglybt.pifimpl.remote.ipfilter
Classes in com.biglybt.pifimpl.remote.ipfilter that implement IPRangeFields in com.biglybt.pifimpl.remote.ipfilter declared as IPRangeMethods in com.biglybt.pifimpl.remote.ipfilter that return IPRangeModifier and TypeMethodDescriptionRPIPFilter.createAndAddRange(String description, String start_ip, String end_ip, boolean this_session_only) RPIPFilter.createRange(int address_type, boolean this_session_only) IPRange[]RPIPFilter.getRanges()Methods in com.biglybt.pifimpl.remote.ipfilter with parameters of type IPRangeModifier and TypeMethodDescriptionvoidstatic RPIPRangevoidRPIPFilter.removeRange(IPRange range) Constructors in com.biglybt.pifimpl.remote.ipfilter with parameters of type IPRange -
Uses of IPRange in com.biglybt.ui.webplugin
Fields in com.biglybt.ui.webplugin with type parameters of type IPRange