Skip navigation links
A B C D E I N S 

A

add(BufferDecoder) - Method in class BufferDecoderGroupBuilder
Add a new BufferDecoder to the BufferDecoderGroup built by this builder.
add(BufferDecoder, boolean) - Method in class BufferDecoderGroupBuilder
Add a new BufferDecoder to the BufferDecoderGroup built by this builder.
advertisedMessageEncoding() - Method in interface BufferDecoderGroup
Get the combined encoding to advertise.
advertisedMessageEncoding() - Method in class EmptyBufferDecoderGroup
 

B

BufferDecoder - Interface in io.servicetalk.encoding.api
Used to decode buffers for aggregated and streaming use cases.
BufferDecoderGroup - Interface in io.servicetalk.encoding.api
A group of BufferDecoders used when multiple options may be supported.
BufferDecoderGroupBuilder - Class in io.servicetalk.encoding.api
Builder for BufferDecoderGroups.
BufferDecoderGroupBuilder() - Constructor for class BufferDecoderGroupBuilder
Create a new instance.
BufferDecoderGroupBuilder(int) - Constructor for class BufferDecoderGroupBuilder
Create a new instance.
BufferEncoder - Interface in io.servicetalk.encoding.api
Used to encode buffers for aggregated and streaming use cases.
BufferEncoderDecoder - Interface in io.servicetalk.encoding.api
BufferEncodingException - Exception in io.servicetalk.encoding.api
A specialization of SerializationException used to indicate an encoding exception.
BufferEncodingException(String) - Constructor for exception BufferEncodingException
Create a new instance.
BufferEncodingException(String, Throwable) - Constructor for exception BufferEncodingException
New instance.
BufferEncodingException(Throwable) - Constructor for exception BufferEncodingException
New instance.
BufferEncodingException(String, Throwable, boolean, boolean) - Constructor for exception BufferEncodingException
New instance.
build() - Method in class BufferDecoderGroupBuilder
Build a new BufferDecoderGroup.

C

codec() - Method in exception CodecDecodingException
Deprecated.
Returns the codec in use when this exception occurred.
codec() - Method in exception CodecEncodingException
Deprecated.
Returns the codec in use when this exception occurred.
CodecDecodingException - Exception in io.servicetalk.encoding.api
Deprecated.
CodecDecodingException(ContentCodec, String) - Constructor for exception CodecDecodingException
Deprecated.
New instance.
CodecDecodingException(ContentCodec, String, Throwable) - Constructor for exception CodecDecodingException
Deprecated.
New instance.
CodecEncodingException - Exception in io.servicetalk.encoding.api
Deprecated.
CodecEncodingException(ContentCodec, String) - Constructor for exception CodecEncodingException
Deprecated.
New instance.
CodecEncodingException(ContentCodec, String, Throwable) - Constructor for exception CodecEncodingException
Deprecated.
New instance.
ContentCodec - Interface in io.servicetalk.encoding.api
Deprecated.

D

decode(Buffer, BufferAllocator) - Method in interface ContentCodec
Deprecated.
Take a Buffer and decode its contents resulting in a Buffer with the decoded content.
decode(Publisher<Buffer>, BufferAllocator) - Method in interface ContentCodec
Deprecated.
Take a Publisher of Buffer and encode its contents resulting in a Publisher of Buffer with the decoded contents.
decoder() - Method in interface BufferDecoder
Get the Deserializer to use for aggregated content.
decoders() - Method in interface BufferDecoderGroup
Get the supported BufferDecoder for this group.
decoders() - Method in class EmptyBufferDecoderGroup
 

E

EmptyBufferDecoderGroup - Class in io.servicetalk.encoding.api
A BufferDecoderGroup which is empty.
encode(Buffer, BufferAllocator) - Method in interface ContentCodec
Deprecated.
Take a Buffer and encode its contents resulting in a Buffer with the encoded contents.
encode(Publisher<Buffer>, BufferAllocator) - Method in interface ContentCodec
Deprecated.
Take a Publisher of Buffer and encode its contents resulting in a Publisher of Buffer with the encoded contents.
encoder() - Method in interface BufferEncoder
Get the Serializer to use for aggregated content.
encodingName() - Method in interface BufferDecoder
Get the name of the encoding.
encodingName() - Method in interface BufferEncoder
Get the name of the encoding.

I

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
Deprecated.
identityEncoder() - Static method in class Identity
Get a BufferEncoderDecoder which provides "no encoding".
INSTANCE - Static variable in class EmptyBufferDecoderGroup
 
io.servicetalk.encoding.api - package io.servicetalk.encoding.api
Content encoding and compression related APIs.

N

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

S

streamingDecoder() - Method in interface BufferDecoder
Get the StreamingDeserializer to use for streaming content.
streamingEncoder() - Method in interface BufferEncoder
Get the StreamingSerializer to use for streaming content.
A B C D E I N S 
Skip navigation links