Skip navigation links
B C D E G I N S 

B

build() - Method in interface ContentCodecBuilder
Deprecated.
Build and return an instance of the ContentCodec with the configuration of the builder.

C

codec() - Method in exception CodecDecodingException
Returns the codec in use when this exception occurred.
codec() - Method in exception CodecEncodingException
Returns the codec in use when this exception occurred.
CodecDecodingException - Exception in io.servicetalk.encoding.api
Exception thrown when something goes wrong during decoding.
CodecDecodingException(ContentCodec, String) - Constructor for exception CodecDecodingException
New instance.
CodecDecodingException(ContentCodec, String, Throwable) - Constructor for exception CodecDecodingException
New instance.
CodecEncodingException - Exception in io.servicetalk.encoding.api
Exception thrown when something goes wrong during encoding.
CodecEncodingException(ContentCodec, String) - Constructor for exception CodecEncodingException
New instance.
CodecEncodingException(ContentCodec, String, Throwable) - Constructor for exception CodecEncodingException
New instance.
ContentCodec - Interface in io.servicetalk.encoding.api
API to support encode and decode of Buffers.
ContentCodecBuilder - Interface in io.servicetalk.encoding.api
Deprecated.
encoding-api based solution is being replaced with a netty implementation available under servicetalk-encoding-netty dependency.
ContentCodings - Class in io.servicetalk.encoding.api
Deprecated.
API replaced by io.servicetalk.encoding.netty.ContentCodings

D

decode(Buffer, BufferAllocator) - Method in interface ContentCodec
Take a Buffer and decode its contents resulting in a Buffer with the decoded content.
decode(Buffer, int, int, BufferAllocator) - Method in interface ContentCodec
Take a Buffer and decode its contents resulting in a Buffer with the decoded content.
decode(Publisher<Buffer>, BufferAllocator) - Method in interface ContentCodec
Take a Publisher of Buffer and encode its contents resulting in a Publisher of Buffer with the decoded contents.
deflate() - Static method in class ContentCodings
Deprecated.
Returns a DEFLATE based ContentCodecBuilder that allows building a customizable ContentCodec.
deflateDefault() - Static method in class ContentCodings
Deprecated.
Returns the default DEFLATE based ContentCodec.

E

encode(Buffer, BufferAllocator) - Method in interface ContentCodec
Take a Buffer and encode its contents resulting in a Buffer with the encoded contents.
encode(Buffer, int, int, BufferAllocator) - Method in interface ContentCodec
Take a Buffer and encode its contents resulting in a Buffer with the encoded contents.
encode(Publisher<Buffer>, BufferAllocator) - Method in interface ContentCodec
Take a Publisher of Buffer and encode its contents resulting in a Publisher of Buffer with the encoded contents.

G

gzip() - Static method in class ContentCodings
Deprecated.
Returns a GZIP based ContentCodecBuilder that allows building a customizable ContentCodec.
gzipDefault() - Static method in class ContentCodings
Deprecated.
Returns the default GZIP ContentCodec.

I

identity() - Static method in class ContentCodings
Deprecated.
Returns the default, always supported 'identity' ContentCodec.
Identity - Class in io.servicetalk.encoding.api
Utility class that constructs and provides the default, always supported NOOP 'identity' ContentCodec.
identity() - Static method in class Identity
Returns the default, always supported NOOP 'identity' ContentCodec.
io.servicetalk.encoding.api - package io.servicetalk.encoding.api
 

N

name() - Method in interface ContentCodec
A unique textual representation for the coding.

S

setMaxAllowedPayloadSize(int) - Method in interface ContentCodecBuilder
Deprecated.
Sets the maximum allowed decompressed payload size that the codec can process.
B C D E G I N S 
Skip navigation links