Uses of Interface
io.helidon.http.encoding.ContentEncoder
Package
Description
HTTP Content encoding support, usually used to compress entity, such as
gzip
.Deflate encoding support.
Gzip encoding support.
-
Uses of ContentEncoder in io.helidon.http.encoding
Modifier and TypeFieldDescriptionstatic final ContentEncoder
ContentEncoder.NO_OP
No-op content encoder.Modifier and TypeMethodDescriptionContentEncoding.encoder()
To encode bytes.Discover content encoder based on the HTTP headers.Obtain a content encoder for the id. -
Uses of ContentEncoder in io.helidon.http.encoding.deflate
-
Uses of ContentEncoder in io.helidon.http.encoding.gzip