Package org.littleshoot.mina.filter

Useful IoFilter implementations.

See:
          Description

Class Summary
BlacklistFilter A IoFilter which blocks connections from blacklisted remote address.
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.
StreamWriteFilter Filter implementation which makes it possible to write InputStream objects directly using IoSession.write(Object).
 

Package org.littleshoot.mina.filter Description

Useful IoFilter implementations.



Copyright © 2011 LittleShoot. All Rights Reserved.