Interface MessageBodyEncoder
- All Known Implementing Classes:
GzipMessageBodyResolver
public interface MessageBodyEncoder
Encoder that is used to encode message body in case it's encoding from Content-Encoding
header matches encoding returned by
encodingType() call.-
Method Summary
Modifier and TypeMethodDescriptionbyte[]encode(org.springframework.core.io.buffer.DataBuffer original)
-
Method Details
-
encode
byte[] encode(org.springframework.core.io.buffer.DataBuffer original) -
encodingType
String encodingType()
-