Interface MessageBodyDecoder
-
- All Known Implementing Classes:
GzipMessageBodyResolver
public interface MessageBodyDecoderDecoder that is used to decode message body in case it's encoding from Content-Encoding header matches encoding returned byencodingType()call.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]decode(byte[] encoded)StringencodingType()
-
-
-
Method Detail
-
decode
byte[] decode(byte[] encoded)
-
encodingType
String encodingType()
-
-