public interface BufferDecoderGroup
BufferDecoders used when multiple options may be supported.| Modifier and Type | Method and Description |
|---|---|
CharSequence |
advertisedMessageEncoding()
Get the combined encoding to advertise.
|
List<BufferDecoder> |
decoders()
Get the supported
BufferDecoder for this group. |
List<BufferDecoder> decoders()
BufferDecoder for this group.BufferDecoder for this group.@Nullable CharSequence advertisedMessageEncoding()
BufferDecoder.encodingName() contained in this group. This value is commonly used in
Accept-Encoding (or equivalent) metadata to advertise/communicate the supported algorithms.BufferDecoder.encodingName() contained in this group. This value is commonly used in
Accept-Encoding (or equivalent) metadata to advertise/communicate the supported algorithms.