All Classes and Interfaces

Class
Description
API to model HTTP content negotiation using Accept-* request headers.
Signals that a mutation method has been invoked on a resource that is already completed.
Extracted from Guava.
Deprecated.
use io.helidon.media.common.MessageBodyReadableContent instead
The DataChunk represents a part of the HTTP body content.
Form builder interface.
Provides access to any form parameters present in the request entity.
Builder of a new FormParams instance.
A representation of the Http.Header.FORWARDED HTTP header.
A Map-based Headers implementation with case-insensitive keys and immutable List of values that needs to be copied on each write.
A Map-based Parameters implementation with keys and immutable List of values that needs to be copied on each write.
Iterable around an array (to avoid uses of Array.asList) to get an Iterable.
Extends Parameters interface by adding methods convenient for HTTP headers.
HTTP protocol related constants and utilities.
Support for HTTP date formats based on RFC2616.
Utility class with a list of names of standard HTTP headers and related tooling methods.
Enumeration of all standard HTTP methods.
Interface representing an HTTP request method, all standard methods are in Http.Method enumeration.
Base interface for status codes used in HTTP responses.
An enumeration representing the class of status code.
Commonly used status codes defined by HTTP, see HTTP/1.1 documentation for the complete list.
Enumeration of supported HTTP protocol versions.
Common attributes of an HTTP Request, that are used both in server requests and in client requests.
Represents requested normalised URI path.
An abstraction for a media type.
A fluent API builder to create instances of MediaType.
Parameters represents key : value pairs where key is a String with potentially multiple values.
Deprecated.
since 2.0.0, use io.helidon.media.common.MessageBodyReader instead
An immutable implementation of Headers.
An immutable implementation of Parameters.
Represents 'Set-Cookie' header value specified by RFC6265.
A fluent API builder for SetCookie.
The SameSite attribute of the Set-Cookie HTTP response header allows you to declare if your cookie should be restricted to a first-party or same-site context.
String tokenizer for parsing headers.
Extracted from Jersey
Information about URI.
Internal utility methods.