| Class | Description |
|---|---|
| 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). |
Copyright © 2004–2018 Apache MINA Project. All rights reserved.