| Package | Description |
|---|---|
| io.helidon.common.http |
HTTP APIs and implementations usable by both server and client side of the HTTP story.
|
| io.helidon.media.common |
Common classes for processing content with a specific
MediaType. |
| io.helidon.media.jsonp.common |
JSON-P media type support.
|
| io.helidon.media.jsonp.server | |
| io.helidon.webserver |
Reactive web server API.
|
| Class and Description |
|---|
| AcceptPredicate
API to model HTTP content negotiation using
Accept-* request headers. |
| ContextualRegistry
A registry for context objects.
|
| DataChunk
The DataChunk represents a part of the HTTP body content.
|
| Http.Method
Enumeration of all standard HTTP
methods. |
| Http.RequestMethod
Interface representing an HTTP request method, all standard methods are in
Http.Method enumeration. |
| Http.ResponseStatus
Base interface for status codes used in HTTP responses.
|
| Http.ResponseStatus.Family
An enumeration representing the class of status code.
|
| Http.Status
Commonly used status codes defined by HTTP, see
HTTP/1.1 documentation
for the complete list.
|
| Http.Version
Enumeration of supported HTTP protocol versions.
|
| HttpRequest.Path
Represents requested normalised URI path.
|
| MediaType
An abstraction for a media type.
|
| MediaType.Builder
A fluent API builder to create instances of
MediaType. |
| Parameters
Parameters represents
key : value pairs where key is a String with potentially multiple values. |
| Reader
The Reader transforms a
DataChunk publisher into a completion stage of the associated type. |
| ReadOnlyParameters
An immutable implementation of
Parameters. |
| SetCookie
Represents
'Set-Cookie' header value specified by RFC6265. |
| SetCookie.Builder
A fluent API builder for
SetCookie. |
| Class and Description |
|---|
| DataChunk
The DataChunk represents a part of the HTTP body content.
|
| Reader
The Reader transforms a
DataChunk publisher into a completion stage of the associated type. |
| Class and Description |
|---|
| DataChunk
The DataChunk represents a part of the HTTP body content.
|
| MediaType
An abstraction for a media type.
|
| Reader
The Reader transforms a
DataChunk publisher into a completion stage of the associated type. |
| Class and Description |
|---|
| DataChunk
The DataChunk represents a part of the HTTP body content.
|
| Reader
The Reader transforms a
DataChunk publisher into a completion stage of the associated type. |
| Class and Description |
|---|
| AlreadyCompletedException
Signals that a mutation method has been invoked on a resource that is already completed.
|
| Content
Represents an HTTP entity as a
publisher of chunks with specific
features. |
| ContextualRegistry
A registry for context objects.
|
| DataChunk
The DataChunk represents a part of the HTTP body content.
|
| Headers
Extends
Parameters interface by adding methods convenient for HTTP headers. |
| Http.Method
Enumeration of all standard HTTP
methods. |
| Http.RequestMethod
Interface representing an HTTP request method, all standard methods are in
Http.Method enumeration. |
| Http.ResponseStatus
Base interface for status codes used in HTTP responses.
|
| Http.Version
Enumeration of supported HTTP protocol versions.
|
| HttpRequest
Common attributes of an HTTP Request, that are used both in server requests and in client requests.
|
| MediaType
An abstraction for a media type.
|
| Parameters
Parameters represents
key : value pairs where key is a String with potentially multiple values. |
| SetCookie
Represents
'Set-Cookie' header value specified by RFC6265. |
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.