Uses of Class
com.biglybt.core.ipfilter.impl.IpRangeImpl
-
Packages that use IpRangeImpl Package Description com.biglybt.core.ipfilter.impl -
-
Uses of IpRangeImpl in com.biglybt.core.ipfilter.impl
Subclasses of IpRangeImpl in com.biglybt.core.ipfilter.impl Modifier and Type Class Description class
IpRangeV4Impl
class
IpRangeV6Impl
Method parameters in com.biglybt.core.ipfilter.impl with type arguments of type IpRangeImpl Modifier and Type Method Description private boolean
IpFilterAutoLoaderImpl. loadIPv4(boolean allowAsyncDownloading, boolean loadOldWhileAsyncDownloading, java.util.List<IpRangeImpl> new_ipRanges)
private boolean
IpFilterAutoLoaderImpl. loadIPv6(boolean allowAsyncDownloading, boolean loadOldWhileAsyncDownloading, java.util.List<IpRangeImpl> new_ipRanges)
-