@ElementsAreNonnullByDefault
| Interface | Description |
|---|---|
| ContentCodec |
API to support encode and decode of
Buffers. |
| ContentCodecBuilder | Deprecated
encoding-api based solution is being replaced with a netty implementation available under
servicetalk-encoding-netty dependency.
|
| Class | Description |
|---|---|
| ContentCodings | Deprecated
API replaced by
io.servicetalk.encoding.netty.ContentCodings |
| Identity |
Utility class that constructs and provides the default, always supported NOOP 'identity'
ContentCodec. |
| Exception | Description |
|---|---|
| CodecDecodingException |
Exception thrown when something goes wrong during decoding.
|
| CodecEncodingException |
Exception thrown when something goes wrong during encoding.
|