Uses of Interface
io.helidon.nima.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.
SPI to create custom content encoding.
HTTP/2 WebServer.
WebClient APIs shared by all types of clients.
WebServer HTTP specific APIs.
-
Uses of ContentDecoder in io.helidon.nima.http.encoding
Fields in io.helidon.nima.http.encoding declared as ContentDecoderModifier and TypeFieldDescriptionstatic final ContentDecoderContentDecoder.NO_OPNo op content decoder.Methods in io.helidon.nima.http.encoding that return ContentDecoderModifier and TypeMethodDescriptionObtain a content decoder for the id. -
Uses of ContentDecoder in io.helidon.nima.http.encoding.deflate
Methods in io.helidon.nima.http.encoding.deflate that return ContentDecoder -
Uses of ContentDecoder in io.helidon.nima.http.encoding.gzip
Methods in io.helidon.nima.http.encoding.gzip that return ContentDecoder -
Uses of ContentDecoder in io.helidon.nima.http.encoding.spi
Methods in io.helidon.nima.http.encoding.spi that return ContentDecoder -
Uses of ContentDecoder in io.helidon.nima.http2.webserver
Methods in io.helidon.nima.http2.webserver with parameters of type ContentDecoderModifier and TypeMethodDescriptionstatic Http2ServerRequestEntityHttp2ServerRequestEntity.create(ContentDecoder decoder, Function<Integer, BufferData> readEntityFunction, Runnable entityProcessedRunnable, ServerRequestHeaders requestHeaders, MediaContext mediaContext) Create a new entity. -
Uses of ContentDecoder in io.helidon.nima.webclient
Methods in io.helidon.nima.webclient with parameters of type ContentDecoderModifier and TypeMethodDescriptionstatic ClientResponseEntityClientResponseEntity.create(ContentDecoder decoder, Function<Integer, BufferData> readEntityFunction, Runnable entityProcessedRunnable, ClientRequestHeaders requestHeaders, ClientResponseHeaders responseHeaders, MediaContext mediaContext) Create a new client response entity. -
Uses of ContentDecoder in io.helidon.nima.webserver.http
Methods in io.helidon.nima.webserver.http with parameters of type ContentDecoderModifier and TypeMethodDescriptionstatic ServerRequestEntityServerRequestEntity.create(Consumer<Boolean> entityRequestedCallback, ContentDecoder decoder, Function<Integer, BufferData> readEntityFunction, Runnable entityProcessedRunnable, ServerRequestHeaders requestHeaders, MediaContext mediaContext) Create a new entity.