Uses of Class
org.apache.mina.filter.firewall.Subnet
-
Packages that use Subnet Package Description org.apache.mina.filter.firewall Classes that implement IoFilter and provide host blocking and throttling. -
-
Uses of Subnet in org.apache.mina.filter.firewall
Fields in org.apache.mina.filter.firewall with type parameters of type Subnet Modifier and Type Field Description private java.util.List<Subnet>BlacklistFilter. blacklistThe list of blocked addressesMethods in org.apache.mina.filter.firewall with parameters of type Subnet Modifier and Type Method Description voidBlacklistFilter. block(Subnet subnet)Blocks the specified subnet.voidBlacklistFilter. setSubnetBlacklist(Subnet[] subnets)Sets the subnets to be blacklisted.voidBlacklistFilter. unblock(Subnet subnet)Unblocks the specified subnet.Method parameters in org.apache.mina.filter.firewall with type arguments of type Subnet Modifier and Type Method Description voidBlacklistFilter. setSubnetBlacklist(java.lang.Iterable<Subnet> subnets)Sets the subnets to be blacklisted.
-