Uses of Class
org.apache.mina.filter.firewall.Subnet
Packages that use Subnet
Package
Description
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 SubnetMethods in org.apache.mina.filter.firewall with parameters of type SubnetModifier and TypeMethodDescriptionvoidBlocks the specified subnet.voidBlacklistFilter.setSubnetBlacklist(Subnet[] subnets) Sets the subnets to be blacklisted.voidUnblocks the specified subnet.Method parameters in org.apache.mina.filter.firewall with type arguments of type SubnetModifier and TypeMethodDescriptionvoidBlacklistFilter.setSubnetBlacklist(Iterable<Subnet> subnets) Sets the subnets to be blacklisted.