Class HttpRequestDecoder

All Implemented Interfaces:
Codec, Decoder<HttpRequest,HttpResponse>

A decoder for HTTP requests.

It accepts data from a sequence of ByteBuffers and decodes them into HttpRequests and their (optional) payload.

HttpRequestDecoder