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