Uses of Interface
io.helidon.http.encoding.ContentEncodingContext
Packages that use 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
Methods in io.helidon.http.encoding that return ContentEncodingContextModifier 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
Methods in io.helidon.webclient.api that return ContentEncodingContextModifier and TypeMethodDescriptionHttpClientConfig.BuilderBase.HttpClientConfigImpl.contentEncoding()
Methods in io.helidon.webclient.api that return types with arguments of type ContentEncodingContextModifier and TypeMethodDescriptionHttpClientConfig.BuilderBase.contentEncoding()
Configure the listener specificContentEncodingContext
.Methods in io.helidon.webclient.api with parameters of type ContentEncodingContextModifier and TypeMethodDescriptionHttpClientConfig.BuilderBase.contentEncoding
(ContentEncodingContext contentEncoding) Configure the listener specificContentEncodingContext
.Method parameters in io.helidon.webclient.api with type arguments of type ContentEncodingContextModifier and TypeMethodDescriptionHttpClientConfig.BuilderBase.contentEncoding
(Supplier<? extends ContentEncodingContext> supplier) Configure the listener specificContentEncodingContext
. -
Uses of ContentEncodingContext in io.helidon.webserver
Methods in io.helidon.webserver that return ContentEncodingContextModifier and TypeMethodDescriptionListenerContext.contentEncodingContext()
Content encoding support, to handle entity encoding (such as gzip, deflate).Methods in io.helidon.webserver that return types with arguments of type ContentEncodingContextModifier and TypeMethodDescriptionListenerConfig.BuilderBase.contentEncoding()
Configure the listener specificContentEncodingContext
.ListenerConfig.BuilderBase.ListenerConfigImpl.contentEncoding()
Methods in io.helidon.webserver with parameters of type ContentEncodingContextModifier and TypeMethodDescriptionListenerConfig.BuilderBase.contentEncoding
(ContentEncodingContext contentEncoding) Configure the listener specificContentEncodingContext
.