Package org.jdrupes.httpcodec.protocols.http
package org.jdrupes.httpcodec.protocols.http
Classes required for handling the HTTP protocol.
-
ClassDescriptionHttpCodec<T extends HttpMessageHeader>The base class for HTTP codecs.Common HTTP constants.Implements a decoder for HTTP.HttpDecoder.Result<R extends MessageHeader>Results from
HttpDecoder
add no additional information toDecoder.Result
.HttpDecoder.Result.Factory<R extends MessageHeader>A factory for creating new Results.Implements an encoder for HTTP.Results fromHttpEncoder
provide no additional information compared toCodec.Result
.A factory for creating new Results.HttpField<T>A base class for all kinds of header field values.Represents an HTTP message header (either request or response).Represents a violation of the HTTP protocol.Represents an HTTP request header.Represents an HTTP response header.