Uses of Interface
io.helidon.http.encoding.ContentDecoder
Packages that use ContentDecoder
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 ContentDecoder in io.helidon.http.encoding
Fields in io.helidon.http.encoding declared as ContentDecoderModifier and TypeFieldDescriptionstatic final ContentDecoder
ContentDecoder.NO_OP
No op content decoder.Methods in io.helidon.http.encoding that return ContentDecoderModifier and TypeMethodDescriptionContentEncoding.decoder()
To decode bytes.Obtain a content decoder for the id. -
Uses of ContentDecoder in io.helidon.http.encoding.deflate
Methods in io.helidon.http.encoding.deflate that return ContentDecoder -
Uses of ContentDecoder in io.helidon.http.encoding.gzip
Methods in io.helidon.http.encoding.gzip that return ContentDecoder -
Uses of ContentDecoder in io.helidon.webserver.http
Methods in io.helidon.webserver.http with parameters of type ContentDecoderModifier and TypeMethodDescriptionstatic ServerRequestEntity
ServerRequestEntity.create
(Consumer<Boolean> entityRequestedCallback, UnaryOperator<InputStream> streamFilter, ContentDecoder decoder, Function<Integer, BufferData> readEntityFunction, Runnable entityProcessedRunnable, ServerRequestHeaders requestHeaders, MediaContext mediaContext) Create a new entity.