Uses of Class
com.biglybt.core.ipfilter.impl.BannedIpImpl
-
Packages that use BannedIpImpl Package Description com.biglybt.core.ipfilter.impl -
-
Uses of BannedIpImpl in com.biglybt.core.ipfilter.impl
Fields in com.biglybt.core.ipfilter.impl with type parameters of type BannedIpImpl Modifier and Type Field Description private java.util.Map<java.lang.String,BannedIpImpl>
IPBannerImpl. bannedIps_other
private java.util.Map<java.lang.Integer,BannedIpImpl>
IPBannerImpl. bannedIps_v4
private java.util.Map<java.net.InetAddress,BannedIpImpl>
IPBannerImpl. bannedIps_v6
Methods in com.biglybt.core.ipfilter.impl with parameters of type BannedIpImpl Modifier and Type Method Description private void
IPBannerImpl. addTemporaryBan(BannedIpImpl ban, int mins)
-