Class HttpResponseDecoder

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

A decoder for HTTP reponses.

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

HttpResponseDecoder

Headers

The decoder converts a Retry-After header with a delay value to a header with a date by adding the span to the time in the Date header.

See Also: