Uses of Interface
io.helidon.http.encoding.ContentEncoder
Packages that use ContentEncoder
Package
Description
HTTP Content encoding support, usually used to compress entity, such as
gzip.Deflate encoding support.
Gzip encoding support.
Helidon WebServer HTTP specific APIs.
-
Uses of ContentEncoder in io.helidon.http.encoding
Fields in io.helidon.http.encoding declared as ContentEncoderModifier and TypeFieldDescriptionstatic final ContentEncoderContentEncoder.NO_OPNo-op content encoder.Methods in io.helidon.http.encoding that return ContentEncoderModifier 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
Methods in io.helidon.http.encoding.deflate that return ContentEncoder -
Uses of ContentEncoder in io.helidon.http.encoding.gzip
Methods in io.helidon.http.encoding.gzip that return ContentEncoder -
Uses of ContentEncoder in io.helidon.webserver.http
Methods in io.helidon.webserver.http with parameters of type ContentEncoderModifier and TypeMethodDescriptiondefault RoutingResponseRoutingResponse.contentEncoder(ContentEncoder encoder) Configure an explicit response content encoder.default ServerResponseServerResponse.contentEncoder(ContentEncoder encoder) Configure an explicit response content encoder.ServerResponseBase.contentEncoder(ContentEncoder encoder)