Uses of Class
io.helidon.http.encoding.ContentEncodingContextConfig.Builder
Packages that use ContentEncodingContextConfig.Builder
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.Builder in io.helidon.http.encoding
Methods in io.helidon.http.encoding that return ContentEncodingContextConfig.BuilderModifier and TypeMethodDescriptionContentEncodingContext.builder()
Builder to set up this encoding support context.ContentEncodingContextConfig.builder()
Create a new fluent API builder to customize configuration.ContentEncodingContextConfig.builder
(ContentEncodingContextConfig instance) Create a new fluent API builder from an existing instance.Method parameters in io.helidon.http.encoding with type arguments of type ContentEncodingContextConfig.BuilderModifier and TypeMethodDescriptionstatic ContentEncodingContext
ContentEncodingContext.create
(Consumer<ContentEncodingContextConfig.Builder> consumer) Create media context, customizing its configuration. -
Uses of ContentEncodingContextConfig.Builder in io.helidon.webclient.api
Method parameters in io.helidon.webclient.api with type arguments of type ContentEncodingContextConfig.BuilderModifier and TypeMethodDescriptionHttpClientConfig.BuilderBase.contentEncoding
(Consumer<ContentEncodingContextConfig.Builder> consumer) Configure the listener specificContentEncodingContext
. -
Uses of ContentEncodingContextConfig.Builder in io.helidon.webserver
Method parameters in io.helidon.webserver with type arguments of type ContentEncodingContextConfig.BuilderModifier and TypeMethodDescriptionListenerConfig.BuilderBase.contentEncoding
(Consumer<ContentEncodingContextConfig.Builder> consumer) Configure the listener specificContentEncodingContext
.