Class HttpClientFilter

All Implemented Interfaces:
Filter, MonitoringAware<HttpProbe>

public class HttpClientFilter extends HttpCodecFilter
Client side HttpCodecFilter implementation, which is responsible for decoding HttpResponsePacket and encoding HttpRequestPacket messages. This Filter is usually used, when we build an asynchronous HTTP client connection.
Author:
Alexey Stashok
See Also: