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

    Modifier and Type
    Method
    Description
    byte[]
    decode(byte[] encoded)
     
     
  • Method Details

    • decode

      byte[] decode(byte[] encoded)
    • encodingType

      String encodingType()