Interface MessageBodyDecoder
- All Known Implementing Classes:
GzipMessageBodyResolver
public interface MessageBodyDecoder
Decoder that is used to decode message body in case it's encoding from Content-Encoding
header matches encoding returned by
encodingType() call.-
Method Summary
-
Method Details
-
decode
byte[] decode(byte[] encoded) -
encodingType
String encodingType()
-