Class HttpCodec<T extends HttpMessageHeader>
java.lang.Object
org.jdrupes.httpcodec.protocols.http.HttpCodec<T>
- Type Parameters:
T
- the type of the message header processed by the codec
- All Implemented Interfaces:
Codec
- Direct Known Subclasses:
HttpDecoder
,HttpEncoder
The base class for HTTP codecs.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jdrupes.httpcodec.Codec
Codec.ProtocolSwitchResult, Codec.Result
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
messageHeader
-
-
Constructor Details
-
HttpCodec
public HttpCodec()
-
-
Method Details
-
bodyCharset
-