public class GzipMessageBodyResolver extends Object implements MessageBodyDecoder, MessageBodyEncoder
| Constructor and Description |
|---|
GzipMessageBodyResolver() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decode(byte[] encoded) |
byte[] |
encode(org.springframework.core.io.buffer.DataBuffer original) |
String |
encodingType() |
public String encodingType()
encodingType in interface MessageBodyDecoderencodingType in interface MessageBodyEncoderpublic byte[] decode(byte[] encoded)
decode in interface MessageBodyDecoderpublic byte[] encode(org.springframework.core.io.buffer.DataBuffer original)
encode in interface MessageBodyEncoderCopyright © 2022 Pivotal Software, Inc.. All rights reserved.