|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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 IoFilter s 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) . |
Useful IoFilter implementations.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |