All Classes and Interfaces
Class
Description
Base implementation for
HeaderBuilder.
Base implementation for
HeaderCodec.
Accept HTTP
HeaderCodec implementation.Headers.Accept header implementation.
Accept
HeaderBuilder implementationHeaders.Accept.MediaRange implementation.
Accept-language HTTP
HeaderCodec implementation.Headers.AcceptLanguage header implementation.
Accept-language
HeaderBuilder implementation.Headers.AcceptLanguage.LanguageRange implementation.
A web exception that indicates a
Bad Request (400).
Content-disposition HTTP
HeaderCodec implementation.Headers.ContentDisposition header implementation.
Content-disposition
HeaderBuilder implementation.
Content-type HTTP
HeaderCodec implementation.Headers.ContentType header implementation.
Content-type
HeaderBuilder implementation.
Represents a HTTP cookie.
Cookie HTTP
HeaderCodec implementation.Headers.Cookie header implemetation.
Cookie
HeaderBuilder implementation.
A cookie with parameter's conversion capabilities.
A web exception that indicates a
Forbidden (403)
access to a server resource.
Generic
CookieParameter implementation.
Generic HTTP
Header implementation.
Generic HTTP
HeaderBuilder implementation.
Genric HTTP
HeaderCodec implementation.
Generic
HeaderService implementation.
Header codecs socket.
Generic
Parameter implementation.Base HTTP header interface defining common HTTP header.
A header builder is used to build a specific
Header instance.
A HTTP header codec is used to encode and decode HTTP headers.
Defines standard HTTP header types.
Accept HTTP header as defined by
RFC 7231 Section
5.3.2.
Accept HTTP header media range as defined by
RFC 7231 Section
5.3.2.
Accept-language HTTP header as defined by
RFC 7231 Section
5.3.5.
Accept language HTTP header language range as defined by
RFC 7231 Section
5.3.5.
An accept match respresents a match between a source item and a target item.
Content-disposition HTTP header as defined by
RFC 6266 Section
4.1.
Content-type HTTP header as defined by
RFC 7231
Section 3.1.1.5.
Cookie HTTP header as defined by
RFC 6265 Section
4.2.
Set-cookie HTTP header as defined by
RFC 6265 Section
4.1.
Provides a unified access to HTTP headers, giving the ability to decode or
encode
Header instances for various headers.
Base exception class used to report HTTP errors.
A web exception that indicates an
Internal Server Error (500)
accessing a server resource.
Thrown to indicates a malformed header.
Enumeration of HTTP methods as defined by
RFC 7231 Section
4.3.
A web exception that indicates a client requested
Method Not Allowed (405).
A parameterized header implementation that supports multiple values as
defined by RFC
7230 Section 3.2.2.
MultiParameterizedHeader.AbstractBuilder<A extends MultiParameterizedHeader,B extends MultiParameterizedHeader.AbstractBuilder<A,B>>
Base implementation for multi-parameterized
HeaderBuilder.
Generic multi parmeterized
HeaderBuilder implementation.
A web exception that indicates a
Not Acceptable
(406) client requested.
A web exception that indicates that a resource was
Not Found (404) on the server.
Base parameter interface defining common HTTP parameter (eg. header, cookie,
query parameter...).
Module's parameter value converter socket.
A parameterized
Header implementation to represents HTTP headers with
parameters.ParameterizedHeader.AbstractBuilder<A extends ParameterizedHeader,B extends ParameterizedHeader.AbstractBuilder<A,B>>
Base implementation for parameterized
HeaderBuilder.
Generic parmeterized
HeaderBuilder implementation.ParameterizedHeaderCodec<A extends ParameterizedHeader,B extends ParameterizedHeader.AbstractBuilder<A,B>>
A generic parameterized
HeaderCodec implementation used to
encode/decode various parameterized headers.
A web exception that indicates that the requested resource is
Service Unavailable (503).
Represents a HTTP set-cookie.
A configurator used to configure a set-cookie.
Set-cookie HTTP
HeaderCodec implementation.Headers.SetCookie header implemetation.
Set-Cookie
HeaderBuilder implementation.
Enumeration of HTTP statuses as defined by
RFC 7231 Section
6.
Describes the category of an HTTP status as defined by
RFC 7231 Section
6.
A web exception that indicates that the access to a server resource is
Unauthorized (401).
A web exception that indicates that the request body if of an
Unsupported Media Type (415) for the
requested resource.