All Classes Interface Summary Class Summary Enum Summary Exception Summary
| Class |
Description |
| AsciiHeadersEncoder |
|
| AsciiHeadersEncoder.NewlineType |
The newline characters to insert between header entries.
|
| AsciiHeadersEncoder.SeparatorType |
The separator characters to insert between a header name and a header value.
|
| Base64 |
Utility class for ByteBuf that encodes and decodes to and from
Base64 notation.
|
| Base64Decoder |
Decodes a Base64-encoded ByteBuf or US-ASCII String
into a ByteBuf.
|
| Base64Dialect |
Enumeration of supported Base64 dialects.
|
| Base64Encoder |
Encodes a ByteBuf into a Base64-encoded ByteBuf.
|
| Brotli |
|
| BrotliDecoder |
Decompresses a ByteBuf encoded with the brotli format.
|
| BrotliEncoder |
Compress a ByteBuf with the Brotli compression.
|
| BrotliOptions |
|
| ByteArrayDecoder |
Decodes a received ByteBuf into an array of bytes.
|
| ByteArrayEncoder |
Encodes the requested array of bytes into a ByteBuf.
|
| ByteToMessageCodec<I> |
A Codec for on-the-fly encoding/decoding of bytes to messages and vise-versa.
|
| ByteToMessageDecoder |
ChannelInboundHandlerAdapter which decodes bytes in a stream-like fashion from one ByteBuf to an
other Message type.
|
| ByteToMessageDecoder.Cumulator |
Cumulate ByteBufs.
|
| Bzip2Decoder |
Uncompresses a ByteBuf encoded with the Bzip2 format.
|
| Bzip2Encoder |
Compresses a ByteBuf using the Bzip2 algorithm.
|
| CharSequenceValueConverter |
|
| ClassResolver |
Deprecated.
|
| ClassResolvers |
Deprecated.
|
| CodecException |
|
| CompatibleMarshallingDecoder |
ReplayingDecoder which use an Unmarshaller to read the Object out of the ByteBuf.
|
| CompatibleMarshallingEncoder |
|
| CompatibleObjectEncoder |
Deprecated.
|
| CompressionException |
|
| CompressionOptions |
CompressionOptions provides compression options for
various types of compressor types, like Brotli.
|
| ContextBoundUnmarshallerProvider |
UnmarshallerProvider which store a reference to the Unmarshaller in the
ChannelHandlerContext via the ChannelHandlerContext.attr(AttributeKey)
method.
|
| CorruptedFrameException |
An DecoderException which is thrown when the received frame data could not be decoded by
an inbound handler.
|
| DatagramPacketDecoder |
A decoder that decodes the content of the received DatagramPacket using
the specified ByteBuf decoder.
|
| DatagramPacketEncoder<M> |
An encoder that encodes the content in AddressedEnvelope to DatagramPacket using
the specified message encoder.
|
| DateFormatter |
A formatter for HTTP header dates, such as "Expires" and "Date" headers, or "expires" field in "Set-Cookie".
|
| DecoderException |
|
| DecoderResult |
|
| DecoderResultProvider |
Provides the accessor methods for the DecoderResult property of a decoded message.
|
| DecompressionException |
|
| DefaultHeaders<K,V,T extends Headers<K,V,T>> |
|
| DefaultHeaders.HeaderEntry<K,V> |
|
| DefaultHeaders.NameValidator<K> |
|
| DefaultHeaders.ValueValidator<V> |
|
| DefaultHeadersImpl<K,V> |
A concrete implementation of DefaultHeaders that allows for direct instantiation.
|
| DefaultMarshallerProvider |
|
| DefaultUnmarshallerProvider |
|
| DeflateOptions |
|
| DelimiterBasedFrameDecoder |
A decoder that splits the received ByteBufs by one or more
delimiters.
|
| Delimiters |
|
| EmptyHeaders<K,V,T extends Headers<K,V,T>> |
|
| EncoderException |
|
| FastLzFrameDecoder |
|
| FastLzFrameEncoder |
Compresses a ByteBuf using the FastLZ algorithm.
|
| FixedLengthFrameDecoder |
A decoder that splits the received ByteBufs by the fixed number
of bytes.
|
| GzipOptions |
|
| Headers<K,V,T extends Headers<K,V,T>> |
Common interface for Headers which represents a mapping of key to value.
|
| HeadersUtils |
Provides utility methods related to Headers.
|
| JdkZlibDecoder |
Decompress a ByteBuf using the inflate algorithm.
|
| JdkZlibEncoder |
Compresses a ByteBuf using the deflate algorithm.
|
| JsonObjectDecoder |
Splits a byte stream of JSON objects and arrays into individual objects/arrays and passes them up the
ChannelPipeline.
|
| JZlibDecoder |
|
| JZlibEncoder |
Compresses a ByteBuf using the deflate algorithm.
|
| LengthFieldBasedFrameDecoder |
A decoder that splits the received ByteBufs dynamically by the
value of the length field in the message.
|
| LengthFieldPrepender |
An encoder that prepends the length of the message.
|
| LineBasedFrameDecoder |
A decoder that splits the received ByteBufs on line endings.
|
| LineEncoder |
Apply a line separator to the requested String and encode it into a ByteBuf.
|
| LineSeparator |
A class to represent line separators in different environments.
|
| Lz4FrameDecoder |
Uncompresses a ByteBuf encoded with the LZ4 format.
|
| Lz4FrameEncoder |
Compresses a ByteBuf using the LZ4 format.
|
| Lz4XXHash32 |
|
| LzfDecoder |
Uncompresses a ByteBuf encoded with the LZF format.
|
| LzfEncoder |
Compresses a ByteBuf using the LZF format.
|
| LzmaFrameEncoder |
Compresses a ByteBuf using the LZMA algorithm.
|
| MarshallerProvider |
This provider is responsible to get a Marshaller for the given ChannelHandlerContext.
|
| MarshallingDecoder |
|
| MarshallingEncoder |
|
| MessageAggregationException |
Raised by MessageAggregator when aggregation fails due to an unexpected message sequence.
|
| MessageAggregator<I,S,C extends io.netty.buffer.ByteBufHolder,O extends io.netty.buffer.ByteBufHolder> |
An abstract ChannelHandler that aggregates a series of message objects into a single aggregated message.
|
| MessageToByteEncoder<I> |
ChannelOutboundHandlerAdapter which encodes message in a stream-like fashion from one message to an
ByteBuf.
|
| MessageToMessageCodec<INBOUND_IN,OUTBOUND_IN> |
A Codec for on-the-fly encoding/decoding of message.
|
| MessageToMessageDecoder<I> |
ChannelInboundHandlerAdapter which decodes from one message to an other message.
|
| MessageToMessageEncoder<I> |
ChannelOutboundHandlerAdapter which encodes from one message to an other message
For example here is an implementation which decodes an Integer to an String.
|
| ObjectDecoder |
Deprecated.
|
| ObjectDecoderInputStream |
Deprecated.
|
| ObjectEncoder |
Deprecated.
|
| ObjectEncoderOutputStream |
Deprecated.
|
| PrematureChannelClosureException |
A CodecException which is thrown when a Channel is closed unexpectedly before
the codec finishes handling the current message, such as missing response while waiting for a
request.
|
| ProtobufDecoder |
|
| ProtobufDecoderNano |
|
| ProtobufEncoder |
|
| ProtobufEncoderNano |
|
| ProtobufVarint32FrameDecoder |
A decoder that splits the received ByteBufs dynamically by the
value of the Google Protocol Buffers
Base
128 Varints integer length field in the message.
|
| ProtobufVarint32LengthFieldPrepender |
An encoder that prepends the Google Protocol Buffers
Base
128 Varints integer length field.
|
| ProtocolDetectionResult<T> |
Result of detecting a protocol.
|
| ProtocolDetectionState |
The state of the current detection.
|
| ReplayingDecoder<S> |
A specialized variation of ByteToMessageDecoder which enables implementation
of a non-blocking decoder in the blocking I/O paradigm.
|
| Snappy |
Uncompresses an input ByteBuf encoded with Snappy compression into an
output ByteBuf.
|
| SnappyFramedDecoder |
Deprecated.
|
| SnappyFrameDecoder |
Uncompresses a ByteBuf encoded with the Snappy framing format.
|
| SnappyFramedEncoder |
Deprecated.
|
| SnappyFrameEncoder |
Compresses a ByteBuf using the Snappy framing format.
|
| SnappyOptions |
|
| StandardCompressionOptions |
|
| StringDecoder |
Decodes a received ByteBuf into a String.
|
| StringEncoder |
Encodes the requested String into a ByteBuf.
|
| ThreadLocalMarshallerProvider |
|
| ThreadLocalUnmarshallerProvider |
|
| TooLongFrameException |
An DecoderException which is thrown when the length of the frame
decoded is greater than the allowed maximum.
|
| UnmarshallerProvider |
This provider is responsible to get an Unmarshaller for a ChannelHandlerContext
|
| UnsupportedMessageTypeException |
Thrown if an unsupported message is received by an codec.
|
| UnsupportedValueConverter<V> |
|
| ValueConverter<T> |
Converts to/from a generic object to the type.
|
| XmlFrameDecoder |
A frame decoder for single separate XML based message streams.
|
| ZlibCodecFactory |
|
| ZlibDecoder |
Decompresses a ByteBuf using the deflate algorithm.
|
| ZlibEncoder |
Compresses a ByteBuf using the deflate algorithm.
|
| ZlibWrapper |
The container file formats that wrap the stream compressed by the DEFLATE
algorithm.
|
| Zstd |
|
| ZstdDecoder |
Decompresses a compressed block ByteBuf using the Zstandard algorithm.
|
| ZstdEncoder |
Compresses a ByteBuf using the Zstandard algorithm.
|
| ZstdOptions |
ZstdOptions holds compressionLevel for
Zstd compression.
|