Uses of Interface
io.helidon.http.encoding.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
Modifier and TypeFieldDescriptionstatic final ContentDecoder
ContentDecoder.NO_OP
No op content decoder.Modifier and TypeMethodDescriptionContentEncoding.decoder()
To decode bytes.Obtain a content decoder for the id. -
Uses of ContentDecoder in io.helidon.http.encoding.deflate
-
Uses of ContentDecoder in io.helidon.http.encoding.gzip
-
Uses of ContentDecoder in io.helidon.webserver.http
Modifier 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.