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 Detail

      • decode

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

        String encodingType()