|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Subnet | |
---|---|
org.apache.mina.filter.firewall | Classes that implement IoFilter and provide host blocking and throttling. |
Uses of Subnet in org.apache.mina.filter.firewall |
---|
Methods in org.apache.mina.filter.firewall with parameters of type Subnet | |
---|---|
void |
BlacklistFilter.block(Subnet subnet)
Blocks the specified subnet. |
void |
BlacklistFilter.setSubnetBlacklist(Subnet[] subnets)
Sets the subnets to be blacklisted. |
void |
BlacklistFilter.unblock(Subnet subnet)
Unblocks the specified subnet. |
Method parameters in org.apache.mina.filter.firewall with type arguments of type Subnet | |
---|---|
void |
BlacklistFilter.setSubnetBlacklist(java.lang.Iterable<Subnet> subnets)
Sets the subnets to be blacklisted. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |