JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Use
Tree
Deprecated
Index
Search
Help
org.apache.mina.filter.firewall
Contents
Description
Related Packages
Classes and Interfaces
Hide sidebar
Show sidebar
Package org.apache.mina.filter.firewall
package
org.apache.mina.filter.firewall
Classes that implement IoFilter and provide host blocking and throttling.
Related Packages
Package
Description
org.apache.mina.filter
Useful IoFilter implementations.
Classes
Class
Description
BlacklistFilter
A
IoFilter
which blocks connections from blacklisted remote address.
ConnectionThrottleFilter
A
IoFilter
which blocks connections from connecting at a rate faster than the specified interval.
Subnet
A IP subnet using the CIDR notation.