Uses of Package
org.apache.mina.filter
Packages that use org.apache.mina.filter
Package
Description
Classes that implement IoFilter and provide host blocking and throttling.
Classes that implement IoFilter and provide Secure Sockets Layer functionality.
Utility classes for the MINA filtering portion of the library.
Enables creating a handler per session instead of having one handler for many sessions, using Multiton pattern.
In-VM pipe support which removes the overhead of local loopback communication.
-
Classes in org.apache.mina.filter used by org.apache.mina.core.filterchainClassDescriptionAn empty interface that each Filter that is going to send a specific event must implement.
-
Classes in org.apache.mina.filter used by org.apache.mina.core.serviceClassDescriptionAn empty interface that each Filter that is going to send a specific event must implement.
-
Classes in org.apache.mina.filter used by org.apache.mina.filter.firewallClassDescriptionAn empty interface that each Filter that is going to send a specific event must implement.
-
Classes in org.apache.mina.filter used by org.apache.mina.filter.sslClassDescriptionAn empty interface that each Filter that is going to send a specific event must implement.
-
Classes in org.apache.mina.filter used by org.apache.mina.filter.utilClassDescriptionAn empty interface that each Filter that is going to send a specific event must implement.
-
Classes in org.apache.mina.filter used by org.apache.mina.handler.multitonClassDescriptionAn empty interface that each Filter that is going to send a specific event must implement.
-
Classes in org.apache.mina.filter used by org.apache.mina.transport.vmpipeClassDescriptionAn empty interface that each Filter that is going to send a specific event must implement.