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 |
HttpBaseFilter
Base HTTP Filter.
|
class |
HttpClientFilter
Client side
HttpCodecFilter implementation, which is responsible for
decoding HttpResponsePacket and encoding HttpRequestPacket messages. |
class |
HttpCodecFilter
The
Filter , responsible for transforming Buffer into
HttpPacket and vice versa in asynchronous mode. |
Modifier and Type | Class and Description |
---|---|
class |
FileCacheFilter |
class |
HttpServerFilter
Filter implementation to provide high-level HTTP request/response processing.
|
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 © 2012-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.