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.
ReadThrottleFilterBuilder This filter will automatically disable reads on an IoSession once the data batched for that session in the ExecutorFilter reaches a defined threshold (the default is 1 megabytes).
ReferenceCountingIoFilter An IoFilters wrapper that keeps track of the number of usages of this filter and will call init/destroy when the filter is not in use.
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).
 

Package org.apache.mina.filter Description

Useful IoFilter implementations.



Copyright © 2004-2011 Apache MINA Project. All Rights Reserved.