Uses of Class
io.helidon.http.encoding.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
Modifier 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.Modifier and TypeMethodDescriptionstatic ContentEncodingContext
ContentEncodingContext.create
(Consumer<ContentEncodingContextConfig.Builder> consumer) Create media context, customizing its configuration. -
Uses of ContentEncodingContextConfig.Builder in io.helidon.webclient.api
Modifier and TypeMethodDescriptionHttpClientConfig.BuilderBase.contentEncoding
(Consumer<ContentEncodingContextConfig.Builder> consumer) Configure the listener specificContentEncodingContext
. -
Uses of ContentEncodingContextConfig.Builder in io.helidon.webserver
Modifier and TypeMethodDescriptionListenerConfig.BuilderBase.contentEncoding
(Consumer<ContentEncodingContextConfig.Builder> consumer) Configure the listener specificContentEncodingContext
.