public interface BufferEncoder
| Modifier and Type | Method and Description |
|---|---|
Serializer<Buffer> |
encoder()
Get the
Serializer to use for aggregated content. |
CharSequence |
encodingName()
Get the name of the encoding.
|
StreamingSerializer<Buffer> |
streamingEncoder()
Get the
StreamingSerializer to use for streaming content. |
Serializer<Buffer> encoder()
Serializer to use for aggregated content.Serializer to use for aggregated content.StreamingSerializer<Buffer> streamingEncoder()
StreamingSerializer to use for streaming content.StreamingSerializer to use for streaming content.CharSequence encodingName()