Package org.jdrupes.httpcodec
package org.jdrupes.httpcodec
The entry point interfaces and classes.
-
ClassDescriptionAn engine that can be used as a client.The base interface for all coders and decoders.Results that indicate a protocol switch must implement this interface.The common properties of the result types returned by the various codecs.A base class for a factory that creates results.The general interface of a decoder.Decoder.Result<R extends MessageHeader>The result from decoding.Decoder.Result.Factory<R extends MessageHeader>The Factory for (extended) results.The general interface of an encoder.Represents an engine with an associated encoder and decoder.Represents a message header (either request or response) which preceeds the option payload data.Represents the base class of all exceptions thrown due to protocol violations.An engine that can be used as a server.