Uses of Interface
com.biglybt.core.ipfilter.IpRange
-
Packages that use IpRange Package Description com.biglybt.core.ipfilter com.biglybt.core.ipfilter.impl com.biglybt.pifimpl.local.ipfilter com.biglybt.ui.swt.config com.biglybt.ui.swt.views.configsections -
-
Uses of IpRange in com.biglybt.core.ipfilter
Methods in com.biglybt.core.ipfilter that return IpRange Modifier and Type Method Description IpRange
IpFilter. createRange(int addressType, boolean sessionOnly)
IpRange
BlockedIp. getBlockingRange()
IpRange[]
IpFilter. getRanges()
Methods in com.biglybt.core.ipfilter with parameters of type IpRange Modifier and Type Method Description java.lang.Object
IpFilterManager. addDescription(IpRange range, byte[] description)
void
IpFilter. addRange(IpRange range)
int
IpRange. compareDescription(IpRange other)
int
IpRange. compareEndIpTo(IpRange other)
int
IpRange. compareStartIpTo(IpRange other)
void
IpFilter. removeRange(IpRange range)
-
Uses of IpRange in com.biglybt.core.ipfilter.impl
Classes in com.biglybt.core.ipfilter.impl that implement IpRange Modifier and Type Class Description class
IpRangeImpl
class
IpRangeV4Impl
class
IpRangeV6Impl
Fields in com.biglybt.core.ipfilter.impl declared as IpRange Modifier and Type Field Description private IpRange
BlockedIpImpl. range
Methods in com.biglybt.core.ipfilter.impl that return IpRange Modifier and Type Method Description protected IpRange
IpFilterImpl. checkExternalHandlers(byte[] torrent_hash, java.lang.String address)
protected IpRange
IpFilterImpl. checkExternalHandlers(byte[] torrent_hash, java.net.InetAddress address)
IpRange
IpFilterImpl. createRange(int addressType, boolean sessionOnly)
IpRange
BlockedIpImpl. getBlockingRange()
IpRange[]
IpFilterImpl. getRanges()
protected IpRange
IPAddressRangeManagerV6. isInRange(java.net.Inet6Address ia)
Methods in com.biglybt.core.ipfilter.impl with parameters of type IpRange Modifier and Type Method Description java.lang.Object
IpFilterManagerImpl. addDescription(IpRange range, byte[] description)
void
IpFilterImpl. addRange(IpRange range)
int
IpRangeImpl. compareDescription(IpRange other)
int
IpRangeV4Impl. compareEndIpTo(IpRange other)
int
IpRangeV6Impl. compareEndIpTo(IpRange other)
int
IpRangeV4Impl. compareStartIpTo(IpRange other)
int
IpRangeV6Impl. compareStartIpTo(IpRange other)
void
IpFilterImpl. removeRange(IpRange range)
protected void
IpFilterImpl. setValidOrNot(IpRange range, boolean valid)
Constructors in com.biglybt.core.ipfilter.impl with parameters of type IpRange Constructor Description BlockedIpImpl(java.lang.String ip, IpRange range, java.lang.String torrent_name, boolean _loggable)
-
Uses of IpRange in com.biglybt.pifimpl.local.ipfilter
Fields in com.biglybt.pifimpl.local.ipfilter declared as IpRange Modifier and Type Field Description private IpRange
IPRangeImpl. range
Methods in com.biglybt.pifimpl.local.ipfilter that return IpRange Modifier and Type Method Description protected IpRange
IPRangeImpl. getRange()
Constructors in com.biglybt.pifimpl.local.ipfilter with parameters of type IpRange Constructor Description IPRangeImpl(IPFilter _filter, IpRange _range)
-
Uses of IpRange in com.biglybt.ui.swt.config
Constructors in com.biglybt.ui.swt.config with parameters of type IpRange Constructor Description IpFilterEditor(Core _core, org.eclipse.swt.widgets.Shell parent, IpRange existing_range, java.lang.Runnable run_when_done)
-
Uses of IpRange in com.biglybt.ui.swt.views.configsections
Fields in com.biglybt.ui.swt.views.configsections declared as IpRange Modifier and Type Field Description (package private) IpRange[]
ConfigSectionIPFilterSWT.IPEditorParameter. ipRanges
Methods in com.biglybt.ui.swt.views.configsections that return IpRange Modifier and Type Method Description protected IpRange[]
ConfigSectionIPFilterSWT.IPEditorParameter. getSortedRanges(IpRange[] ranges)
Methods in com.biglybt.ui.swt.views.configsections with parameters of type IpRange Modifier and Type Method Description int
ConfigSectionIPFilterSWT.FilterComparator. compare(IpRange range0, IpRange range1)
void
ConfigSectionIPFilterSWT.IPEditorParameter. editRange(IpRange range)
protected IpRange[]
ConfigSectionIPFilterSWT.IPEditorParameter. getSortedRanges(IpRange[] ranges)
void
ConfigSectionIPFilterSWT.IPEditorParameter. removeRange(IpRange range)
-