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
Classes in io.helidon.http.encoding that implement interfaces with type arguments of type ContentEncodingContextModifier and TypeClassDescriptionstatic classFluent API builder forContentEncodingContext.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.http.encoding that return ContentEncodingContextModifier and TypeMethodDescriptionContentEncodingContextConfig.Builder.build()Create an instance from this builder.ContentEncodingContextConfig.BuilderBase.ContentEncodingContextConfigImpl.build()Create a new runtime instance from this prototype.static ContentEncodingContextContentEncodingContext.create()Create a new encoding support.static ContentEncodingContextCreate a new encoding support and apply provided configuration.static ContentEncodingContextContentEncodingContext.create(ContentEncodingContextConfig config) Create content encoding context from its prototype.static ContentEncodingContextContentEncodingContext.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()HttpClientConfig.contentEncoding()Configure the listener specificContentEncodingContext.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()ListenerConfig.contentEncoding()Configure the listener specificContentEncodingContext.Methods in io.helidon.webserver with parameters of type ContentEncodingContextModifier and TypeMethodDescriptionListenerConfig.BuilderBase.contentEncoding(ContentEncodingContext contentEncoding) Configure the listener specificContentEncodingContext.Method parameters in io.helidon.webserver with type arguments of type ContentEncodingContextModifier and TypeMethodDescriptionListenerConfig.BuilderBase.contentEncoding(Supplier<? extends ContentEncodingContext> supplier) Configure the listener specificContentEncodingContext.