Uses of Interface
io.helidon.http.encoding.ContentEncodingContext
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 ContentEncodingContext in io.helidon.http.encoding
Modifier and TypeMethodDescriptionContentEncodingContextConfig.Builder.build()
ContentEncodingContextConfig.BuilderBase.ContentEncodingContextConfigImpl.build()
static ContentEncodingContext
ContentEncodingContext.create()
Create a new encoding support.static ContentEncodingContext
Create a new encoding support and apply provided configuration.static ContentEncodingContext
ContentEncodingContext.create
(ContentEncodingContextConfig config) Create content encoding context from its prototype.static ContentEncodingContext
ContentEncodingContext.create
(Consumer<ContentEncodingContextConfig.Builder> consumer) Create media context, customizing its configuration.ContentEncodingContextConfig.BuilderBase.ContentEncodingContextConfigImpl.get()
-
Uses of ContentEncodingContext in io.helidon.webclient.api
Modifier and TypeMethodDescriptionHttpClientConfig.BuilderBase.HttpClientConfigImpl.contentEncoding()
Modifier and TypeMethodDescriptionHttpClientConfig.BuilderBase.contentEncoding()
Configure the listener specificContentEncodingContext
.Modifier and TypeMethodDescriptionHttpClientConfig.BuilderBase.contentEncoding
(ContentEncodingContext contentEncoding) Configure the listener specificContentEncodingContext
.Modifier and TypeMethodDescriptionHttpClientConfig.BuilderBase.contentEncoding
(Supplier<? extends ContentEncodingContext> supplier) Configure the listener specificContentEncodingContext
. -
Uses of ContentEncodingContext in io.helidon.webserver
Modifier and TypeMethodDescriptionListenerContext.contentEncodingContext()
Content encoding support, to handle entity encoding (such as gzip, deflate).Modifier and TypeMethodDescriptionListenerConfig.BuilderBase.contentEncoding()
Configure the listener specificContentEncodingContext
.ListenerConfig.BuilderBase.ListenerConfigImpl.contentEncoding()
Modifier and TypeMethodDescriptionListenerConfig.BuilderBase.contentEncoding
(ContentEncodingContext contentEncoding) Configure the listener specificContentEncodingContext
.