- All Superinterfaces:
- NamedService
- All Known Implementing Classes:
- DeflateEncoding,- GzipEncoding
Content encoding service created from 
ContentEncodingProvider,
 or directly implemented.
 Content encoding/decoding modifies bytes on the wire, for example to compress it.- 
Method SummaryMethods inherited from interface io.helidon.common.config.NamedServicename, type
- 
Method Details- 
idsIdentification(s) of this scheme as used inAccept-EncodingandContent-Encodingheaders.- Returns:
- identifications, such as deflate,gzip
 
- 
supportsEncodingboolean supportsEncoding()Does this provider support encoding.- Returns:
- encoding supported
 
- 
supportsDecodingboolean supportsDecoding()Does this provider support decoding.- Returns:
- decoding supported
 
- 
decoderContentDecoder decoder()To decode bytes.- Returns:
- decoder
 
- 
encoderContentEncoder encoder()To encode bytes.- Returns:
- encoder
 
 
-