Class HttpDecoder<T extends HttpMessageHeader,R extends HttpMessageHeader>

java.lang.Object
org.jdrupes.httpcodec.protocols.http.HttpCodec<T>
org.jdrupes.httpcodec.protocols.http.HttpDecoder<T,R>
Type Parameters:
T - the type of the message header to be decoded
R - the type of the response message header
All Implemented Interfaces:
Codec, Decoder<T,R>
Direct Known Subclasses:
HttpRequestDecoder, HttpResponseDecoder

public abstract class HttpDecoder<T extends HttpMessageHeader,R extends HttpMessageHeader> extends HttpCodec<T> implements Decoder<T,R>
Implements a decoder for HTTP.

The class can be used as base class for both a request and a response decoder.