Uses of Package
org.jdrupes.httpcodec.protocols.http
Packages that use org.jdrupes.httpcodec.protocols.http
Package
Description
Provides the API for adding “upgrade” protocols
Classes required for handling the HTTP protocol.
HTTP codecs required on the client side.
HTTP codecs required on the server side.
Classes for handling the Websocket protocol.
-
Classes in org.jdrupes.httpcodec.protocols.http used by org.jdrupes.httpcodec.pluginClassDescriptionRepresents an HTTP request header.Represents an HTTP response header.
-
Classes in org.jdrupes.httpcodec.protocols.http used by org.jdrupes.httpcodec.protocols.httpClassDescriptionThe base class for HTTP codecs.Results from
HttpDecoder
add no additional information toDecoder.Result
.A factory for creating new Results.Results fromHttpEncoder
provide no additional information compared toCodec.Result
.A factory for creating new Results.A base class for all kinds of header field values.Represents an HTTP message header (either request or response).Represents an HTTP request header.Represents an HTTP response header. -
Classes in org.jdrupes.httpcodec.protocols.http used by org.jdrupes.httpcodec.protocols.http.clientClassDescriptionThe base class for HTTP codecs.Implements a decoder for HTTP.Results from
HttpDecoder
add no additional information toDecoder.Result
.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.Represents a violation of the HTTP protocol.Represents an HTTP request header.Represents an HTTP response header. -
Classes in org.jdrupes.httpcodec.protocols.http used by org.jdrupes.httpcodec.protocols.http.serverClassDescriptionThe base class for HTTP codecs.Implements a decoder for HTTP.Results from
HttpDecoder
add no additional information toDecoder.Result
.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.Represents a violation of the HTTP protocol.Represents an HTTP request header.Represents an HTTP response header. -
Classes in org.jdrupes.httpcodec.protocols.http used by org.jdrupes.httpcodec.protocols.websocketClassDescriptionRepresents an HTTP request header.Represents an HTTP response header.