| Modifier and Type | Class and Description |
|---|---|
class |
LZMAFilter |
| Modifier and Type | Class and Description |
|---|---|
class |
GZipFilter
This class implements a
Filter which
encodes/decodes data in the GZIP format. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCodecFilter<K,L> |
class |
TransportFilter
|
| Modifier and Type | Class and Description |
|---|---|
class |
TCPNIOTransportFilter
The
TCPNIOTransport's transport Filter implementation |
class |
UDPNIOTransportFilter
The
UDPNIOTransport's transport Filter implementation |
| Modifier and Type | Class and Description |
|---|---|
class |
SSLBaseFilter
SSL
Filter to operate with SSL encrypted data. |
class |
SSLFilter
SSL
Filter to operate with SSL encrypted data. |
| Modifier and Type | Class and Description |
|---|---|
class |
ActivityCheckFilter
The Filter is responsible for tracking
Connection activity and closing
Connection ones it becomes idle for certain amount of time. |
class |
ChunkingFilter
The Filter is responsible to break the incoming/outgoing data into chunks and
pass them down/up by the
FilterChain. |
class |
DelayFilter
Filter which pauses protocol chain processing for a certain time.
|
class |
EchoFilter
Echo
Filter implementation |
class |
IdleTimeoutFilter
The Filter is responsible for tracking
Connection activity and closing
Connection ones it becomes idle for certain amount of time. |
class |
LogFilter
Simple log
Filter |
class |
SilentConnectionFilter
Filter, which determines silent connections and closes them.
|
class |
StringFilter
StringFilter implementation, which performs Buffer <-> String transformation.
|
Copyright © 2013 Oracle Corporation. All Rights Reserved.