Uses of Interface
io.helidon.http.encoding.ContentEncodingContextConfig
Package
Description
HTTP Content encoding support, usually used to compress entity, such as
gzip
.Helidon WebClient APIs shared by all types of clients.
Helidon WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
-
Uses of ContentEncodingContextConfig in io.helidon.http.encoding
Modifier and TypeClassDescriptionstatic class
ContentEncodingContextConfig.BuilderBase<BUILDER extends ContentEncodingContextConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends ContentEncodingContextConfig> Fluent API builder base forContentEncodingContext
.Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Modifier and TypeMethodDescriptionContentEncodingContextConfig.Builder.buildPrototype()
static ContentEncodingContextConfig
ContentEncodingContextConfig.create()
Create a new instance with default values.static ContentEncodingContextConfig
Create a new instance from configuration.Modifier and TypeMethodDescriptionContentEncodingContextConfig.builder
(ContentEncodingContextConfig instance) Create a new fluent API builder from an existing instance.static ContentEncodingContext
ContentEncodingContext.create
(ContentEncodingContextConfig config) Create content encoding context from its prototype.ContentEncodingContextConfig.BuilderBase.from
(ContentEncodingContextConfig prototype) Update this builder from an existing prototype instance. -
Uses of ContentEncodingContextConfig in io.helidon.webclient.api
Modifier and TypeMethodDescriptionHttpClientConfig.BuilderBase.contentEncoding
(ContentEncodingContextConfig contentEncodingConfig) Configure the listener specificContentEncodingContext
. -
Uses of ContentEncodingContextConfig in io.helidon.webserver
Modifier and TypeMethodDescriptionListenerConfig.BuilderBase.contentEncoding
(ContentEncodingContextConfig contentEncodingConfig) Configure the listener specificContentEncodingContext
.