Uses of Package
io.helidon.common.http
-
Packages that use io.helidon.common.http Package Description io.helidon.common.http HTTP APIs and implementations usable by both server and client side of the HTTP story.io.helidon.grpc.core Core classes used by both the reactive gRPC server API and gRPC client API.io.helidon.media.common Common classes for processing content with a specificMediaType
.io.helidon.media.jackson.common Jackson media type support.io.helidon.media.jsonb.common JSON-B media type support.io.helidon.media.jsonp.common JSON-P media type support.io.helidon.media.jsonp.server io.helidon.openapi Helidon SE OpenAPI Support.io.helidon.webserver Reactive web server API. -
Classes in io.helidon.common.http used by io.helidon.common.http Class Description AcceptPredicate API to model HTTP content negotiation usingAccept-*
request headers.ContextualRegistry Deprecated.This class will be replaced withContext
in future Helidon versionsContextualRegistry.Builder Deprecated.Fluent API builder forContextualRegistry
.DataChunk The DataChunk represents a part of the HTTP body content.FormParams Provides access to any form parameters present in the request entity.Http.Method Enumeration of all standard HTTPmethods
.Http.RequestMethod Interface representing an HTTP request method, all standard methods are inHttp.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 ofMediaType
.Parameters Parameters representskey : value
pairs wherekey
is aString
with potentially multiple values.Reader The Reader transforms aDataChunk
publisher into a completion stage of the associated type.ReadOnlyParameters An immutable implementation ofParameters
.SetCookie Represents'Set-Cookie'
header value specified by RFC6265.SetCookie.Builder A fluent API builder forSetCookie
. -
Classes in io.helidon.common.http used by io.helidon.grpc.core Class Description Http.ResponseStatus Base interface for status codes used in HTTP responses. -
Classes in io.helidon.common.http used by io.helidon.media.common Class Description DataChunk The DataChunk represents a part of the HTTP body content.Parameters Parameters representskey : value
pairs wherekey
is aString
with potentially multiple values.Reader The Reader transforms aDataChunk
publisher into a completion stage of the associated type. -
Classes in io.helidon.common.http used by io.helidon.media.jackson.common Class Description DataChunk The DataChunk represents a part of the HTTP body content.Reader The Reader transforms aDataChunk
publisher into a completion stage of the associated type. -
Classes in io.helidon.common.http used by io.helidon.media.jsonb.common Class Description DataChunk The DataChunk represents a part of the HTTP body content.Reader The Reader transforms aDataChunk
publisher into a completion stage of the associated type. -
Classes in io.helidon.common.http used by io.helidon.media.jsonp.common Class Description DataChunk The DataChunk represents a part of the HTTP body content.Reader The Reader transforms aDataChunk
publisher into a completion stage of the associated type. -
Classes in io.helidon.common.http used by io.helidon.media.jsonp.server Class Description DataChunk The DataChunk represents a part of the HTTP body content.Reader The Reader transforms aDataChunk
publisher into a completion stage of the associated type. -
Classes in io.helidon.common.http used by io.helidon.openapi Class Description MediaType An abstraction for a media type. -
Classes in io.helidon.common.http used by io.helidon.webserver Class Description AlreadyCompletedException Signals that a mutation method has been invoked on a resource that is already completed.Content ContextualRegistry Deprecated.This class will be replaced withContext
in future Helidon versionsDataChunk The DataChunk represents a part of the HTTP body content.Headers ExtendsParameters
interface by adding methods convenient for HTTP headers.Http.Method Enumeration of all standard HTTPmethods
.Http.RequestMethod Interface representing an HTTP request method, all standard methods are inHttp.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 representskey : value
pairs wherekey
is aString
with potentially multiple values.SetCookie Represents'Set-Cookie'
header value specified by RFC6265.