All Classes and Interfaces

Class
Description
Base implementation for HeaderBuilder.
Base implementation for HeaderCodec.
Accept HTTP HeaderCodec implementation.
Headers.Accept header implementation.
Accept HeaderBuilder implementation
Headers.Accept.MediaRange implementation.
Accept-language HTTP HeaderCodec implementation.
Headers.AcceptLanguage header implementation.
Accept-language HeaderBuilder implementation.
Authorization HTTP HeaderCodec implementation.
Headers.Authorization header implementation.
An authorization parameters builder.
An authorization token builder.
A HTTP exception that indicates a Bad Request (400).
 
 
 
Base HTTP exchange (request/response) for representing server or client exchanges.
Base HTTP request for representing client or server requests.
Base HTTP response for representing client or server responses.
Represents a WebSocket exchange between a client and a server.
Represents the inbound part of a WebSocket exchange.
Represents the outbound part of a WebSocket exchange.
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 as defined by RFC 6265 Section 4.2
Cookie HTTP HeaderCodec implementation.
Headers.Cookie header implementation.
Cookie HeaderBuilder implementation.
A cookie with parameter's conversion capabilities.
Base Exchange context interface.
Optimized FullHttpRequest implementation.
Optimized FullHttpResponse implementation.
Optimized HttpResponse implementation.
Optimized HttpResponse implementation.
Optimized LastHttpContent implementation.
A HTTP 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.
A generic QueryParameters implementation.
Generic SetCookieParameter implementation.
Generic WebSocketFrame implementation.
Generic WebSocketFrame.Factory implementation.
Generic WebSocketMessage implementation.
Generic WebSocketMessage.Factory 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.
Authorization HTTP header as defined by RFC 7235 Section 4.2.
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.
Defines a same site policy as defined by SameSite cookie.
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.
Represents HTTP protocol versions.
Represents immutable inbound HTTP cookies.
A generic inbound data consumer.
Represents immutable inbound HTTP headers.
Represents immutable inbound HTTP request headers.
Represents immutable inbound HTTP response headers.
Represents immutable inbound HTTP set-cookies.
A HTTP exception that indicates an Internal Server Error (500) accessing a server resource.
Optimized HttpHeaders implementation.
Thrown to indicates a malformed header.
Enumeration of HTTP methods as defined by RFC 7231 Section 4.3.
A HTTP 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.
Base implementation for multi-parameterized HeaderBuilder.
Generic multi parmeterized HeaderBuilder implementation.
A HTTP exception that indicates a Not Acceptable (406) client requested.
A HTTP exception that indicates that a resource was Not Found (404) on the server.
Represents mutable outbound HTTP cookies.
A generic outbound data producer.
A sequencer of outbound data.
Represents mutable outbound HTTP headers.
Represents mutable outbound HTTP request headers.
Represents mutable outbound HTTP response headers.
Represents mutable outbound HTTP set-cookies.
Base parameter interface defining common HTTP parameter (eg. header, cookie, query parameter...).
A factory for creating parameters.
Module's parameter value converter socket.
A parameterized Header implementation to represents HTTP headers with parameters.
Base implementation for parameterized HeaderBuilder.
Generic parmeterized HeaderBuilder implementation.
A generic parameterized HeaderCodec implementation used to encode/decode various parameterized headers.
Represents the query parameters of a request.
A HTTP exception that indicates that the requested resource is Service Unavailable (503).
Represents a HTTP set-cookie as defined by RFC 6265 Section 4.1
A configurator used to configure a set-cookie.
Set-cookie HTTP HeaderCodec implementation.
Headers.SetCookie header implemetation.
Set-Cookie HeaderBuilder implementation.
A set cookie with parameter's conversion capabilities.
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 HTTP exception that indicates that the access to a server resource is Unauthorized (401).
A HTTP exception that indicates that the request body is of an Unsupported Media Type (415) for the requested resource.
An HTTP exception that indicates that the WebSocket subprotocols provided in the upgrade request are not supported.
Thrown to indicate an error while processing a WebSocket exchange.
Represents a WebSocket frame as defined by RFC 6455 Section 5.
A factory used to create WebSocket frame.
WebSocket frame type as defined by RFC 6455 Section 5.
Represents a WebSocket message which can be fragmented into multiple data frames as defined by RFC 6455 Section 5.4.
A factory used to create WebSocket message.
WebSocket message type.
Represents WebSocket status codes as defined by RC 6455 Section 7.4.