Uses of Interface
io.helidon.http.encoding.ContentEncodingContextConfig
Packages that use 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
Classes in io.helidon.http.encoding with type parameters of type ContentEncodingContextConfigModifier and TypeClassDescriptionstatic class
ContentEncodingContextConfig.BuilderBase<BUILDER extends ContentEncodingContextConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends ContentEncodingContextConfig> Fluent API builder base forContentEncodingContext
.Classes in io.helidon.http.encoding that implement ContentEncodingContextConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.http.encoding that return ContentEncodingContextConfigModifier and TypeMethodDescriptionContentEncodingContextConfig.Builder.buildPrototype()
static ContentEncodingContextConfig
ContentEncodingContextConfig.create()
Create a new instance with default values.static ContentEncodingContextConfig
Create a new instance from configuration.Methods in io.helidon.http.encoding with parameters of type ContentEncodingContextConfigModifier 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
Methods in io.helidon.webclient.api with parameters of type ContentEncodingContextConfigModifier and TypeMethodDescriptionHttpClientConfig.BuilderBase.contentEncoding
(ContentEncodingContextConfig contentEncodingConfig) Configure the listener specificContentEncodingContext
. -
Uses of ContentEncodingContextConfig in io.helidon.webserver
Methods in io.helidon.webserver with parameters of type ContentEncodingContextConfigModifier and TypeMethodDescriptionListenerConfig.BuilderBase.contentEncoding
(ContentEncodingContextConfig contentEncodingConfig) Configure the listener specificContentEncodingContext
.