| Package | Description |
|---|---|
| org.apache.mina.filter.firewall |
Classes that implement IoFilter and provide host blocking and throttling.
|
| Modifier and Type | Method | Description |
|---|---|---|
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.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
BlacklistFilter.setSubnetBlacklist(Iterable<Subnet> subnets) |
Sets the subnets to be blacklisted.
|
Copyright © 2004–2018 Apache MINA Project. All rights reserved.