Package org.apache.mina.filter

Useful IoFilter implementations.

See:
          Description

Class Summary
BlacklistFilter A IoFilter which blocks connections from blacklisted remote address.
CompressionFilter An IoFilter which compresses all data using JZlib.
LoggingFilter Logs all MINA protocol events to Logger.
SSLFilter An SSL filter that encrypts and decrypts the data exchanged in the session.
SSLFilter.SSLFilterMessage A message that is sent from SSLFilter when the connection became secure or is not secure anymore.
StreamWriteFilter Filter implementation which makes it possible to write InputStream objects directly using IoSession.write(Object).
ThreadPoolFilter A Thread-pooling filter.
ThreadPoolFilter.Event  
ThreadPoolFilter.EventType  
ThreadPoolFilter.SessionBuffer  
 

Package org.apache.mina.filter Description

Useful IoFilter implementations.