Uses of Interface
com.biglybt.core.ipfilter.IpRange
Packages that use IpRange
Package
Description
-
Uses of IpRange in com.biglybt.core.ipfilter
Methods in com.biglybt.core.ipfilter that return IpRangeModifier and TypeMethodDescriptionIpFilter.createRange(int addressType, boolean sessionOnly) BlockedIp.getBlockingRange()IpRange[]IpFilter.getRanges()Methods in com.biglybt.core.ipfilter with parameters of type IpRangeModifier and TypeMethodDescriptionIpFilterManager.addDescription(IpRange range, byte[] description) voidintIpRange.compareDescription(IpRange other) intIpRange.compareEndIpTo(IpRange other) intIpRange.compareStartIpTo(IpRange other) voidIpFilter.removeRange(IpRange range) -
Uses of IpRange in com.biglybt.core.ipfilter.impl
Classes in com.biglybt.core.ipfilter.impl that implement IpRangeFields in com.biglybt.core.ipfilter.impl declared as IpRangeMethods in com.biglybt.core.ipfilter.impl that return IpRangeModifier and TypeMethodDescriptionprotected IpRangeIpFilterImpl.checkExternalHandlers(byte[] torrent_hash, String address) protected IpRangeIpFilterImpl.checkExternalHandlers(byte[] torrent_hash, InetAddress address) IpFilterImpl.createRange(int addressType, boolean sessionOnly) BlockedIpImpl.getBlockingRange()IpRange[]IpFilterImpl.getRanges()protected IpRangeIPAddressRangeManagerV6.isInRange(Inet6Address ia) Methods in com.biglybt.core.ipfilter.impl with parameters of type IpRangeModifier and TypeMethodDescriptionIpFilterManagerImpl.addDescription(IpRange range, byte[] description) voidintIpRangeImpl.compareDescription(IpRange other) intIpRangeV4Impl.compareEndIpTo(IpRange other) intIpRangeV6Impl.compareEndIpTo(IpRange other) intIpRangeV4Impl.compareStartIpTo(IpRange other) intIpRangeV6Impl.compareStartIpTo(IpRange other) voidIpFilterImpl.removeRange(IpRange range) protected voidIpFilterImpl.setValidOrNot(IpRange range, boolean valid) Constructors in com.biglybt.core.ipfilter.impl with parameters of type IpRangeModifierConstructorDescriptionBlockedIpImpl(String ip, IpRange range, String torrent_name, boolean _loggable) -
Uses of IpRange in com.biglybt.pifimpl.local.ipfilter
Fields in com.biglybt.pifimpl.local.ipfilter declared as IpRangeMethods in com.biglybt.pifimpl.local.ipfilter that return IpRangeConstructors in com.biglybt.pifimpl.local.ipfilter with parameters of type IpRange -
Uses of IpRange in com.biglybt.ui.swt.config
Constructors in com.biglybt.ui.swt.config with parameters of type IpRangeModifierConstructorDescriptionIpFilterEditor(Core _core, org.eclipse.swt.widgets.Shell parent, IpRange existing_range, Runnable run_when_done) -
Uses of IpRange in com.biglybt.ui.swt.views.configsections
Classes in com.biglybt.ui.swt.views.configsections that implement interfaces with type arguments of type IpRangeModifier and TypeClassDescription(package private) static classFields in com.biglybt.ui.swt.views.configsections declared as IpRangeModifier and TypeFieldDescription(package private) IpRange[]ConfigSectionIPFilterSWT.IPEditorParameter.ipRangesMethods in com.biglybt.ui.swt.views.configsections that return IpRangeModifier and TypeMethodDescriptionprivate IpRange[]ConfigSectionIPFilterSWT.IPEditorParameter.getSortedRanges(IpRange[] ranges) Methods in com.biglybt.ui.swt.views.configsections with parameters of type IpRangeModifier and TypeMethodDescriptionintprivate IpRange[]ConfigSectionIPFilterSWT.IPEditorParameter.getSortedRanges(IpRange[] ranges) voidConfigSectionIPFilterSWT.IPEditorParameter.removeRange(IpRange range)