Uses of Class
com.biglybt.core.ipfilter.impl.BannedIpImpl
Packages that use BannedIpImpl
-
Uses of BannedIpImpl in com.biglybt.core.ipfilter.impl
Fields in com.biglybt.core.ipfilter.impl with type parameters of type BannedIpImplModifier and TypeFieldDescriptionprivate final Map
<String, BannedIpImpl> IPBannerImpl.bannedIps_other
private final Map
<Integer, BannedIpImpl> IPBannerImpl.bannedIps_v4
private final Map
<InetAddress, BannedIpImpl> IPBannerImpl.bannedIps_v6
Methods in com.biglybt.core.ipfilter.impl with parameters of type BannedIpImplModifier and TypeMethodDescriptionprivate void
IPBannerImpl.addTemporaryBan
(BannedIpImpl ban, int mins)