Uses of Interface
io.helidon.http.encoding.ContentEncoding
Packages that use ContentEncoding
Package
Description
HTTP Content encoding support, usually used to compress entity, such as
gzip.Deflate encoding support.
Gzip encoding support.
SPI to create custom content encoding.
-
Uses of ContentEncoding in io.helidon.http.encoding
Methods in io.helidon.http.encoding that return types with arguments of type ContentEncodingModifier and TypeMethodDescriptionContentEncodingContextConfig.BuilderBase.ContentEncodingContextConfigImpl.contentEncodings()ContentEncodingContextConfig.BuilderBase.contentEncodings()List of content encodings that should be used.ContentEncodingContextConfig.contentEncodings()List of content encodings that should be used.Methods in io.helidon.http.encoding with parameters of type ContentEncodingModifier and TypeMethodDescriptionContentEncodingContextConfig.BuilderBase.addContentEncoding(ContentEncoding contentEncoding) List of content encodings that should be used.Method parameters in io.helidon.http.encoding with type arguments of type ContentEncodingModifier and TypeMethodDescriptionContentEncodingContextConfig.BuilderBase.addContentEncodings(List<? extends ContentEncoding> contentEncodings) List of content encodings that should be used.ContentEncodingContextConfig.BuilderBase.contentEncodings(List<? extends ContentEncoding> contentEncodings) List of content encodings that should be used. -
Uses of ContentEncoding in io.helidon.http.encoding.deflate
Classes in io.helidon.http.encoding.deflate that implement ContentEncodingMethods in io.helidon.http.encoding.deflate that return ContentEncodingModifier and TypeMethodDescription -
Uses of ContentEncoding in io.helidon.http.encoding.gzip
Classes in io.helidon.http.encoding.gzip that implement ContentEncodingMethods in io.helidon.http.encoding.gzip that return ContentEncodingModifier and TypeMethodDescription -
Uses of ContentEncoding in io.helidon.http.encoding.spi
Subinterfaces with type arguments of type ContentEncoding in io.helidon.http.encoding.spiModifier and TypeInterfaceDescriptioninterfaceContent encodingServiceLoaderservice provider interface.