A B C D E F G H I J K L M N O P R S T U V W X Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- acceptInboundMessage(Object) - Method in class io.netty.handler.codec.DatagramPacketDecoder
- acceptInboundMessage(Object) - Method in class io.netty.handler.codec.MessageAggregator
- acceptInboundMessage(Object) - Method in class io.netty.handler.codec.MessageToMessageCodec
-
Returns
trueif and only if the specified message can be decoded by this codec. - acceptInboundMessage(Object) - Method in class io.netty.handler.codec.MessageToMessageDecoder
-
Returns
trueif the given message should be handled. - acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.ByteToMessageCodec
-
Returns
trueif and only if the specified message can be encoded by this codec. - acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.DatagramPacketEncoder
- acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.MessageToByteEncoder
-
Returns
trueif the given message should be handled. - acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.MessageToMessageCodec
-
Returns
trueif and only if the specified message can be encoded by this codec. - acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.MessageToMessageEncoder
-
Returns
trueif the given message should be handled. - actualReadableBytes() - Method in class io.netty.handler.codec.ByteToMessageDecoder
-
Returns the actual number of readable bytes in the internal cumulative buffer of this decoder.
- add(Headers<? extends K, ? extends V, ?>) - Method in class io.netty.handler.codec.DefaultHeaders
- add(Headers<? extends K, ? extends V, ?>) - Method in class io.netty.handler.codec.EmptyHeaders
- add(Headers<? extends K, ? extends V, ?>) - Method in interface io.netty.handler.codec.Headers
-
Adds all header names and values of
headersto this object. - add(K, Iterable<? extends V>) - Method in class io.netty.handler.codec.DefaultHeaders
- add(K, Iterable<? extends V>) - Method in class io.netty.handler.codec.EmptyHeaders
- add(K, Iterable<? extends V>) - Method in interface io.netty.handler.codec.Headers
-
Adds new headers with the specified
nameandvalues. - add(K, V) - Method in class io.netty.handler.codec.DefaultHeaders
- add(K, V) - Method in class io.netty.handler.codec.EmptyHeaders
- add(K, V) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header with the specified
nameandvalue. - add(K, V...) - Method in class io.netty.handler.codec.DefaultHeaders
- add(K, V...) - Method in class io.netty.handler.codec.EmptyHeaders
- add(K, V...) - Method in interface io.netty.handler.codec.Headers
-
Adds new headers with the specified
nameandvalues. - addBoolean(K, boolean) - Method in class io.netty.handler.codec.DefaultHeaders
- addBoolean(K, boolean) - Method in class io.netty.handler.codec.EmptyHeaders
- addBoolean(K, boolean) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header.
- addByte(K, byte) - Method in class io.netty.handler.codec.DefaultHeaders
- addByte(K, byte) - Method in class io.netty.handler.codec.EmptyHeaders
- addByte(K, byte) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header.
- addChar(K, char) - Method in class io.netty.handler.codec.DefaultHeaders
- addChar(K, char) - Method in class io.netty.handler.codec.EmptyHeaders
- addChar(K, char) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header.
- addDouble(K, double) - Method in class io.netty.handler.codec.DefaultHeaders
- addDouble(K, double) - Method in class io.netty.handler.codec.EmptyHeaders
- addDouble(K, double) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header.
- addFloat(K, float) - Method in class io.netty.handler.codec.DefaultHeaders
- addFloat(K, float) - Method in class io.netty.handler.codec.EmptyHeaders
- addFloat(K, float) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header.
- addImpl(Headers<? extends K, ? extends V, ?>) - Method in class io.netty.handler.codec.DefaultHeaders
- addInt(K, int) - Method in class io.netty.handler.codec.DefaultHeaders
- addInt(K, int) - Method in class io.netty.handler.codec.EmptyHeaders
- addInt(K, int) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header.
- addLong(K, long) - Method in class io.netty.handler.codec.DefaultHeaders
- addLong(K, long) - Method in class io.netty.handler.codec.EmptyHeaders
- addLong(K, long) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header.
- addObject(K, Iterable<?>) - Method in class io.netty.handler.codec.DefaultHeaders
- addObject(K, Iterable<?>) - Method in class io.netty.handler.codec.EmptyHeaders
- addObject(K, Iterable<?>) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header with the specified name and values.
- addObject(K, Object) - Method in class io.netty.handler.codec.DefaultHeaders
- addObject(K, Object) - Method in class io.netty.handler.codec.EmptyHeaders
- addObject(K, Object) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header.
- addObject(K, Object...) - Method in class io.netty.handler.codec.DefaultHeaders
- addObject(K, Object...) - Method in class io.netty.handler.codec.EmptyHeaders
- addObject(K, Object...) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header with the specified name and values.
- addShort(K, short) - Method in class io.netty.handler.codec.DefaultHeaders
- addShort(K, short) - Method in class io.netty.handler.codec.EmptyHeaders
- addShort(K, short) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header.
- addTimeMillis(K, long) - Method in class io.netty.handler.codec.DefaultHeaders
- addTimeMillis(K, long) - Method in class io.netty.handler.codec.EmptyHeaders
- addTimeMillis(K, long) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header.
- after - Variable in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
-
Overall insertion order linked list
- after() - Method in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
- aggregate(O, C) - Method in class io.netty.handler.codec.MessageAggregator
-
Transfers the information provided by the specified content message to the specified aggregated message.
- allocateBuffer(ChannelHandlerContext, ByteBuf, boolean) - Method in class io.netty.handler.codec.compression.BrotliEncoder
- allocateBuffer(ChannelHandlerContext, ByteBuf, boolean) - Method in class io.netty.handler.codec.compression.JdkZlibEncoder
- allocateBuffer(ChannelHandlerContext, ByteBuf, boolean) - Method in class io.netty.handler.codec.compression.Lz4FrameEncoder
- allocateBuffer(ChannelHandlerContext, ByteBuf, boolean) - Method in class io.netty.handler.codec.compression.LzmaFrameEncoder
- allocateBuffer(ChannelHandlerContext, ByteBuf, boolean) - Method in class io.netty.handler.codec.compression.ZstdEncoder
- allocateBuffer(ChannelHandlerContext, I, boolean) - Method in class io.netty.handler.codec.MessageToByteEncoder
-
Allocate a
ByteBufwhich will be used as argument of#encode(ChannelHandlerContext, I, ByteBuf). - append(Date, StringBuilder) - Static method in class io.netty.handler.codec.DateFormatter
-
Append a
Dateto aStringBuilderinto RFC1123 format - AsciiHeadersEncoder - Class in io.netty.handler.codec
- AsciiHeadersEncoder(ByteBuf) - Constructor for class io.netty.handler.codec.AsciiHeadersEncoder
- AsciiHeadersEncoder(ByteBuf, AsciiHeadersEncoder.SeparatorType, AsciiHeadersEncoder.NewlineType) - Constructor for class io.netty.handler.codec.AsciiHeadersEncoder
- AsciiHeadersEncoder.NewlineType - Enum in io.netty.handler.codec
-
The newline characters to insert between header entries.
- AsciiHeadersEncoder.SeparatorType - Enum in io.netty.handler.codec
-
The separator characters to insert between a header name and a header value.
- available() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
B
- Base64 - Class in io.netty.handler.codec.base64
-
Utility class for
ByteBufthat encodes and decodes to and from Base64 notation. - Base64Decoder - Class in io.netty.handler.codec.base64
- Base64Decoder() - Constructor for class io.netty.handler.codec.base64.Base64Decoder
- Base64Decoder(Base64Dialect) - Constructor for class io.netty.handler.codec.base64.Base64Decoder
- Base64Dialect - Enum in io.netty.handler.codec.base64
-
Enumeration of supported Base64 dialects.
- Base64Encoder - Class in io.netty.handler.codec.base64
-
Encodes a
ByteBufinto a Base64-encodedByteBuf. - Base64Encoder() - Constructor for class io.netty.handler.codec.base64.Base64Encoder
- Base64Encoder(boolean) - Constructor for class io.netty.handler.codec.base64.Base64Encoder
- Base64Encoder(boolean, Base64Dialect) - Constructor for class io.netty.handler.codec.base64.Base64Encoder
- before - Variable in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
-
Overall insertion order linked list
- before() - Method in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
- beginAggregation(S, ByteBuf) - Method in class io.netty.handler.codec.MessageAggregator
-
Creates a new aggregated message from the specified start message and the specified content.
- bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in class io.netty.handler.codec.DatagramPacketEncoder
- blockSize() - Method in class io.netty.handler.codec.compression.ZstdOptions
- brotli() - Static method in class io.netty.handler.codec.compression.StandardCompressionOptions
-
Default implementation of
BrotliOptionswithEncoder.Parameters.setQuality(int)set to 4 andEncoder.Parameters.setMode(Encoder.Mode)set toEncoder.Mode.TEXT - brotli(Encoder.Parameters) - Static method in class io.netty.handler.codec.compression.StandardCompressionOptions
-
Create a new
BrotliOptions - Brotli - Class in io.netty.handler.codec.compression
- BrotliDecoder - Class in io.netty.handler.codec.compression
-
Decompresses a
ByteBufencoded with the brotli format. - BrotliDecoder() - Constructor for class io.netty.handler.codec.compression.BrotliDecoder
-
Creates a new BrotliDecoder with a default 8kB input buffer
- BrotliDecoder(int) - Constructor for class io.netty.handler.codec.compression.BrotliDecoder
-
Creates a new BrotliDecoder
- BrotliEncoder - Class in io.netty.handler.codec.compression
-
Compress a
ByteBufwith the Brotli compression. - BrotliEncoder() - Constructor for class io.netty.handler.codec.compression.BrotliEncoder
-
Create a new
BrotliEncoderInstance withBrotliOptions.DEFAULTandBrotliEncoder.isSharable()set totrue - BrotliEncoder(Encoder.Parameters) - Constructor for class io.netty.handler.codec.compression.BrotliEncoder
- BrotliEncoder(Encoder.Parameters, boolean) - Constructor for class io.netty.handler.codec.compression.BrotliEncoder
-
Create a new
BrotliEncoderInstance and specify whether this instance will be shared with multiple pipelines or not. - BrotliEncoder(BrotliOptions) - Constructor for class io.netty.handler.codec.compression.BrotliEncoder
-
Create a new
BrotliEncoderInstance - BrotliOptions - Class in io.netty.handler.codec.compression
-
BrotliOptionsholdsEncoder.Parametersfor Brotli compression. - ByteArrayDecoder - Class in io.netty.handler.codec.bytes
-
Decodes a received
ByteBufinto an array of bytes. - ByteArrayDecoder() - Constructor for class io.netty.handler.codec.bytes.ByteArrayDecoder
- ByteArrayEncoder - Class in io.netty.handler.codec.bytes
-
Encodes the requested array of bytes into a
ByteBuf. - ByteArrayEncoder() - Constructor for class io.netty.handler.codec.bytes.ByteArrayEncoder
- ByteToMessageCodec<I> - Class in io.netty.handler.codec
-
A Codec for on-the-fly encoding/decoding of bytes to messages and vise-versa.
- ByteToMessageCodec() - Constructor for class io.netty.handler.codec.ByteToMessageCodec
-
see
ByteToMessageCodec(boolean)withtrueas boolean parameter. - ByteToMessageCodec(boolean) - Constructor for class io.netty.handler.codec.ByteToMessageCodec
-
Create a new instance which will try to detect the types to match out of the type parameter of the class.
- ByteToMessageCodec(Class<? extends I>) - Constructor for class io.netty.handler.codec.ByteToMessageCodec
-
see
ByteToMessageCodec(Class, boolean)withtrueas boolean value. - ByteToMessageCodec(Class<? extends I>, boolean) - Constructor for class io.netty.handler.codec.ByteToMessageCodec
-
Create a new instance
- ByteToMessageDecoder - Class in io.netty.handler.codec
-
ChannelInboundHandlerAdapterwhich decodes bytes in a stream-like fashion from oneByteBufto an other Message type. - ByteToMessageDecoder() - Constructor for class io.netty.handler.codec.ByteToMessageDecoder
- ByteToMessageDecoder.Cumulator - Interface in io.netty.handler.codec
-
Cumulate
ByteBufs. - Bzip2Decoder - Class in io.netty.handler.codec.compression
-
Uncompresses a
ByteBufencoded with the Bzip2 format. - Bzip2Decoder() - Constructor for class io.netty.handler.codec.compression.Bzip2Decoder
- Bzip2Encoder - Class in io.netty.handler.codec.compression
-
Compresses a
ByteBufusing the Bzip2 algorithm. - Bzip2Encoder() - Constructor for class io.netty.handler.codec.compression.Bzip2Encoder
-
Creates a new bzip2 encoder with the maximum (900,000 byte) block size.
- Bzip2Encoder(int) - Constructor for class io.netty.handler.codec.compression.Bzip2Encoder
-
Creates a new bzip2 encoder with the specified
blockSizeMultiplier.
C
- cacheDisabled(ClassLoader) - Static method in class io.netty.handler.codec.serialization.ClassResolvers
-
Deprecated.cache disabled
- callDecode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.ByteToMessageDecoder
-
Called once data should be decoded from the given
ByteBuf. - callDecode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.ReplayingDecoder
- cause() - Static method in class io.netty.handler.codec.compression.Brotli
-
Returns
Throwableof unavailability cause - cause() - Static method in class io.netty.handler.codec.compression.Zstd
-
Returns
Throwableof unavailability cause - cause() - Method in class io.netty.handler.codec.DecoderResult
- channelActive(ChannelHandlerContext) - Method in class io.netty.handler.codec.DatagramPacketDecoder
- channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.ByteToMessageCodec
- channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.ByteToMessageDecoder
- channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.BrotliDecoder
- channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.DatagramPacketDecoder
- channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.MessageAggregator
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.ByteToMessageCodec
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.ByteToMessageDecoder
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.MessageToMessageCodec
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.MessageToMessageDecoder
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.codec.ByteToMessageCodec
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.codec.ByteToMessageDecoder
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.codec.DatagramPacketDecoder
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.codec.MessageAggregator
- channelRegistered(ChannelHandlerContext) - Method in class io.netty.handler.codec.DatagramPacketDecoder
- channelUnregistered(ChannelHandlerContext) - Method in class io.netty.handler.codec.DatagramPacketDecoder
- channelWritabilityChanged(ChannelHandlerContext) - Method in class io.netty.handler.codec.DatagramPacketDecoder
- CharSequenceValueConverter - Class in io.netty.handler.codec
-
Converts to/from native types, general
Object, andCharSequences. - CharSequenceValueConverter() - Constructor for class io.netty.handler.codec.CharSequenceValueConverter
- checkpoint() - Method in class io.netty.handler.codec.ReplayingDecoder
-
Stores the internal cumulative buffer's reader position.
- checkpoint(S) - Method in class io.netty.handler.codec.ReplayingDecoder
-
Stores the internal cumulative buffer's reader position and updates the current decoder state.
- ClassResolver - Interface in io.netty.handler.codec.serialization
-
Deprecated.This class has been deprecated with no replacement, because serialization can be a security liability
- ClassResolvers - Class in io.netty.handler.codec.serialization
-
Deprecated.This class has been deprecated with no replacement, because serialization can be a security liability
- clear() - Method in class io.netty.handler.codec.DefaultHeaders
- clear() - Method in class io.netty.handler.codec.EmptyHeaders
- clear() - Method in interface io.netty.handler.codec.Headers
-
Removes all headers.
- close() - Method in class io.netty.handler.codec.compression.Bzip2Encoder
-
Close this
Bzip2Encoderand so finish the encoding. - close() - Method in class io.netty.handler.codec.compression.JdkZlibEncoder
- close() - Method in class io.netty.handler.codec.compression.JZlibEncoder
- close() - Method in class io.netty.handler.codec.compression.Lz4FrameEncoder
-
Close this
Lz4FrameEncoderand so finish the encoding. - close() - Method in class io.netty.handler.codec.compression.ZlibEncoder
-
Close this
ZlibEncoderand so finish the encoding. - close() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- close() - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.compression.BrotliEncoder
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.compression.Bzip2Encoder
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.compression.JdkZlibEncoder
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.compression.JZlibEncoder
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.compression.Lz4FrameEncoder
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.DatagramPacketEncoder
- close(ChannelPromise) - Method in class io.netty.handler.codec.compression.Bzip2Encoder
-
Close this
Bzip2Encoderand so finish the encoding. - close(ChannelPromise) - Method in class io.netty.handler.codec.compression.JdkZlibEncoder
- close(ChannelPromise) - Method in class io.netty.handler.codec.compression.JZlibEncoder
- close(ChannelPromise) - Method in class io.netty.handler.codec.compression.Lz4FrameEncoder
-
Close this
Lz4FrameEncoderand so finish the encoding. - close(ChannelPromise) - Method in class io.netty.handler.codec.compression.ZlibEncoder
-
Close this
ZlibEncoderand so finish the encoding. - closeAfterContinueResponse(Object) - Method in class io.netty.handler.codec.MessageAggregator
-
Determine if the channel should be closed after the result of
MessageAggregator.newContinueResponse(Object, int, ChannelPipeline)is written. - CodecException - Exception in io.netty.handler.codec
-
An
Exceptionwhich is thrown by a codec. - CodecException() - Constructor for exception io.netty.handler.codec.CodecException
-
Creates a new instance.
- CodecException(String) - Constructor for exception io.netty.handler.codec.CodecException
-
Creates a new instance.
- CodecException(String, Throwable) - Constructor for exception io.netty.handler.codec.CodecException
-
Creates a new instance.
- CodecException(Throwable) - Constructor for exception io.netty.handler.codec.CodecException
-
Creates a new instance.
- COLON - io.netty.handler.codec.AsciiHeadersEncoder.SeparatorType
-
':' - COLON_SPACE - io.netty.handler.codec.AsciiHeadersEncoder.SeparatorType
-
': ' - CompatibleMarshallingDecoder - Class in io.netty.handler.codec.marshalling
- CompatibleMarshallingDecoder(UnmarshallerProvider, int) - Constructor for class io.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
-
Create a new instance of
CompatibleMarshallingDecoder. - CompatibleMarshallingEncoder - Class in io.netty.handler.codec.marshalling
-
MessageToByteEncoderimplementation which uses JBoss Marshalling to marshal an Object. - CompatibleMarshallingEncoder(MarshallerProvider) - Constructor for class io.netty.handler.codec.marshalling.CompatibleMarshallingEncoder
-
Create a new instance of the
CompatibleMarshallingEncoder - CompatibleObjectEncoder - Class in io.netty.handler.codec.serialization
-
Deprecated.This class has been deprecated with no replacement, because serialization can be a security liability
- CompatibleObjectEncoder() - Constructor for class io.netty.handler.codec.serialization.CompatibleObjectEncoder
-
Deprecated.Creates a new instance with the reset interval of
16. - CompatibleObjectEncoder(int) - Constructor for class io.netty.handler.codec.serialization.CompatibleObjectEncoder
-
Deprecated.Creates a new instance.
- COMPOSITE_CUMULATOR - Static variable in class io.netty.handler.codec.ByteToMessageDecoder
-
Cumulate
ByteBufs by add them to aCompositeByteBufand so do no memory copy whenever possible. - CompressionException - Exception in io.netty.handler.codec.compression
-
An
EncoderExceptionthat is raised when compression failed. - CompressionException() - Constructor for exception io.netty.handler.codec.compression.CompressionException
-
Creates a new instance.
- CompressionException(String) - Constructor for exception io.netty.handler.codec.compression.CompressionException
-
Creates a new instance.
- CompressionException(String, Throwable) - Constructor for exception io.netty.handler.codec.compression.CompressionException
-
Creates a new instance.
- CompressionException(Throwable) - Constructor for exception io.netty.handler.codec.compression.CompressionException
-
Creates a new instance.
- compressionLevel() - Method in class io.netty.handler.codec.compression.DeflateOptions
- compressionLevel() - Method in class io.netty.handler.codec.compression.ZstdOptions
- CompressionOptions - Interface in io.netty.handler.codec.compression
-
CompressionOptionsprovides compression options for various types of compressor types, like Brotli. - connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.handler.codec.DatagramPacketEncoder
- contains(K) - Method in class io.netty.handler.codec.DefaultHeaders
- contains(K) - Method in class io.netty.handler.codec.EmptyHeaders
- contains(K) - Method in interface io.netty.handler.codec.Headers
-
Returns
trueif a header with thenameexists,falseotherwise. - contains(K, V) - Method in class io.netty.handler.codec.DefaultHeaders
- contains(K, V) - Method in class io.netty.handler.codec.EmptyHeaders
- contains(K, V) - Method in interface io.netty.handler.codec.Headers
-
Returns
trueif a header with thenameandvalueexists,falseotherwise. - contains(K, V, HashingStrategy<? super V>) - Method in class io.netty.handler.codec.DefaultHeaders
- containsBoolean(K, boolean) - Method in class io.netty.handler.codec.DefaultHeaders
- containsBoolean(K, boolean) - Method in class io.netty.handler.codec.EmptyHeaders
- containsBoolean(K, boolean) - Method in interface io.netty.handler.codec.Headers
-
Returns
trueif a header with the name and value exists. - containsByte(K, byte) - Method in class io.netty.handler.codec.DefaultHeaders
- containsByte(K, byte) - Method in class io.netty.handler.codec.EmptyHeaders
- containsByte(K, byte) - Method in interface io.netty.handler.codec.Headers
-
Returns
trueif a header with the name and value exists. - containsChar(K, char) - Method in class io.netty.handler.codec.DefaultHeaders
- containsChar(K, char) - Method in class io.netty.handler.codec.EmptyHeaders
- containsChar(K, char) - Method in interface io.netty.handler.codec.Headers
-
Returns
trueif a header with the name and value exists. - containsDouble(K, double) - Method in class io.netty.handler.codec.DefaultHeaders
- containsDouble(K, double) - Method in class io.netty.handler.codec.EmptyHeaders
- containsDouble(K, double) - Method in interface io.netty.handler.codec.Headers
-
Returns
trueif a header with the name and value exists. - containsFloat(K, float) - Method in class io.netty.handler.codec.DefaultHeaders
- containsFloat(K, float) - Method in class io.netty.handler.codec.EmptyHeaders
- containsFloat(K, float) - Method in interface io.netty.handler.codec.Headers
-
Returns
trueif a header with the name and value exists. - containsInt(K, int) - Method in class io.netty.handler.codec.DefaultHeaders
- containsInt(K, int) - Method in class io.netty.handler.codec.EmptyHeaders
- containsInt(K, int) - Method in interface io.netty.handler.codec.Headers
-
Returns
trueif a header with the name and value exists. - containsLong(K, long) - Method in class io.netty.handler.codec.DefaultHeaders
- containsLong(K, long) - Method in class io.netty.handler.codec.EmptyHeaders
- containsLong(K, long) - Method in interface io.netty.handler.codec.Headers
-
Returns
trueif a header with the name and value exists. - containsObject(K, Object) - Method in class io.netty.handler.codec.DefaultHeaders
- containsObject(K, Object) - Method in class io.netty.handler.codec.EmptyHeaders
- containsObject(K, Object) - Method in interface io.netty.handler.codec.Headers
-
Returns
trueif a header with the name and value exists. - containsShort(K, short) - Method in class io.netty.handler.codec.DefaultHeaders
- containsShort(K, short) - Method in class io.netty.handler.codec.EmptyHeaders
- containsShort(K, short) - Method in interface io.netty.handler.codec.Headers
-
Returns
trueif a header with the name and value exists. - containsTimeMillis(K, long) - Method in class io.netty.handler.codec.DefaultHeaders
- containsTimeMillis(K, long) - Method in class io.netty.handler.codec.EmptyHeaders
- containsTimeMillis(K, long) - Method in interface io.netty.handler.codec.Headers
-
Returns
trueif a header with the name and value exists. - ContextBoundUnmarshallerProvider - Class in io.netty.handler.codec.marshalling
-
UnmarshallerProviderwhich store a reference to theUnmarshallerin theChannelHandlerContextvia theChannelHandlerContext.attr(AttributeKey)method. - ContextBoundUnmarshallerProvider(MarshallerFactory, MarshallingConfiguration) - Constructor for class io.netty.handler.codec.marshalling.ContextBoundUnmarshallerProvider
- convertBoolean(boolean) - Method in class io.netty.handler.codec.CharSequenceValueConverter
- convertBoolean(boolean) - Method in class io.netty.handler.codec.UnsupportedValueConverter
- convertBoolean(boolean) - Method in interface io.netty.handler.codec.ValueConverter
- convertByte(byte) - Method in class io.netty.handler.codec.CharSequenceValueConverter
- convertByte(byte) - Method in class io.netty.handler.codec.UnsupportedValueConverter
- convertByte(byte) - Method in interface io.netty.handler.codec.ValueConverter
- convertChar(char) - Method in class io.netty.handler.codec.CharSequenceValueConverter
- convertChar(char) - Method in class io.netty.handler.codec.UnsupportedValueConverter
- convertChar(char) - Method in interface io.netty.handler.codec.ValueConverter
- convertDouble(double) - Method in class io.netty.handler.codec.CharSequenceValueConverter
- convertDouble(double) - Method in class io.netty.handler.codec.UnsupportedValueConverter
- convertDouble(double) - Method in interface io.netty.handler.codec.ValueConverter
- convertFloat(float) - Method in class io.netty.handler.codec.CharSequenceValueConverter
- convertFloat(float) - Method in class io.netty.handler.codec.UnsupportedValueConverter
- convertFloat(float) - Method in interface io.netty.handler.codec.ValueConverter
- convertInt(int) - Method in class io.netty.handler.codec.CharSequenceValueConverter
- convertInt(int) - Method in class io.netty.handler.codec.UnsupportedValueConverter
- convertInt(int) - Method in interface io.netty.handler.codec.ValueConverter
- convertLong(long) - Method in class io.netty.handler.codec.CharSequenceValueConverter
- convertLong(long) - Method in class io.netty.handler.codec.UnsupportedValueConverter
- convertLong(long) - Method in interface io.netty.handler.codec.ValueConverter
- convertObject(Object) - Method in class io.netty.handler.codec.CharSequenceValueConverter
- convertObject(Object) - Method in class io.netty.handler.codec.UnsupportedValueConverter
- convertObject(Object) - Method in interface io.netty.handler.codec.ValueConverter
- convertShort(short) - Method in class io.netty.handler.codec.CharSequenceValueConverter
- convertShort(short) - Method in class io.netty.handler.codec.UnsupportedValueConverter
- convertShort(short) - Method in interface io.netty.handler.codec.ValueConverter
- convertTimeMillis(long) - Method in class io.netty.handler.codec.CharSequenceValueConverter
- convertTimeMillis(long) - Method in class io.netty.handler.codec.UnsupportedValueConverter
- convertTimeMillis(long) - Method in interface io.netty.handler.codec.ValueConverter
- convertToBoolean(CharSequence) - Method in class io.netty.handler.codec.CharSequenceValueConverter
- convertToBoolean(T) - Method in interface io.netty.handler.codec.ValueConverter
- convertToBoolean(V) - Method in class io.netty.handler.codec.UnsupportedValueConverter
- convertToByte(CharSequence) - Method in class io.netty.handler.codec.CharSequenceValueConverter
- convertToByte(T) - Method in interface io.netty.handler.codec.ValueConverter
- convertToByte(V) - Method in class io.netty.handler.codec.UnsupportedValueConverter
- convertToChar(CharSequence) - Method in class io.netty.handler.codec.CharSequenceValueConverter
- convertToChar(T) - Method in interface io.netty.handler.codec.ValueConverter
- convertToChar(V) - Method in class io.netty.handler.codec.UnsupportedValueConverter
- convertToDouble(CharSequence) - Method in class io.netty.handler.codec.CharSequenceValueConverter
- convertToDouble(T) - Method in interface io.netty.handler.codec.ValueConverter
- convertToDouble(V) - Method in class io.netty.handler.codec.UnsupportedValueConverter
- convertToFloat(CharSequence) - Method in class io.netty.handler.codec.CharSequenceValueConverter
- convertToFloat(T) - Method in interface io.netty.handler.codec.ValueConverter
- convertToFloat(V) - Method in class io.netty.handler.codec.UnsupportedValueConverter
- convertToInt(CharSequence) - Method in class io.netty.handler.codec.CharSequenceValueConverter
- convertToInt(T) - Method in interface io.netty.handler.codec.ValueConverter
- convertToInt(V) - Method in class io.netty.handler.codec.UnsupportedValueConverter
- convertToLong(CharSequence) - Method in class io.netty.handler.codec.CharSequenceValueConverter
- convertToLong(T) - Method in interface io.netty.handler.codec.ValueConverter
- convertToLong(V) - Method in class io.netty.handler.codec.UnsupportedValueConverter
- convertToShort(CharSequence) - Method in class io.netty.handler.codec.CharSequenceValueConverter
- convertToShort(T) - Method in interface io.netty.handler.codec.ValueConverter
- convertToShort(V) - Method in class io.netty.handler.codec.UnsupportedValueConverter
- convertToTimeMillis(CharSequence) - Method in class io.netty.handler.codec.CharSequenceValueConverter
- convertToTimeMillis(T) - Method in interface io.netty.handler.codec.ValueConverter
- convertToTimeMillis(V) - Method in class io.netty.handler.codec.UnsupportedValueConverter
- copy() - Method in class io.netty.handler.codec.DefaultHeaders
-
Returns a deep copy of this instance.
- CorruptedFrameException - Exception in io.netty.handler.codec
-
An
DecoderExceptionwhich is thrown when the received frame data could not be decoded by an inbound handler. - CorruptedFrameException() - Constructor for exception io.netty.handler.codec.CorruptedFrameException
-
Creates a new instance.
- CorruptedFrameException(String) - Constructor for exception io.netty.handler.codec.CorruptedFrameException
-
Creates a new instance.
- CorruptedFrameException(String, Throwable) - Constructor for exception io.netty.handler.codec.CorruptedFrameException
-
Creates a new instance.
- CorruptedFrameException(Throwable) - Constructor for exception io.netty.handler.codec.CorruptedFrameException
-
Creates a new instance.
- CRLF - io.netty.handler.codec.AsciiHeadersEncoder.NewlineType
-
'\r\n' - ctx() - Method in class io.netty.handler.codec.MessageAggregator
- cumulate(ByteBufAllocator, ByteBuf, ByteBuf) - Method in interface io.netty.handler.codec.ByteToMessageDecoder.Cumulator
-
Cumulate the given
ByteBufs and return theByteBufthat holds the cumulated bytes.
D
- DatagramPacketDecoder - Class in io.netty.handler.codec
-
A decoder that decodes the content of the received
DatagramPacketusing the specifiedByteBufdecoder. - DatagramPacketDecoder(MessageToMessageDecoder<ByteBuf>) - Constructor for class io.netty.handler.codec.DatagramPacketDecoder
-
Create a
DatagramPacketdecoder using the specifiedByteBufdecoder. - DatagramPacketEncoder<M> - Class in io.netty.handler.codec
-
An encoder that encodes the content in
AddressedEnvelopetoDatagramPacketusing the specified message encoder. - DatagramPacketEncoder(MessageToMessageEncoder<? super M>) - Constructor for class io.netty.handler.codec.DatagramPacketEncoder
-
Create an encoder that encodes the content in
AddressedEnvelopetoDatagramPacketusing the specified message encoder. - DateFormatter - Class in io.netty.handler.codec
-
A formatter for HTTP header dates, such as "Expires" and "Date" headers, or "expires" field in "Set-Cookie".
- decode(ByteBuf) - Static method in class io.netty.handler.codec.base64.Base64
- decode(ByteBuf, int, int) - Static method in class io.netty.handler.codec.base64.Base64
- decode(ByteBuf, int, int, Base64Dialect) - Static method in class io.netty.handler.codec.base64.Base64
- decode(ByteBuf, int, int, Base64Dialect, ByteBufAllocator) - Static method in class io.netty.handler.codec.base64.Base64
- decode(ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.Snappy
- decode(ByteBuf, Base64Dialect) - Static method in class io.netty.handler.codec.base64.Base64
- decode(ChannelHandlerContext, INBOUND_IN, List<Object>) - Method in class io.netty.handler.codec.MessageToMessageCodec
- decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.DelimiterBasedFrameDecoder
-
Create a frame out of the
ByteBufand return it. - decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.FixedLengthFrameDecoder
-
Create a frame out of the
ByteBufand return it. - decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.LengthFieldBasedFrameDecoder
-
Create a frame out of the
ByteBufand return it. - decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.LineBasedFrameDecoder
-
Create a frame out of the
ByteBufand return it. - decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.marshalling.MarshallingDecoder
- decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.serialization.ObjectDecoder
-
Deprecated.
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.base64.Base64Decoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.bytes.ByteArrayDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.ByteToMessageCodec
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.ByteToMessageDecoder
-
Decode the from one
ByteBufto an other. - decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.compression.BrotliDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.compression.Bzip2Decoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.compression.FastLzFrameDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.compression.JdkZlibDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.compression.JZlibDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.compression.Lz4FrameDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.compression.LzfDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.compression.SnappyFrameDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.compression.ZstdDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.DelimiterBasedFrameDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.FixedLengthFrameDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.json.JsonObjectDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.LengthFieldBasedFrameDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.LineBasedFrameDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.protobuf.ProtobufDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.protobuf.ProtobufDecoderNano
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.protobuf.ProtobufVarint32FrameDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.string.StringDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.xml.XmlFrameDecoder
- decode(ChannelHandlerContext, DatagramPacket, List<Object>) - Method in class io.netty.handler.codec.DatagramPacketDecoder
- decode(ChannelHandlerContext, I, List<Object>) - Method in class io.netty.handler.codec.MessageAggregator
- decode(ChannelHandlerContext, I, List<Object>) - Method in class io.netty.handler.codec.MessageToMessageDecoder
-
Decode from one message to an other.
- decodeLast(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.ByteToMessageCodec
- decodeLast(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.ByteToMessageDecoder
-
Is called one last time when the
ChannelHandlerContextgoes in-active. - decodeLast(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
- DecoderException - Exception in io.netty.handler.codec
-
An
CodecExceptionwhich is thrown by a decoder. - DecoderException() - Constructor for exception io.netty.handler.codec.DecoderException
-
Creates a new instance.
- DecoderException(String) - Constructor for exception io.netty.handler.codec.DecoderException
-
Creates a new instance.
- DecoderException(String, Throwable) - Constructor for exception io.netty.handler.codec.DecoderException
-
Creates a new instance.
- DecoderException(Throwable) - Constructor for exception io.netty.handler.codec.DecoderException
-
Creates a new instance.
- decoderResult() - Method in interface io.netty.handler.codec.DecoderResultProvider
-
Returns the result of decoding this object.
- DecoderResult - Class in io.netty.handler.codec
- DecoderResult(Throwable) - Constructor for class io.netty.handler.codec.DecoderResult
- DecoderResultProvider - Interface in io.netty.handler.codec
-
Provides the accessor methods for the
DecoderResultproperty of a decoded message. - decompressionBufferExhausted(ByteBuf) - Method in class io.netty.handler.codec.compression.JdkZlibDecoder
- decompressionBufferExhausted(ByteBuf) - Method in class io.netty.handler.codec.compression.JZlibDecoder
- decompressionBufferExhausted(ByteBuf) - Method in class io.netty.handler.codec.compression.ZlibDecoder
-
Called when the decompression buffer cannot be expanded further.
- DecompressionException - Exception in io.netty.handler.codec.compression
-
A
DecoderExceptionthat is raised when decompression failed. - DecompressionException() - Constructor for exception io.netty.handler.codec.compression.DecompressionException
-
Creates a new instance.
- DecompressionException(String) - Constructor for exception io.netty.handler.codec.compression.DecompressionException
-
Creates a new instance.
- DecompressionException(String, Throwable) - Constructor for exception io.netty.handler.codec.compression.DecompressionException
-
Creates a new instance.
- DecompressionException(Throwable) - Constructor for exception io.netty.handler.codec.compression.DecompressionException
-
Creates a new instance.
- DEFAULT - Static variable in class io.netty.handler.codec.string.LineSeparator
-
The default line separator in the current system.
- DefaultHeaders<K,V,T extends Headers<K,V,T>> - Class in io.netty.handler.codec
-
Default implementation of
Headers; - DefaultHeaders(ValueConverter<V>) - Constructor for class io.netty.handler.codec.DefaultHeaders
- DefaultHeaders(ValueConverter<V>, DefaultHeaders.NameValidator<K>) - Constructor for class io.netty.handler.codec.DefaultHeaders
- DefaultHeaders(HashingStrategy<K>, ValueConverter<V>) - Constructor for class io.netty.handler.codec.DefaultHeaders
- DefaultHeaders(HashingStrategy<K>, ValueConverter<V>, DefaultHeaders.NameValidator<K>) - Constructor for class io.netty.handler.codec.DefaultHeaders
- DefaultHeaders(HashingStrategy<K>, ValueConverter<V>, DefaultHeaders.NameValidator<K>, int) - Constructor for class io.netty.handler.codec.DefaultHeaders
-
Create a new instance.
- DefaultHeaders(HashingStrategy<K>, ValueConverter<V>, DefaultHeaders.NameValidator<K>, int, DefaultHeaders.ValueValidator<V>) - Constructor for class io.netty.handler.codec.DefaultHeaders
-
Create a new instance.
- DefaultHeaders.HeaderEntry<K,V> - Class in io.netty.handler.codec
- DefaultHeaders.NameValidator<K> - Interface in io.netty.handler.codec
- DefaultHeaders.ValueValidator<V> - Interface in io.netty.handler.codec
- DefaultHeadersImpl<K,V> - Class in io.netty.handler.codec
-
A concrete implementation of
DefaultHeadersthat allows for direct instantiation. - DefaultHeadersImpl(HashingStrategy<K>, ValueConverter<V>, DefaultHeaders.NameValidator<K>) - Constructor for class io.netty.handler.codec.DefaultHeadersImpl
- DefaultHeadersImpl(HashingStrategy<K>, ValueConverter<V>, DefaultHeaders.NameValidator<K>, int, DefaultHeaders.ValueValidator<V>) - Constructor for class io.netty.handler.codec.DefaultHeadersImpl
- DefaultMarshallerProvider - Class in io.netty.handler.codec.marshalling
-
Default implementation of
MarshallerProviderwhich just create a newMarshalleron everDefaultMarshallerProvider.getMarshaller(ChannelHandlerContext)call. - DefaultMarshallerProvider(MarshallerFactory, MarshallingConfiguration) - Constructor for class io.netty.handler.codec.marshalling.DefaultMarshallerProvider
-
Create a new instance
- DefaultUnmarshallerProvider - Class in io.netty.handler.codec.marshalling
-
Default implementation of
UnmarshallerProviderwhich will just create a newUnmarshalleron every call toDefaultUnmarshallerProvider.getUnmarshaller(ChannelHandlerContext) - DefaultUnmarshallerProvider(MarshallerFactory, MarshallingConfiguration) - Constructor for class io.netty.handler.codec.marshalling.DefaultUnmarshallerProvider
-
Create a new instance of
DefaultMarshallerProvider - deflate() - Static method in class io.netty.handler.codec.compression.StandardCompressionOptions
-
Default implementation of
DeflateOptionswithcompressionLevelset to 6,windowBitsset to 15 andmemLevelset to 8. - deflate(int, int, int) - Static method in class io.netty.handler.codec.compression.StandardCompressionOptions
-
Create a new
DeflateOptionsInstance - DeflateOptions - Class in io.netty.handler.codec.compression
-
DeflateOptionsholdsDeflateOptions.compressionLevel(),DeflateOptions.memLevel()andDeflateOptions.windowBits()for Deflate compression. - DelimiterBasedFrameDecoder - Class in io.netty.handler.codec
-
A decoder that splits the received
ByteBufs by one or more delimiters. - DelimiterBasedFrameDecoder(int, boolean, boolean, ByteBuf) - Constructor for class io.netty.handler.codec.DelimiterBasedFrameDecoder
-
Creates a new instance.
- DelimiterBasedFrameDecoder(int, boolean, boolean, ByteBuf...) - Constructor for class io.netty.handler.codec.DelimiterBasedFrameDecoder
-
Creates a new instance.
- DelimiterBasedFrameDecoder(int, boolean, ByteBuf) - Constructor for class io.netty.handler.codec.DelimiterBasedFrameDecoder
-
Creates a new instance.
- DelimiterBasedFrameDecoder(int, boolean, ByteBuf...) - Constructor for class io.netty.handler.codec.DelimiterBasedFrameDecoder
-
Creates a new instance.
- DelimiterBasedFrameDecoder(int, ByteBuf) - Constructor for class io.netty.handler.codec.DelimiterBasedFrameDecoder
-
Creates a new instance.
- DelimiterBasedFrameDecoder(int, ByteBuf...) - Constructor for class io.netty.handler.codec.DelimiterBasedFrameDecoder
-
Creates a new instance.
- Delimiters - Class in io.netty.handler.codec
-
A set of commonly used delimiters for
DelimiterBasedFrameDecoder. - deregister(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.DatagramPacketEncoder
- detected(T) - Static method in class io.netty.handler.codec.ProtocolDetectionResult
-
Returns a
ProtocolDetectionResultwhich holds the detected protocol. - DETECTED - io.netty.handler.codec.ProtocolDetectionState
-
Protocol was detected,
- detectedProtocol() - Method in class io.netty.handler.codec.ProtocolDetectionResult
-
Returns the protocol if
ProtocolDetectionResult.state()returnsProtocolDetectionState.DETECTED, otherwisenull. - discardSomeReadBytes() - Method in class io.netty.handler.codec.ByteToMessageDecoder
- disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.DatagramPacketEncoder
E
- EmptyHeaders<K,V,T extends Headers<K,V,T>> - Class in io.netty.handler.codec
- EmptyHeaders() - Constructor for class io.netty.handler.codec.EmptyHeaders
- encode(ByteBuf) - Static method in class io.netty.handler.codec.base64.Base64
- encode(ByteBuf, boolean) - Static method in class io.netty.handler.codec.base64.Base64
- encode(ByteBuf, boolean, Base64Dialect) - Static method in class io.netty.handler.codec.base64.Base64
- encode(ByteBuf, int, int) - Static method in class io.netty.handler.codec.base64.Base64
- encode(ByteBuf, int, int, boolean) - Static method in class io.netty.handler.codec.base64.Base64
- encode(ByteBuf, int, int, boolean, Base64Dialect) - Static method in class io.netty.handler.codec.base64.Base64
- encode(ByteBuf, int, int, boolean, Base64Dialect, ByteBufAllocator) - Static method in class io.netty.handler.codec.base64.Base64
- encode(ByteBuf, int, int, Base64Dialect) - Static method in class io.netty.handler.codec.base64.Base64
- encode(ByteBuf, ByteBuf, int) - Method in class io.netty.handler.codec.compression.Snappy
- encode(ByteBuf, Base64Dialect) - Static method in class io.netty.handler.codec.base64.Base64
- encode(ChannelHandlerContext, byte[], List<Object>) - Method in class io.netty.handler.codec.bytes.ByteArrayEncoder
- encode(ChannelHandlerContext, MessageLiteOrBuilder, List<Object>) - Method in class io.netty.handler.codec.protobuf.ProtobufEncoder
- encode(ChannelHandlerContext, MessageNano, List<Object>) - Method in class io.netty.handler.codec.protobuf.ProtobufEncoderNano
- encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.BrotliEncoder
- encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.Bzip2Encoder
- encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.FastLzFrameEncoder
- encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.JdkZlibEncoder
- encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.JZlibEncoder
- encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.Lz4FrameEncoder
-
Encode a message into a
ByteBuf. - encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.LzfEncoder
- encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.LzmaFrameEncoder
- encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.SnappyFrameEncoder
- encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.ZstdEncoder
- encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.protobuf.ProtobufVarint32LengthFieldPrepender
- encode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.base64.Base64Encoder
- encode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.LengthFieldPrepender
- encode(ChannelHandlerContext, AddressedEnvelope<M, InetSocketAddress>, List<Object>) - Method in class io.netty.handler.codec.DatagramPacketEncoder
- encode(ChannelHandlerContext, I, ByteBuf) - Method in class io.netty.handler.codec.ByteToMessageCodec
- encode(ChannelHandlerContext, I, ByteBuf) - Method in class io.netty.handler.codec.MessageToByteEncoder
-
Encode a message into a
ByteBuf. - encode(ChannelHandlerContext, I, List<Object>) - Method in class io.netty.handler.codec.MessageToMessageEncoder
-
Encode from one message to an other.
- encode(ChannelHandlerContext, Serializable, ByteBuf) - Method in class io.netty.handler.codec.serialization.CompatibleObjectEncoder
-
Deprecated.
- encode(ChannelHandlerContext, Serializable, ByteBuf) - Method in class io.netty.handler.codec.serialization.ObjectEncoder
-
Deprecated.
- encode(ChannelHandlerContext, CharSequence, List<Object>) - Method in class io.netty.handler.codec.string.LineEncoder
- encode(ChannelHandlerContext, CharSequence, List<Object>) - Method in class io.netty.handler.codec.string.StringEncoder
- encode(ChannelHandlerContext, Object, ByteBuf) - Method in class io.netty.handler.codec.marshalling.CompatibleMarshallingEncoder
- encode(ChannelHandlerContext, Object, ByteBuf) - Method in class io.netty.handler.codec.marshalling.MarshallingEncoder
- encode(ChannelHandlerContext, OUTBOUND_IN, List<Object>) - Method in class io.netty.handler.codec.MessageToMessageCodec
- encode(Map.Entry<CharSequence, CharSequence>) - Method in class io.netty.handler.codec.AsciiHeadersEncoder
- EncoderException - Exception in io.netty.handler.codec
-
An
CodecExceptionwhich is thrown by an encoder. - EncoderException() - Constructor for exception io.netty.handler.codec.EncoderException
-
Creates a new instance.
- EncoderException(String) - Constructor for exception io.netty.handler.codec.EncoderException
-
Creates a new instance.
- EncoderException(String, Throwable) - Constructor for exception io.netty.handler.codec.EncoderException
-
Creates a new instance.
- EncoderException(Throwable) - Constructor for exception io.netty.handler.codec.EncoderException
-
Creates a new instance.
- ensureAvailability() - Static method in class io.netty.handler.codec.compression.Brotli
-
Throws when brotli support is missing from the classpath or is unavailable on this platform
- ensureAvailability() - Static method in class io.netty.handler.codec.compression.Zstd
-
Throws when zstd support is missing from the classpath or is unavailable on this platform
- equals(Headers<K, V, ?>, HashingStrategy<V>) - Method in class io.netty.handler.codec.DefaultHeaders
-
Test this object for equality against
h2. - equals(Object) - Method in class io.netty.handler.codec.DefaultHeaders
- equals(Object) - Method in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
- equals(Object) - Method in class io.netty.handler.codec.EmptyHeaders
- equals(Object) - Method in class io.netty.handler.codec.string.LineSeparator
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.codec.DatagramPacketDecoder
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.codec.DatagramPacketEncoder
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
- extractFrame(ChannelHandlerContext, ByteBuf, int, int) - Method in class io.netty.handler.codec.LengthFieldBasedFrameDecoder
-
Extract the sub-region of the specified buffer.
- extractFrame(ChannelHandlerContext, ByteBuf, int, int) - Method in class io.netty.handler.codec.marshalling.MarshallingDecoder
- extractObject(ChannelHandlerContext, ByteBuf, int, int) - Method in class io.netty.handler.codec.json.JsonObjectDecoder
-
Override this method if you want to filter the json objects/arrays that get passed through the pipeline.
F
- failure(Throwable) - Static method in class io.netty.handler.codec.DecoderResult
- FastLzFrameDecoder - Class in io.netty.handler.codec.compression
-
Uncompresses a
ByteBufencoded byFastLzFrameEncoderusing the FastLZ algorithm. - FastLzFrameDecoder() - Constructor for class io.netty.handler.codec.compression.FastLzFrameDecoder
-
Creates the fastest FastLZ decoder without checksum calculation.
- FastLzFrameDecoder(boolean) - Constructor for class io.netty.handler.codec.compression.FastLzFrameDecoder
-
Creates a FastLZ decoder with calculation of checksums as specified.
- FastLzFrameDecoder(Checksum) - Constructor for class io.netty.handler.codec.compression.FastLzFrameDecoder
-
Creates a FastLZ decoder with specified checksum calculator.
- FastLzFrameEncoder - Class in io.netty.handler.codec.compression
-
Compresses a
ByteBufusing the FastLZ algorithm. - FastLzFrameEncoder() - Constructor for class io.netty.handler.codec.compression.FastLzFrameEncoder
-
Creates a FastLZ encoder without checksum calculator and with auto detection of compression level.
- FastLzFrameEncoder(boolean) - Constructor for class io.netty.handler.codec.compression.FastLzFrameEncoder
-
Creates a FastLZ encoder with auto detection of compression level and calculation of checksums as specified.
- FastLzFrameEncoder(int) - Constructor for class io.netty.handler.codec.compression.FastLzFrameEncoder
-
Creates a FastLZ encoder with specified compression level and without checksum calculator.
- FastLzFrameEncoder(int, Checksum) - Constructor for class io.netty.handler.codec.compression.FastLzFrameEncoder
-
Creates a FastLZ encoder with specified compression level and checksum calculator.
- finish(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.BrotliEncoder
-
Finish the encoding, close streams and write final
ByteBufto the channel. - finishAggregation(O) - Method in class io.netty.handler.codec.MessageAggregator
-
Invoked when the specified
aggregatedmessage is about to be passed to the next handler in the pipeline. - FixedLengthFrameDecoder - Class in io.netty.handler.codec
-
A decoder that splits the received
ByteBufs by the fixed number of bytes. - FixedLengthFrameDecoder(int) - Constructor for class io.netty.handler.codec.FixedLengthFrameDecoder
-
Creates a new instance.
- flush() - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.
- flush(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.Lz4FrameEncoder
- flush(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.ZstdEncoder
- flush(ChannelHandlerContext) - Method in class io.netty.handler.codec.DatagramPacketEncoder
- format(Date) - Static method in class io.netty.handler.codec.DateFormatter
-
Format a
Dateinto RFC1123 format
G
- get(K) - Method in class io.netty.handler.codec.DefaultHeaders
- get(K) - Method in class io.netty.handler.codec.EmptyHeaders
- get(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the value of a header with the specified name.
- get(K, V) - Method in class io.netty.handler.codec.DefaultHeaders
- get(K, V) - Method in class io.netty.handler.codec.EmptyHeaders
- get(K, V) - Method in interface io.netty.handler.codec.Headers
-
Returns the value of a header with the specified name.
- getAll(K) - Method in class io.netty.handler.codec.DefaultHeaders
- getAll(K) - Method in class io.netty.handler.codec.EmptyHeaders
- getAll(K) - Method in interface io.netty.handler.codec.Headers
-
Returns all values for the header with the specified name.
- getAllAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
- getAllAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
- getAllAndRemove(K) - Method in interface io.netty.handler.codec.Headers
-
Returns all values for the header with the specified name and removes them from this object.
- getAllAsString(Headers<K, V, ?>, K) - Static method in class io.netty.handler.codec.HeadersUtils
- getAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
- getAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
- getAndRemove(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the value of a header with the specified name and removes it from this object.
- getAndRemove(K, V) - Method in class io.netty.handler.codec.DefaultHeaders
- getAndRemove(K, V) - Method in class io.netty.handler.codec.EmptyHeaders
- getAndRemove(K, V) - Method in interface io.netty.handler.codec.Headers
-
Returns the value of a header with the specified name and removes it from this object.
- getAsString(Headers<K, V, ?>, K) - Static method in class io.netty.handler.codec.HeadersUtils
-
Headers.get(Object)and convert the result to aString. - getBoolean(K) - Method in class io.netty.handler.codec.DefaultHeaders
- getBoolean(K) - Method in class io.netty.handler.codec.EmptyHeaders
- getBoolean(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the
booleanvalue of a header with the specified name. - getBoolean(K, boolean) - Method in class io.netty.handler.codec.DefaultHeaders
- getBoolean(K, boolean) - Method in class io.netty.handler.codec.EmptyHeaders
- getBoolean(K, boolean) - Method in interface io.netty.handler.codec.Headers
-
Returns the
booleanvalue of a header with the specified name. - getBooleanAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
- getBooleanAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
- getBooleanAndRemove(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the
booleanvalue of a header with the specifiednameand removes the header from this object. - getBooleanAndRemove(K, boolean) - Method in class io.netty.handler.codec.DefaultHeaders
- getBooleanAndRemove(K, boolean) - Method in class io.netty.handler.codec.EmptyHeaders
- getBooleanAndRemove(K, boolean) - Method in interface io.netty.handler.codec.Headers
-
Returns the
booleanvalue of a header with the specifiednameand removes the header from this object. - getByte(K) - Method in class io.netty.handler.codec.DefaultHeaders
- getByte(K) - Method in class io.netty.handler.codec.EmptyHeaders
- getByte(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the
bytevalue of a header with the specified name. - getByte(K, byte) - Method in class io.netty.handler.codec.DefaultHeaders
- getByte(K, byte) - Method in class io.netty.handler.codec.EmptyHeaders
- getByte(K, byte) - Method in interface io.netty.handler.codec.Headers
-
Returns the
bytevalue of a header with the specified name. - getByteAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
- getByteAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
- getByteAndRemove(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the
bytevalue of a header with the specifiednameand removes the header from this object. - getByteAndRemove(K, byte) - Method in class io.netty.handler.codec.DefaultHeaders
- getByteAndRemove(K, byte) - Method in class io.netty.handler.codec.EmptyHeaders
- getByteAndRemove(K, byte) - Method in interface io.netty.handler.codec.Headers
-
Returns the
bytevalue of a header with the specifiednameand removes the header from this object. - getChar(K) - Method in class io.netty.handler.codec.DefaultHeaders
- getChar(K) - Method in class io.netty.handler.codec.EmptyHeaders
- getChar(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the
charvalue of a header with the specified name. - getChar(K, char) - Method in class io.netty.handler.codec.DefaultHeaders
- getChar(K, char) - Method in class io.netty.handler.codec.EmptyHeaders
- getChar(K, char) - Method in interface io.netty.handler.codec.Headers
-
Returns the
charvalue of a header with the specified name. - getCharAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
- getCharAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
- getCharAndRemove(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the
charvalue of a header with the specifiednameand removes the header from this object. - getCharAndRemove(K, char) - Method in class io.netty.handler.codec.DefaultHeaders
- getCharAndRemove(K, char) - Method in class io.netty.handler.codec.EmptyHeaders
- getCharAndRemove(K, char) - Method in interface io.netty.handler.codec.Headers
-
Returns the
charvalue of a header with the specifiednameand removes the header from this object. - getDouble(K) - Method in class io.netty.handler.codec.DefaultHeaders
- getDouble(K) - Method in class io.netty.handler.codec.EmptyHeaders
- getDouble(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the
doublevalue of a header with the specified name. - getDouble(K, double) - Method in class io.netty.handler.codec.DefaultHeaders
- getDouble(K, double) - Method in class io.netty.handler.codec.EmptyHeaders
- getDouble(K, double) - Method in interface io.netty.handler.codec.Headers
-
Returns the
doublevalue of a header with the specified name. - getDoubleAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
- getDoubleAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
- getDoubleAndRemove(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the
doublevalue of a header with the specifiednameand removes the header from this object. - getDoubleAndRemove(K, double) - Method in class io.netty.handler.codec.DefaultHeaders
- getDoubleAndRemove(K, double) - Method in class io.netty.handler.codec.EmptyHeaders
- getDoubleAndRemove(K, double) - Method in interface io.netty.handler.codec.Headers
-
Returns the
doublevalue of a header with the specifiednameand removes the header from this object. - getFloat(K) - Method in class io.netty.handler.codec.DefaultHeaders
- getFloat(K) - Method in class io.netty.handler.codec.EmptyHeaders
- getFloat(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the
floatvalue of a header with the specified name. - getFloat(K, float) - Method in class io.netty.handler.codec.DefaultHeaders
- getFloat(K, float) - Method in class io.netty.handler.codec.EmptyHeaders
- getFloat(K, float) - Method in interface io.netty.handler.codec.Headers
-
Returns the
floatvalue of a header with the specified name. - getFloatAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
- getFloatAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
- getFloatAndRemove(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the
floatvalue of a header with the specifiednameand removes the header from this object. - getFloatAndRemove(K, float) - Method in class io.netty.handler.codec.DefaultHeaders
- getFloatAndRemove(K, float) - Method in class io.netty.handler.codec.EmptyHeaders
- getFloatAndRemove(K, float) - Method in interface io.netty.handler.codec.Headers
-
Returns the
floatvalue of a header with the specifiednameand removes the header from this object. - getHashTableFastThreadLocalArrayFill(int) - Static method in class io.netty.handler.codec.compression.Snappy
-
Returns a short[] from a FastThreadLocal, zeroing for correctness creating a new one and resizing it if necessary
- getInt(K) - Method in class io.netty.handler.codec.DefaultHeaders
- getInt(K) - Method in class io.netty.handler.codec.EmptyHeaders
- getInt(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the
intvalue of a header with the specified name. - getInt(K, int) - Method in class io.netty.handler.codec.DefaultHeaders
- getInt(K, int) - Method in class io.netty.handler.codec.EmptyHeaders
- getInt(K, int) - Method in interface io.netty.handler.codec.Headers
-
Returns the
intvalue of a header with the specified name. - getIntAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
- getIntAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
- getIntAndRemove(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the
intvalue of a header with the specifiednameand removes the header from this object. - getIntAndRemove(K, int) - Method in class io.netty.handler.codec.DefaultHeaders
- getIntAndRemove(K, int) - Method in class io.netty.handler.codec.EmptyHeaders
- getIntAndRemove(K, int) - Method in interface io.netty.handler.codec.Headers
-
Returns the
intvalue of a header with the specifiednameand removes the header from this object. - getKey() - Method in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
- getLong(K) - Method in class io.netty.handler.codec.DefaultHeaders
- getLong(K) - Method in class io.netty.handler.codec.EmptyHeaders
- getLong(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the
longvalue of a header with the specified name. - getLong(K, long) - Method in class io.netty.handler.codec.DefaultHeaders
- getLong(K, long) - Method in class io.netty.handler.codec.EmptyHeaders
- getLong(K, long) - Method in interface io.netty.handler.codec.Headers
-
Returns the
longvalue of a header with the specified name. - getLongAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
- getLongAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
- getLongAndRemove(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the
longvalue of a header with the specifiednameand removes the header from this object. - getLongAndRemove(K, long) - Method in class io.netty.handler.codec.DefaultHeaders
- getLongAndRemove(K, long) - Method in class io.netty.handler.codec.EmptyHeaders
- getLongAndRemove(K, long) - Method in interface io.netty.handler.codec.Headers
-
Returns the
longvalue of a header with the specifiednameand removes the header from this object. - getMarshaller(ChannelHandlerContext) - Method in class io.netty.handler.codec.marshalling.DefaultMarshallerProvider
- getMarshaller(ChannelHandlerContext) - Method in interface io.netty.handler.codec.marshalling.MarshallerProvider
-
Get a
Marshallerfor the givenChannelHandlerContext - getMarshaller(ChannelHandlerContext) - Method in class io.netty.handler.codec.marshalling.ThreadLocalMarshallerProvider
- getShort(K) - Method in class io.netty.handler.codec.DefaultHeaders
- getShort(K) - Method in class io.netty.handler.codec.EmptyHeaders
- getShort(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the
shortvalue of a header with the specified name. - getShort(K, short) - Method in class io.netty.handler.codec.DefaultHeaders
- getShort(K, short) - Method in class io.netty.handler.codec.EmptyHeaders
- getShort(K, short) - Method in interface io.netty.handler.codec.Headers
-
Returns the
shortvalue of a header with the specified name. - getShortAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
- getShortAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
- getShortAndRemove(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the
shortvalue of a header with the specifiednameand removes the header from this object. - getShortAndRemove(K, short) - Method in class io.netty.handler.codec.DefaultHeaders
- getShortAndRemove(K, short) - Method in class io.netty.handler.codec.EmptyHeaders
- getShortAndRemove(K, short) - Method in interface io.netty.handler.codec.Headers
-
Returns the
shortvalue of a header with the specifiednameand removes the header from this object. - getTimeMillis(K) - Method in class io.netty.handler.codec.DefaultHeaders
- getTimeMillis(K) - Method in class io.netty.handler.codec.EmptyHeaders
- getTimeMillis(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the value of a header with the specified name in milliseconds.
- getTimeMillis(K, long) - Method in class io.netty.handler.codec.DefaultHeaders
- getTimeMillis(K, long) - Method in class io.netty.handler.codec.EmptyHeaders
- getTimeMillis(K, long) - Method in interface io.netty.handler.codec.Headers
-
Returns the value of a header with the specified name in milliseconds.
- getTimeMillisAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
- getTimeMillisAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
- getTimeMillisAndRemove(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the value of a header with the specified
namein milliseconds and removes the header from this object. - getTimeMillisAndRemove(K, long) - Method in class io.netty.handler.codec.DefaultHeaders
- getTimeMillisAndRemove(K, long) - Method in class io.netty.handler.codec.EmptyHeaders
- getTimeMillisAndRemove(K, long) - Method in interface io.netty.handler.codec.Headers
-
Returns the value of a header with the specified
namein milliseconds and removes the header from this object. - getUnadjustedFrameLength(ByteBuf, int, int, ByteOrder) - Method in class io.netty.handler.codec.LengthFieldBasedFrameDecoder
-
Decodes the specified region of the buffer into an unadjusted frame length.
- getUnmarshaller(ChannelHandlerContext) - Method in class io.netty.handler.codec.marshalling.ContextBoundUnmarshallerProvider
- getUnmarshaller(ChannelHandlerContext) - Method in class io.netty.handler.codec.marshalling.DefaultUnmarshallerProvider
- getUnmarshaller(ChannelHandlerContext) - Method in class io.netty.handler.codec.marshalling.ThreadLocalUnmarshallerProvider
- getUnmarshaller(ChannelHandlerContext) - Method in interface io.netty.handler.codec.marshalling.UnmarshallerProvider
-
Get the
Unmarshallerfor the givenChannelHandlerContext - getValue() - Method in class io.netty.handler.codec.compression.Lz4XXHash32
- getValue() - Method in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
- gzip() - Static method in class io.netty.handler.codec.compression.StandardCompressionOptions
-
Default implementation of
GzipOptionswithcompressionLevel()set to 6,windowBits()set to 15 andmemLevel()set to 8. - gzip(int, int, int) - Static method in class io.netty.handler.codec.compression.StandardCompressionOptions
-
Create a new
GzipOptionsInstance - GZIP - io.netty.handler.codec.compression.ZlibWrapper
-
The GZIP wrapper as specified in RFC 1952.
- GzipOptions - Class in io.netty.handler.codec.compression
-
GzipOptionsholdsDeflateOptions.compressionLevel(),DeflateOptions.memLevel()andDeflateOptions.windowBits()for Gzip compression.
H
- handleOversizedMessage(ChannelHandlerContext, S) - Method in class io.netty.handler.codec.MessageAggregator
-
Invoked when an incoming request exceeds the maximum content length.
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.ByteToMessageCodec
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.BrotliDecoder
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.BrotliEncoder
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.Bzip2Encoder
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.JdkZlibEncoder
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.JZlibEncoder
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.Lz4FrameEncoder
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.ZstdDecoder
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.ZstdEncoder
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.DatagramPacketDecoder
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.DatagramPacketEncoder
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.MessageAggregator
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.ByteToMessageCodec
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.ByteToMessageDecoder
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.BrotliEncoder
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.Lz4FrameEncoder
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.LzfEncoder
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.ZstdEncoder
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.DatagramPacketDecoder
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.DatagramPacketEncoder
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.MessageAggregator
- handlerRemoved0(ChannelHandlerContext) - Method in class io.netty.handler.codec.ByteToMessageDecoder
-
Gets called after the
ByteToMessageDecoderwas removed from the actual context and it doesn't handle events anymore. - handlerRemoved0(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.BrotliDecoder
- handlerRemoved0(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.JdkZlibDecoder
- handlerRemoved0(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.ZstdDecoder
- hash - Variable in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
- hashCode() - Method in class io.netty.handler.codec.DefaultHeaders
- hashCode() - Method in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
- hashCode() - Method in class io.netty.handler.codec.EmptyHeaders
- hashCode() - Method in class io.netty.handler.codec.string.LineSeparator
- hashCode(HashingStrategy<V>) - Method in class io.netty.handler.codec.DefaultHeaders
-
Generate a hash code for this object given a
HashingStrategyto generate hash codes for individual values. - head - Variable in class io.netty.handler.codec.DefaultHeaders
- HeaderEntry(int, K) - Constructor for class io.netty.handler.codec.DefaultHeaders.HeaderEntry
- Headers<K,V,T extends Headers<K,V,T>> - Interface in io.netty.handler.codec
-
Common interface for
Headerswhich represents a mapping of key to value. - HeadersUtils - Class in io.netty.handler.codec
-
Provides utility methods related to
Headers.
I
- ignoreContentAfterContinueResponse(Object) - Method in class io.netty.handler.codec.MessageAggregator
-
Determine if all objects for the current request/response should be ignored or not.
- instance() - Static method in class io.netty.handler.codec.UnsupportedValueConverter
- INSTANCE - Static variable in class io.netty.handler.codec.CharSequenceValueConverter
- internalBuffer() - Method in class io.netty.handler.codec.ByteToMessageDecoder
-
Returns the internal cumulative buffer of this decoder.
- invalid() - Static method in class io.netty.handler.codec.ProtocolDetectionResult
-
Returns a
ProtocolDetectionResultthat signals the data was invalid for the protocol. - INVALID - io.netty.handler.codec.ProtocolDetectionState
-
The data was invalid.
- io.netty.handler.codec - package io.netty.handler.codec
-
Extensible decoder and its common implementations which deal with the packet fragmentation and reassembly issue found in a stream-based transport such as TCP/IP.
- io.netty.handler.codec.base64 - package io.netty.handler.codec.base64
- io.netty.handler.codec.bytes - package io.netty.handler.codec.bytes
-
Encoder and decoder which transform an array of bytes into a
ByteBufand vice versa. - io.netty.handler.codec.compression - package io.netty.handler.codec.compression
- io.netty.handler.codec.json - package io.netty.handler.codec.json
-
JSON specific codecs.
- io.netty.handler.codec.marshalling - package io.netty.handler.codec.marshalling
-
Decoder and Encoder which uses JBoss Marshalling.
- io.netty.handler.codec.protobuf - package io.netty.handler.codec.protobuf
-
Encoder and decoder which transform a Google Protocol Buffers
MessageandMessageNanointo aByteBufand vice versa. - io.netty.handler.codec.serialization - package io.netty.handler.codec.serialization
-
Encoder, decoder and their compatibility stream implementations which transform a
Serializableobject into a byte buffer and vice versa. - io.netty.handler.codec.string - package io.netty.handler.codec.string
-
Encoder and decoder which transform a
Stringinto aByteBufand vice versa. - io.netty.handler.codec.xml - package io.netty.handler.codec.xml
-
Xml specific codecs.
- isAggregated(I) - Method in class io.netty.handler.codec.MessageAggregator
-
Returns
trueif and only if the specified message is already aggregated. - isAvailable() - Static method in class io.netty.handler.codec.compression.Brotli
- isAvailable() - Static method in class io.netty.handler.codec.compression.Zstd
- isClosed() - Method in class io.netty.handler.codec.compression.Bzip2Decoder
-
Returns
trueif and only if the end of the compressed stream has been reached. - isClosed() - Method in class io.netty.handler.codec.compression.Bzip2Encoder
-
Returns
trueif and only if the end of the compressed stream has been reached. - isClosed() - Method in class io.netty.handler.codec.compression.JdkZlibDecoder
- isClosed() - Method in class io.netty.handler.codec.compression.JdkZlibEncoder
- isClosed() - Method in class io.netty.handler.codec.compression.JZlibDecoder
-
Returns
trueif and only if the end of the compressed stream has been reached. - isClosed() - Method in class io.netty.handler.codec.compression.JZlibEncoder
- isClosed() - Method in class io.netty.handler.codec.compression.Lz4FrameDecoder
-
Returns
trueif and only if the end of the compressed stream has been reached. - isClosed() - Method in class io.netty.handler.codec.compression.Lz4FrameEncoder
-
Returns
trueif and only if the compressed stream has been finished. - isClosed() - Method in class io.netty.handler.codec.compression.ZlibDecoder
-
Returns
trueif and only if the end of the compressed stream has been reached. - isClosed() - Method in class io.netty.handler.codec.compression.ZlibEncoder
-
Returns
trueif and only if the end of the compressed stream has been reached. - isContentLengthInvalid(S, int) - Method in class io.netty.handler.codec.MessageAggregator
-
Determine if the message
start's content length is known, and if it greater thanmaxContentLength. - isContentMessage(I) - Method in class io.netty.handler.codec.MessageAggregator
-
Returns
trueif and only if the specified message is a content message. - isEmpty() - Method in class io.netty.handler.codec.DefaultHeaders
- isEmpty() - Method in class io.netty.handler.codec.EmptyHeaders
- isEmpty() - Method in interface io.netty.handler.codec.Headers
- isFailure() - Method in class io.netty.handler.codec.DecoderResult
- isFinished() - Method in class io.netty.handler.codec.DecoderResult
- isHandlingOversizedMessage() - Method in class io.netty.handler.codec.MessageAggregator
-
Deprecated.This method will be removed in future releases.
- isLastContentMessage(C) - Method in class io.netty.handler.codec.MessageAggregator
-
Returns
trueif and only if the specified message is the last content message. - isPreferDirect() - Method in class io.netty.handler.codec.MessageToByteEncoder
- isSharable() - Method in class io.netty.handler.codec.compression.BrotliEncoder
- isSharable() - Method in class io.netty.handler.codec.DatagramPacketDecoder
- isSharable() - Method in class io.netty.handler.codec.DatagramPacketEncoder
- isSingleDecode() - Method in class io.netty.handler.codec.ByteToMessageDecoder
-
If
truethen only one message is decoded on eachByteToMessageDecoder.channelRead(ChannelHandlerContext, Object)call. - isStartMessage(I) - Method in class io.netty.handler.codec.MessageAggregator
-
Returns
trueif and only if the specified message is a start message. - isSuccess() - Method in class io.netty.handler.codec.DecoderResult
- isSupportingWindowSizeAndMemLevel() - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
-
Returns
trueif specify a custom window size and mem level is supported. - iterator() - Method in class io.netty.handler.codec.DefaultHeaders
- iterator() - Method in class io.netty.handler.codec.EmptyHeaders
- iterator() - Method in interface io.netty.handler.codec.Headers
- iteratorAsString(Iterable<Map.Entry<CharSequence, CharSequence>>) - Static method in class io.netty.handler.codec.HeadersUtils
J
- JdkZlibDecoder - Class in io.netty.handler.codec.compression
-
Decompress a
ByteBufusing the inflate algorithm. - JdkZlibDecoder() - Constructor for class io.netty.handler.codec.compression.JdkZlibDecoder
-
Creates a new instance with the default wrapper (
ZlibWrapper.ZLIB). - JdkZlibDecoder(boolean) - Constructor for class io.netty.handler.codec.compression.JdkZlibDecoder
- JdkZlibDecoder(boolean, int) - Constructor for class io.netty.handler.codec.compression.JdkZlibDecoder
- JdkZlibDecoder(byte[]) - Constructor for class io.netty.handler.codec.compression.JdkZlibDecoder
-
Creates a new instance with the specified preset dictionary.
- JdkZlibDecoder(byte[], int) - Constructor for class io.netty.handler.codec.compression.JdkZlibDecoder
-
Creates a new instance with the specified preset dictionary and maximum buffer allocation.
- JdkZlibDecoder(int) - Constructor for class io.netty.handler.codec.compression.JdkZlibDecoder
-
Creates a new instance with the default wrapper (
ZlibWrapper.ZLIB) and the specified maximum buffer allocation. - JdkZlibDecoder(ZlibWrapper) - Constructor for class io.netty.handler.codec.compression.JdkZlibDecoder
-
Creates a new instance with the specified wrapper.
- JdkZlibDecoder(ZlibWrapper, boolean) - Constructor for class io.netty.handler.codec.compression.JdkZlibDecoder
- JdkZlibDecoder(ZlibWrapper, boolean, int) - Constructor for class io.netty.handler.codec.compression.JdkZlibDecoder
- JdkZlibDecoder(ZlibWrapper, int) - Constructor for class io.netty.handler.codec.compression.JdkZlibDecoder
-
Creates a new instance with the specified wrapper and maximum buffer allocation.
- JdkZlibEncoder - Class in io.netty.handler.codec.compression
-
Compresses a
ByteBufusing the deflate algorithm. - JdkZlibEncoder() - Constructor for class io.netty.handler.codec.compression.JdkZlibEncoder
-
Creates a new zlib encoder with the default compression level (
6) and the default wrapper (ZlibWrapper.ZLIB). - JdkZlibEncoder(byte[]) - Constructor for class io.netty.handler.codec.compression.JdkZlibEncoder
-
Creates a new zlib encoder with the default compression level (
6) and the specified preset dictionary. - JdkZlibEncoder(int) - Constructor for class io.netty.handler.codec.compression.JdkZlibEncoder
-
Creates a new zlib encoder with the specified
compressionLeveland the default wrapper (ZlibWrapper.ZLIB). - JdkZlibEncoder(int, byte[]) - Constructor for class io.netty.handler.codec.compression.JdkZlibEncoder
-
Creates a new zlib encoder with the specified
compressionLeveland the specified preset dictionary. - JdkZlibEncoder(ZlibWrapper) - Constructor for class io.netty.handler.codec.compression.JdkZlibEncoder
-
Creates a new zlib encoder with the default compression level (
6) and the specified wrapper. - JdkZlibEncoder(ZlibWrapper, int) - Constructor for class io.netty.handler.codec.compression.JdkZlibEncoder
-
Creates a new zlib encoder with the specified
compressionLeveland the specified wrapper. - JsonObjectDecoder - Class in io.netty.handler.codec.json
-
Splits a byte stream of JSON objects and arrays into individual objects/arrays and passes them up the
ChannelPipeline. - JsonObjectDecoder() - Constructor for class io.netty.handler.codec.json.JsonObjectDecoder
- JsonObjectDecoder(boolean) - Constructor for class io.netty.handler.codec.json.JsonObjectDecoder
- JsonObjectDecoder(int) - Constructor for class io.netty.handler.codec.json.JsonObjectDecoder
- JsonObjectDecoder(int, boolean) - Constructor for class io.netty.handler.codec.json.JsonObjectDecoder
- JZlibDecoder - Class in io.netty.handler.codec.compression
- JZlibDecoder() - Constructor for class io.netty.handler.codec.compression.JZlibDecoder
-
Creates a new instance with the default wrapper (
ZlibWrapper.ZLIB). - JZlibDecoder(byte[]) - Constructor for class io.netty.handler.codec.compression.JZlibDecoder
-
Creates a new instance with the specified preset dictionary.
- JZlibDecoder(byte[], int) - Constructor for class io.netty.handler.codec.compression.JZlibDecoder
-
Creates a new instance with the specified preset dictionary and maximum buffer allocation.
- JZlibDecoder(int) - Constructor for class io.netty.handler.codec.compression.JZlibDecoder
-
Creates a new instance with the default wrapper (
ZlibWrapper.ZLIB) and specified maximum buffer allocation. - JZlibDecoder(ZlibWrapper) - Constructor for class io.netty.handler.codec.compression.JZlibDecoder
-
Creates a new instance with the specified wrapper.
- JZlibDecoder(ZlibWrapper, int) - Constructor for class io.netty.handler.codec.compression.JZlibDecoder
-
Creates a new instance with the specified wrapper and maximum buffer allocation.
- JZlibEncoder - Class in io.netty.handler.codec.compression
-
Compresses a
ByteBufusing the deflate algorithm. - JZlibEncoder() - Constructor for class io.netty.handler.codec.compression.JZlibEncoder
-
Creates a new zlib encoder with the default compression level (
6), default window bits (15), default memory level (8), and the default wrapper (ZlibWrapper.ZLIB). - JZlibEncoder(byte[]) - Constructor for class io.netty.handler.codec.compression.JZlibEncoder
-
Creates a new zlib encoder with the default compression level (
6), default window bits (15), default memory level (8), and the specified preset dictionary. - JZlibEncoder(int) - Constructor for class io.netty.handler.codec.compression.JZlibEncoder
-
Creates a new zlib encoder with the specified
compressionLevel, default window bits (15), default memory level (8), and the default wrapper (ZlibWrapper.ZLIB). - JZlibEncoder(int, byte[]) - Constructor for class io.netty.handler.codec.compression.JZlibEncoder
-
Creates a new zlib encoder with the specified
compressionLevel, default window bits (15), default memory level (8), and the specified preset dictionary. - JZlibEncoder(int, int, int, byte[]) - Constructor for class io.netty.handler.codec.compression.JZlibEncoder
-
Creates a new zlib encoder with the specified
compressionLevel, the specifiedwindowBits, the specifiedmemLevel, and the specified preset dictionary. - JZlibEncoder(ZlibWrapper) - Constructor for class io.netty.handler.codec.compression.JZlibEncoder
-
Creates a new zlib encoder with the default compression level (
6), default window bits (15), default memory level (8), and the specified wrapper. - JZlibEncoder(ZlibWrapper, int) - Constructor for class io.netty.handler.codec.compression.JZlibEncoder
-
Creates a new zlib encoder with the specified
compressionLevel, default window bits (15), default memory level (8), and the specified wrapper. - JZlibEncoder(ZlibWrapper, int, int, int) - Constructor for class io.netty.handler.codec.compression.JZlibEncoder
-
Creates a new zlib encoder with the specified
compressionLevel, the specifiedwindowBits, the specifiedmemLevel, and the specified wrapper.
K
- key - Variable in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
L
- LengthFieldBasedFrameDecoder - Class in io.netty.handler.codec
-
A decoder that splits the received
ByteBufs dynamically by the value of the length field in the message. - LengthFieldBasedFrameDecoder(int, int, int) - Constructor for class io.netty.handler.codec.LengthFieldBasedFrameDecoder
-
Creates a new instance.
- LengthFieldBasedFrameDecoder(int, int, int, int, int) - Constructor for class io.netty.handler.codec.LengthFieldBasedFrameDecoder
-
Creates a new instance.
- LengthFieldBasedFrameDecoder(int, int, int, int, int, boolean) - Constructor for class io.netty.handler.codec.LengthFieldBasedFrameDecoder
-
Creates a new instance.
- LengthFieldBasedFrameDecoder(ByteOrder, int, int, int, int, int, boolean) - Constructor for class io.netty.handler.codec.LengthFieldBasedFrameDecoder
-
Creates a new instance.
- LengthFieldPrepender - Class in io.netty.handler.codec
-
An encoder that prepends the length of the message.
- LengthFieldPrepender(int) - Constructor for class io.netty.handler.codec.LengthFieldPrepender
-
Creates a new instance.
- LengthFieldPrepender(int, boolean) - Constructor for class io.netty.handler.codec.LengthFieldPrepender
-
Creates a new instance.
- LengthFieldPrepender(int, int) - Constructor for class io.netty.handler.codec.LengthFieldPrepender
-
Creates a new instance.
- LengthFieldPrepender(int, int, boolean) - Constructor for class io.netty.handler.codec.LengthFieldPrepender
-
Creates a new instance.
- LengthFieldPrepender(ByteOrder, int, int, boolean) - Constructor for class io.netty.handler.codec.LengthFieldPrepender
-
Creates a new instance.
- LF - io.netty.handler.codec.AsciiHeadersEncoder.NewlineType
-
'\n' - LineBasedFrameDecoder - Class in io.netty.handler.codec
-
A decoder that splits the received
ByteBufs on line endings. - LineBasedFrameDecoder(int) - Constructor for class io.netty.handler.codec.LineBasedFrameDecoder
-
Creates a new decoder.
- LineBasedFrameDecoder(int, boolean, boolean) - Constructor for class io.netty.handler.codec.LineBasedFrameDecoder
-
Creates a new decoder.
- lineDelimiter() - Static method in class io.netty.handler.codec.Delimiters
-
Returns
CR ('\r')andLF ('\n')delimiters, which could be used for text-based line protocols. - LineEncoder - Class in io.netty.handler.codec.string
-
Apply a line separator to the requested
Stringand encode it into aByteBuf. - LineEncoder() - Constructor for class io.netty.handler.codec.string.LineEncoder
-
Creates a new instance with the current system line separator and UTF-8 charset encoding.
- LineEncoder(LineSeparator) - Constructor for class io.netty.handler.codec.string.LineEncoder
-
Creates a new instance with the specified line separator and UTF-8 charset encoding.
- LineEncoder(LineSeparator, Charset) - Constructor for class io.netty.handler.codec.string.LineEncoder
-
Creates a new instance with the specified line separator and character set.
- LineEncoder(Charset) - Constructor for class io.netty.handler.codec.string.LineEncoder
-
Creates a new instance with the specified character set.
- LineSeparator - Class in io.netty.handler.codec.string
-
A class to represent line separators in different environments.
- LineSeparator(String) - Constructor for class io.netty.handler.codec.string.LineSeparator
-
Create
LineSeparatorwith the specifiedlineSeparatorstring. - Lz4FrameDecoder - Class in io.netty.handler.codec.compression
-
Uncompresses a
ByteBufencoded with the LZ4 format. - Lz4FrameDecoder() - Constructor for class io.netty.handler.codec.compression.Lz4FrameDecoder
-
Creates the fastest LZ4 decoder.
- Lz4FrameDecoder(boolean) - Constructor for class io.netty.handler.codec.compression.Lz4FrameDecoder
-
Creates a LZ4 decoder with fastest decoder instance available on your machine.
- Lz4FrameDecoder(LZ4Factory, boolean) - Constructor for class io.netty.handler.codec.compression.Lz4FrameDecoder
-
Creates a new LZ4 decoder with customizable implementation.
- Lz4FrameDecoder(LZ4Factory, Checksum) - Constructor for class io.netty.handler.codec.compression.Lz4FrameDecoder
-
Creates a new customizable LZ4 decoder.
- Lz4FrameEncoder - Class in io.netty.handler.codec.compression
-
Compresses a
ByteBufusing the LZ4 format. - Lz4FrameEncoder() - Constructor for class io.netty.handler.codec.compression.Lz4FrameEncoder
-
Creates the fastest LZ4 encoder with default block size (64 KB) and xxhash hashing for Java, based on Yann Collet's work available at Github.
- Lz4FrameEncoder(boolean) - Constructor for class io.netty.handler.codec.compression.Lz4FrameEncoder
-
Creates a new LZ4 encoder with hight or fast compression, default block size (64 KB) and xxhash hashing for Java, based on Yann Collet's work available at Github.
- Lz4FrameEncoder(LZ4Factory, boolean, int, Checksum) - Constructor for class io.netty.handler.codec.compression.Lz4FrameEncoder
-
Creates a new customizable LZ4 encoder.
- Lz4FrameEncoder(LZ4Factory, boolean, int, Checksum, int) - Constructor for class io.netty.handler.codec.compression.Lz4FrameEncoder
-
Creates a new customizable LZ4 encoder.
- Lz4XXHash32 - Class in io.netty.handler.codec.compression
- Lz4XXHash32(int) - Constructor for class io.netty.handler.codec.compression.Lz4XXHash32
- LzfDecoder - Class in io.netty.handler.codec.compression
-
Uncompresses a
ByteBufencoded with the LZF format. - LzfDecoder() - Constructor for class io.netty.handler.codec.compression.LzfDecoder
-
Creates a new LZF decoder with the most optimal available methods for underlying data access.
- LzfDecoder(boolean) - Constructor for class io.netty.handler.codec.compression.LzfDecoder
-
Creates a new LZF decoder with specified decoding instance.
- LzfEncoder - Class in io.netty.handler.codec.compression
-
Compresses a
ByteBufusing the LZF format. - LzfEncoder() - Constructor for class io.netty.handler.codec.compression.LzfEncoder
-
Creates a new LZF encoder with the most optimal available methods for underlying data access.
- LzfEncoder(boolean) - Constructor for class io.netty.handler.codec.compression.LzfEncoder
-
Deprecated.Use the constructor without the
safeInstanceparameter. - LzfEncoder(boolean, int) - Constructor for class io.netty.handler.codec.compression.LzfEncoder
-
Deprecated.Use the constructor without the
safeInstanceparameter. - LzfEncoder(boolean, int, int) - Constructor for class io.netty.handler.codec.compression.LzfEncoder
-
Deprecated.Use the constructor without the
safeInstanceparameter. - LzfEncoder(int) - Constructor for class io.netty.handler.codec.compression.LzfEncoder
-
Creates a new LZF encoder with specified total length of encoded chunk.
- LzfEncoder(int, int) - Constructor for class io.netty.handler.codec.compression.LzfEncoder
-
Creates a new LZF encoder with specified settings.
- LzmaFrameEncoder - Class in io.netty.handler.codec.compression
-
Compresses a
ByteBufusing the LZMA algorithm. - LzmaFrameEncoder() - Constructor for class io.netty.handler.codec.compression.LzmaFrameEncoder
-
Creates LZMA encoder with default settings.
- LzmaFrameEncoder(int) - Constructor for class io.netty.handler.codec.compression.LzmaFrameEncoder
- LzmaFrameEncoder(int, int, int) - Constructor for class io.netty.handler.codec.compression.LzmaFrameEncoder
- LzmaFrameEncoder(int, int, int, int) - Constructor for class io.netty.handler.codec.compression.LzmaFrameEncoder
-
Creates LZMA encoder with specified
lc,lp,pbvalues and custom dictionary size. - LzmaFrameEncoder(int, int, int, int, boolean, int) - Constructor for class io.netty.handler.codec.compression.LzmaFrameEncoder
-
Creates LZMA encoder with specified settings.
M
- mark(int) - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- markSupported() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- MarshallerProvider - Interface in io.netty.handler.codec.marshalling
-
This provider is responsible to get a
Marshallerfor the givenChannelHandlerContext. - MarshallingDecoder - Class in io.netty.handler.codec.marshalling
-
Decoder which MUST be used with
MarshallingEncoder. - MarshallingDecoder(UnmarshallerProvider) - Constructor for class io.netty.handler.codec.marshalling.MarshallingDecoder
-
Creates a new decoder whose maximum object size is
1048576bytes. - MarshallingDecoder(UnmarshallerProvider, int) - Constructor for class io.netty.handler.codec.marshalling.MarshallingDecoder
-
Creates a new decoder with the specified maximum object size.
- MarshallingEncoder - Class in io.netty.handler.codec.marshalling
-
MessageToByteEncoderimplementation which uses JBoss Marshalling to marshal an Object. - MarshallingEncoder(MarshallerProvider) - Constructor for class io.netty.handler.codec.marshalling.MarshallingEncoder
-
Creates a new encoder.
- maxAllocation - Variable in class io.netty.handler.codec.compression.ZlibDecoder
-
Maximum allowed size of the decompression buffer.
- maxContentLength() - Method in class io.netty.handler.codec.MessageAggregator
-
Returns the maximum allowed length of the aggregated message in bytes.
- maxCumulationBufferComponents() - Method in class io.netty.handler.codec.MessageAggregator
-
Returns the maximum number of components in the cumulation buffer.
- maxEncodeSize() - Method in class io.netty.handler.codec.compression.ZstdOptions
- maxObjectSize - Variable in class io.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
- memLevel() - Method in class io.netty.handler.codec.compression.DeflateOptions
- MERGE_CUMULATOR - Static variable in class io.netty.handler.codec.ByteToMessageDecoder
-
Cumulate
ByteBufs by merge them into oneByteBuf's, using memory copies. - MessageAggregationException - Exception in io.netty.handler.codec
-
Raised by
MessageAggregatorwhen aggregation fails due to an unexpected message sequence. - MessageAggregationException() - Constructor for exception io.netty.handler.codec.MessageAggregationException
- MessageAggregationException(String) - Constructor for exception io.netty.handler.codec.MessageAggregationException
- MessageAggregationException(String, Throwable) - Constructor for exception io.netty.handler.codec.MessageAggregationException
- MessageAggregationException(Throwable) - Constructor for exception io.netty.handler.codec.MessageAggregationException
- MessageAggregator<I,S,C extends io.netty.buffer.ByteBufHolder,O extends io.netty.buffer.ByteBufHolder> - Class in io.netty.handler.codec
-
An abstract
ChannelHandlerthat aggregates a series of message objects into a single aggregated message. - MessageAggregator(int) - Constructor for class io.netty.handler.codec.MessageAggregator
-
Creates a new instance.
- MessageAggregator(int, Class<? extends I>) - Constructor for class io.netty.handler.codec.MessageAggregator
- MessageToByteEncoder<I> - Class in io.netty.handler.codec
-
ChannelOutboundHandlerAdapterwhich encodes message in a stream-like fashion from one message to anByteBuf. - MessageToByteEncoder() - Constructor for class io.netty.handler.codec.MessageToByteEncoder
-
see
MessageToByteEncoder(boolean)withtrueas boolean parameter. - MessageToByteEncoder(boolean) - Constructor for class io.netty.handler.codec.MessageToByteEncoder
-
Create a new instance which will try to detect the types to match out of the type parameter of the class.
- MessageToByteEncoder(Class<? extends I>) - Constructor for class io.netty.handler.codec.MessageToByteEncoder
-
see
MessageToByteEncoder(Class, boolean)withtrueas boolean value. - MessageToByteEncoder(Class<? extends I>, boolean) - Constructor for class io.netty.handler.codec.MessageToByteEncoder
-
Create a new instance
- MessageToMessageCodec<INBOUND_IN,OUTBOUND_IN> - Class in io.netty.handler.codec
-
A Codec for on-the-fly encoding/decoding of message.
- MessageToMessageCodec() - Constructor for class io.netty.handler.codec.MessageToMessageCodec
-
Create a new instance which will try to detect the types to decode and encode out of the type parameter of the class.
- MessageToMessageCodec(Class<? extends INBOUND_IN>, Class<? extends OUTBOUND_IN>) - Constructor for class io.netty.handler.codec.MessageToMessageCodec
-
Create a new instance.
- MessageToMessageDecoder<I> - Class in io.netty.handler.codec
-
ChannelInboundHandlerAdapterwhich decodes from one message to an other message. - MessageToMessageDecoder() - Constructor for class io.netty.handler.codec.MessageToMessageDecoder
-
Create a new instance which will try to detect the types to match out of the type parameter of the class.
- MessageToMessageDecoder(Class<? extends I>) - Constructor for class io.netty.handler.codec.MessageToMessageDecoder
-
Create a new instance
- MessageToMessageEncoder<I> - Class in io.netty.handler.codec
- MessageToMessageEncoder() - Constructor for class io.netty.handler.codec.MessageToMessageEncoder
-
Create a new instance which will try to detect the types to match out of the type parameter of the class.
- MessageToMessageEncoder(Class<? extends I>) - Constructor for class io.netty.handler.codec.MessageToMessageEncoder
-
Create a new instance
N
- names() - Method in class io.netty.handler.codec.DefaultHeaders
- names() - Method in class io.netty.handler.codec.EmptyHeaders
- names() - Method in interface io.netty.handler.codec.Headers
-
Returns a
Setof all header names in this object. - namesAsString(Headers<CharSequence, CharSequence, ?>) - Static method in class io.netty.handler.codec.HeadersUtils
- nameValidator() - Method in class io.netty.handler.codec.DefaultHeaders
- NEEDS_MORE_DATA - io.netty.handler.codec.ProtocolDetectionState
-
Need more data to detect the protocol.
- needsMoreData() - Static method in class io.netty.handler.codec.ProtocolDetectionResult
-
Returns a
ProtocolDetectionResultthat signals that more data is needed to detect the protocol. - newContinueResponse(S, int, ChannelPipeline) - Method in class io.netty.handler.codec.MessageAggregator
-
Returns the 'continue response' for the specified start message if necessary.
- newHeaderEntry(int, K, V, DefaultHeaders.HeaderEntry<K, V>) - Method in class io.netty.handler.codec.DefaultHeaders
- newObjectOutputStream(OutputStream) - Method in class io.netty.handler.codec.serialization.CompatibleObjectEncoder
-
Deprecated.Creates a new
ObjectOutputStreamwhich wraps the specifiedOutputStream. - newZlibDecoder() - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
- newZlibDecoder(byte[]) - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
- newZlibDecoder(ZlibWrapper) - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
- newZlibEncoder(byte[]) - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
- newZlibEncoder(int) - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
- newZlibEncoder(int, byte[]) - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
- newZlibEncoder(int, int, int, byte[]) - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
- newZlibEncoder(ZlibWrapper) - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
- newZlibEncoder(ZlibWrapper, int) - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
- newZlibEncoder(ZlibWrapper, int, int, int) - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
- next - Variable in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
-
In bucket linked list
- NO_VALIDATION - Static variable in interface io.netty.handler.codec.DefaultHeaders.ValueValidator
- NONE - io.netty.handler.codec.compression.ZlibWrapper
-
Raw DEFLATE stream only (no header and no footer).
- NOT_NULL - Static variable in interface io.netty.handler.codec.DefaultHeaders.NameValidator
- nulDelimiter() - Static method in class io.netty.handler.codec.Delimiters
-
Returns a
NUL (0x00)delimiter, which could be used for Flash XML socket or any similar protocols.
O
- ObjectDecoder - Class in io.netty.handler.codec.serialization
-
Deprecated.This class has been deprecated with no replacement, because serialization can be a security liability
- ObjectDecoder(int, ClassResolver) - Constructor for class io.netty.handler.codec.serialization.ObjectDecoder
-
Deprecated.Creates a new decoder with the specified maximum object size.
- ObjectDecoder(ClassResolver) - Constructor for class io.netty.handler.codec.serialization.ObjectDecoder
-
Deprecated.Creates a new decoder whose maximum object size is
1048576bytes. - ObjectDecoderInputStream - Class in io.netty.handler.codec.serialization
-
Deprecated.This class has been deprecated with no replacement, because serialization can be a security liability
- ObjectDecoderInputStream(InputStream) - Constructor for class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.Creates a new
ObjectInput. - ObjectDecoderInputStream(InputStream, int) - Constructor for class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.Creates a new
ObjectInput. - ObjectDecoderInputStream(InputStream, ClassLoader) - Constructor for class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.Creates a new
ObjectInput. - ObjectDecoderInputStream(InputStream, ClassLoader, int) - Constructor for class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.Creates a new
ObjectInput. - ObjectEncoder - Class in io.netty.handler.codec.serialization
-
Deprecated.This class has been deprecated with no replacement, because serialization can be a security liability
- ObjectEncoder() - Constructor for class io.netty.handler.codec.serialization.ObjectEncoder
-
Deprecated.
- ObjectEncoderOutputStream - Class in io.netty.handler.codec.serialization
-
Deprecated.This class has been deprecated with no replacement, because serialization can be a security liability
- ObjectEncoderOutputStream(OutputStream) - Constructor for class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.Creates a new
ObjectOutputwith the estimated length of 512 bytes. - ObjectEncoderOutputStream(OutputStream, int) - Constructor for class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.Creates a new
ObjectOutput. - ORDERED - io.netty.handler.codec.base64.Base64Dialect
-
Special "ordered" dialect of Base64 described in RFC1940.
P
- parameters() - Method in class io.netty.handler.codec.compression.BrotliOptions
- parseHttpDate(CharSequence) - Static method in class io.netty.handler.codec.DateFormatter
-
Parse some text into a
Date, according to RFC6265 - parseHttpDate(CharSequence, int, int) - Static method in class io.netty.handler.codec.DateFormatter
-
Parse some text into a
Date, according to RFC6265 - pointNeighborsToThis() - Method in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
- PrematureChannelClosureException - Exception in io.netty.handler.codec
-
A
CodecExceptionwhich is thrown when aChannelis closed unexpectedly before the codec finishes handling the current message, such as missing response while waiting for a request. - PrematureChannelClosureException() - Constructor for exception io.netty.handler.codec.PrematureChannelClosureException
-
Creates a new instance.
- PrematureChannelClosureException(String) - Constructor for exception io.netty.handler.codec.PrematureChannelClosureException
-
Creates a new instance.
- PrematureChannelClosureException(String, Throwable) - Constructor for exception io.netty.handler.codec.PrematureChannelClosureException
-
Creates a new instance.
- PrematureChannelClosureException(Throwable) - Constructor for exception io.netty.handler.codec.PrematureChannelClosureException
-
Creates a new instance.
- prepareDecompressBuffer(ChannelHandlerContext, ByteBuf, int) - Method in class io.netty.handler.codec.compression.ZlibDecoder
-
Allocate or expand the decompression buffer, without exceeding the maximum allocation.
- ProtobufDecoder - Class in io.netty.handler.codec.protobuf
- ProtobufDecoder(MessageLite) - Constructor for class io.netty.handler.codec.protobuf.ProtobufDecoder
-
Creates a new instance.
- ProtobufDecoder(MessageLite, ExtensionRegistry) - Constructor for class io.netty.handler.codec.protobuf.ProtobufDecoder
- ProtobufDecoder(MessageLite, ExtensionRegistryLite) - Constructor for class io.netty.handler.codec.protobuf.ProtobufDecoder
- ProtobufDecoderNano - Class in io.netty.handler.codec.protobuf
- ProtobufDecoderNano(Class<? extends MessageNano>) - Constructor for class io.netty.handler.codec.protobuf.ProtobufDecoderNano
-
Creates a new instance.
- ProtobufEncoder - Class in io.netty.handler.codec.protobuf
- ProtobufEncoder() - Constructor for class io.netty.handler.codec.protobuf.ProtobufEncoder
- ProtobufEncoderNano - Class in io.netty.handler.codec.protobuf
- ProtobufEncoderNano() - Constructor for class io.netty.handler.codec.protobuf.ProtobufEncoderNano
- ProtobufVarint32FrameDecoder - Class in io.netty.handler.codec.protobuf
-
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. - ProtobufVarint32FrameDecoder() - Constructor for class io.netty.handler.codec.protobuf.ProtobufVarint32FrameDecoder
- ProtobufVarint32LengthFieldPrepender - Class in io.netty.handler.codec.protobuf
-
An encoder that prepends the Google Protocol Buffers Base 128 Varints integer length field.
- ProtobufVarint32LengthFieldPrepender() - Constructor for class io.netty.handler.codec.protobuf.ProtobufVarint32LengthFieldPrepender
- ProtocolDetectionResult<T> - Class in io.netty.handler.codec
-
Result of detecting a protocol.
- ProtocolDetectionState - Enum in io.netty.handler.codec
-
The state of the current detection.
- provider - Variable in class io.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
R
- read() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- read(byte[]) - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- read(byte[], int, int) - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- read(ChannelHandlerContext) - Method in class io.netty.handler.codec.DatagramPacketEncoder
- readBoolean() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- readByte() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- readChar() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- readDouble() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- readFloat() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- readFully(byte[]) - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- readFully(byte[], int, int) - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- readInt() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- readLine() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.Use
BufferedReader.readLine()instead. - readLong() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- readObject() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- readShort() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- readUnsignedByte() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- readUnsignedShort() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- readUTF() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- remove() - Method in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
- remove(K) - Method in class io.netty.handler.codec.DefaultHeaders
- remove(K) - Method in class io.netty.handler.codec.EmptyHeaders
- remove(K) - Method in interface io.netty.handler.codec.Headers
-
Removes all headers with the specified
name. - ReplayingDecoder<S> - Class in io.netty.handler.codec
-
A specialized variation of
ByteToMessageDecoderwhich enables implementation of a non-blocking decoder in the blocking I/O paradigm. - ReplayingDecoder() - Constructor for class io.netty.handler.codec.ReplayingDecoder
-
Creates a new instance with no initial state (i.e:
null). - ReplayingDecoder(S) - Constructor for class io.netty.handler.codec.ReplayingDecoder
-
Creates a new instance with the specified initial state.
- reset() - Method in class io.netty.handler.codec.compression.Lz4XXHash32
- reset() - Method in class io.netty.handler.codec.compression.Snappy
- reset() - Method in class io.netty.handler.codec.DateFormatter
- reset() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- resolve(String) - Method in interface io.netty.handler.codec.serialization.ClassResolver
-
Deprecated.
S
- set(Headers<? extends K, ? extends V, ?>) - Method in class io.netty.handler.codec.DefaultHeaders
- set(Headers<? extends K, ? extends V, ?>) - Method in class io.netty.handler.codec.EmptyHeaders
- set(Headers<? extends K, ? extends V, ?>) - Method in interface io.netty.handler.codec.Headers
-
Clears the current header entries and copies all header entries of the specified
headers. - set(K, Iterable<? extends V>) - Method in class io.netty.handler.codec.DefaultHeaders
- set(K, Iterable<? extends V>) - Method in class io.netty.handler.codec.EmptyHeaders
- set(K, Iterable<? extends V>) - Method in interface io.netty.handler.codec.Headers
-
Sets a new header with the specified name and values.
- set(K, V) - Method in class io.netty.handler.codec.DefaultHeaders
- set(K, V) - Method in class io.netty.handler.codec.EmptyHeaders
- set(K, V) - Method in interface io.netty.handler.codec.Headers
-
Sets a header with the specified name and value.
- set(K, V...) - Method in class io.netty.handler.codec.DefaultHeaders
- set(K, V...) - Method in class io.netty.handler.codec.EmptyHeaders
- set(K, V...) - Method in interface io.netty.handler.codec.Headers
-
Sets a header with the specified name and values.
- setAll(Headers<? extends K, ? extends V, ?>) - Method in class io.netty.handler.codec.DefaultHeaders
- setAll(Headers<? extends K, ? extends V, ?>) - Method in class io.netty.handler.codec.EmptyHeaders
- setAll(Headers<? extends K, ? extends V, ?>) - Method in interface io.netty.handler.codec.Headers
-
Retains all current headers but calls
#set(K, V)for each entry inheaders. - setBoolean(K, boolean) - Method in class io.netty.handler.codec.DefaultHeaders
- setBoolean(K, boolean) - Method in class io.netty.handler.codec.EmptyHeaders
- setBoolean(K, boolean) - Method in interface io.netty.handler.codec.Headers
-
Set the
nametovalue. - setByte(K, byte) - Method in class io.netty.handler.codec.DefaultHeaders
- setByte(K, byte) - Method in class io.netty.handler.codec.EmptyHeaders
- setByte(K, byte) - Method in interface io.netty.handler.codec.Headers
-
Set the
nametovalue. - setChar(K, char) - Method in class io.netty.handler.codec.DefaultHeaders
- setChar(K, char) - Method in class io.netty.handler.codec.EmptyHeaders
- setChar(K, char) - Method in interface io.netty.handler.codec.Headers
-
Set the
nametovalue. - setCumulator(ByteToMessageDecoder.Cumulator) - Method in class io.netty.handler.codec.ByteToMessageDecoder
-
Set the
ByteToMessageDecoder.Cumulatorto use for cumulate the receivedByteBufs. - setDecoderResult(DecoderResult) - Method in interface io.netty.handler.codec.DecoderResultProvider
-
Updates the result of decoding this object.
- setDiscardAfterReads(int) - Method in class io.netty.handler.codec.ByteToMessageDecoder
-
Set the number of reads after which
ByteBuf.discardSomeReadBytes()are called and so free up memory. - setDouble(K, double) - Method in class io.netty.handler.codec.DefaultHeaders
- setDouble(K, double) - Method in class io.netty.handler.codec.EmptyHeaders
- setDouble(K, double) - Method in interface io.netty.handler.codec.Headers
-
Set the
nametovalue. - setFloat(K, float) - Method in class io.netty.handler.codec.DefaultHeaders
- setFloat(K, float) - Method in class io.netty.handler.codec.EmptyHeaders
- setFloat(K, float) - Method in interface io.netty.handler.codec.Headers
-
Set the
nametovalue. - setInt(K, int) - Method in class io.netty.handler.codec.DefaultHeaders
- setInt(K, int) - Method in class io.netty.handler.codec.EmptyHeaders
- setInt(K, int) - Method in interface io.netty.handler.codec.Headers
-
Set the
nametovalue. - setLong(K, long) - Method in class io.netty.handler.codec.DefaultHeaders
- setLong(K, long) - Method in class io.netty.handler.codec.EmptyHeaders
- setLong(K, long) - Method in interface io.netty.handler.codec.Headers
-
Set the
nametovalue. - setMaxCumulationBufferComponents(int) - Method in class io.netty.handler.codec.MessageAggregator
-
Sets the maximum number of components in the cumulation buffer.
- setObject(K, Iterable<?>) - Method in class io.netty.handler.codec.DefaultHeaders
- setObject(K, Iterable<?>) - Method in class io.netty.handler.codec.EmptyHeaders
- setObject(K, Iterable<?>) - Method in interface io.netty.handler.codec.Headers
-
Sets a header with the specified name and values.
- setObject(K, Object) - Method in class io.netty.handler.codec.DefaultHeaders
- setObject(K, Object) - Method in class io.netty.handler.codec.EmptyHeaders
- setObject(K, Object) - Method in interface io.netty.handler.codec.Headers
-
Sets a new header.
- setObject(K, Object...) - Method in class io.netty.handler.codec.DefaultHeaders
- setObject(K, Object...) - Method in class io.netty.handler.codec.EmptyHeaders
- setObject(K, Object...) - Method in interface io.netty.handler.codec.Headers
-
Sets a header with the specified name and values.
- setShort(K, short) - Method in class io.netty.handler.codec.DefaultHeaders
- setShort(K, short) - Method in class io.netty.handler.codec.EmptyHeaders
- setShort(K, short) - Method in interface io.netty.handler.codec.Headers
-
Set the
nametovalue. - setSingleDecode(boolean) - Method in class io.netty.handler.codec.ByteToMessageDecoder
-
If set then only one message is decoded on each
ByteToMessageDecoder.channelRead(ChannelHandlerContext, Object)call. - setTimeMillis(K, long) - Method in class io.netty.handler.codec.DefaultHeaders
- setTimeMillis(K, long) - Method in class io.netty.handler.codec.EmptyHeaders
- setTimeMillis(K, long) - Method in interface io.netty.handler.codec.Headers
-
Set the
nametovalue. - setValue(V) - Method in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
- SIGNAL_SUCCESS - Static variable in class io.netty.handler.codec.DecoderResult
- SIGNAL_UNFINISHED - Static variable in class io.netty.handler.codec.DecoderResult
- size() - Method in class io.netty.handler.codec.DefaultHeaders
- size() - Method in class io.netty.handler.codec.EmptyHeaders
- size() - Method in interface io.netty.handler.codec.Headers
-
Returns the number of headers in this object.
- size() - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.
- skip(long) - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- skipBytes(int) - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- snappy() - Static method in class io.netty.handler.codec.compression.StandardCompressionOptions
-
Create a new
SnappyOptions - Snappy - Class in io.netty.handler.codec.compression
-
Uncompresses an input
ByteBufencoded with Snappy compression into an outputByteBuf. - Snappy() - Constructor for class io.netty.handler.codec.compression.Snappy
- snappyEncoderWithJumboFrames() - Static method in class io.netty.handler.codec.compression.SnappyFrameEncoder
-
Create a new instance with a 65535 chunk size.
- SnappyFramedDecoder - Class in io.netty.handler.codec.compression
-
Deprecated.Use
SnappyFrameDecoderinstead. - SnappyFramedDecoder() - Constructor for class io.netty.handler.codec.compression.SnappyFramedDecoder
-
Deprecated.
- SnappyFrameDecoder - Class in io.netty.handler.codec.compression
-
Uncompresses a
ByteBufencoded with the Snappy framing format. - SnappyFrameDecoder() - Constructor for class io.netty.handler.codec.compression.SnappyFrameDecoder
-
Creates a new snappy-framed decoder with validation of checksums turned OFF.
- SnappyFrameDecoder(boolean) - Constructor for class io.netty.handler.codec.compression.SnappyFrameDecoder
-
Creates a new snappy-framed decoder with validation of checksums as specified.
- SnappyFramedEncoder - Class in io.netty.handler.codec.compression
-
Deprecated.Use
SnappyFrameEncoderinstead. - SnappyFramedEncoder() - Constructor for class io.netty.handler.codec.compression.SnappyFramedEncoder
-
Deprecated.
- SnappyFrameEncoder - Class in io.netty.handler.codec.compression
-
Compresses a
ByteBufusing the Snappy framing format. - SnappyFrameEncoder() - Constructor for class io.netty.handler.codec.compression.SnappyFrameEncoder
- SnappyOptions - Class in io.netty.handler.codec.compression
-
SnappyOptionsholds config for Snappy compression. - SnappyOptions() - Constructor for class io.netty.handler.codec.compression.SnappyOptions
- softCachingConcurrentResolver(ClassLoader) - Static method in class io.netty.handler.codec.serialization.ClassResolvers
-
Deprecated.aggressive concurrent cache good for shared cache, when we're not worried about class unloading
- softCachingResolver(ClassLoader) - Static method in class io.netty.handler.codec.serialization.ClassResolvers
-
Deprecated.aggressive non-concurrent cache good for non-shared cache, when we're not worried about class unloading
- STANDARD - io.netty.handler.codec.base64.Base64Dialect
-
Standard Base64 encoding as described in the Section 3 of RFC3548.
- StandardCompressionOptions - Class in io.netty.handler.codec.compression
- state() - Method in class io.netty.handler.codec.ProtocolDetectionResult
-
Return the
ProtocolDetectionState. - state() - Method in class io.netty.handler.codec.ReplayingDecoder
-
Returns the current state of this decoder.
- state(S) - Method in class io.netty.handler.codec.ReplayingDecoder
-
Sets the current state of this decoder.
- StringDecoder - Class in io.netty.handler.codec.string
-
Decodes a received
ByteBufinto aString. - StringDecoder() - Constructor for class io.netty.handler.codec.string.StringDecoder
-
Creates a new instance with the current system character set.
- StringDecoder(Charset) - Constructor for class io.netty.handler.codec.string.StringDecoder
-
Creates a new instance with the specified character set.
- StringEncoder - Class in io.netty.handler.codec.string
-
Encodes the requested
Stringinto aByteBuf. - StringEncoder() - Constructor for class io.netty.handler.codec.string.StringEncoder
-
Creates a new instance with the current system character set.
- StringEncoder(Charset) - Constructor for class io.netty.handler.codec.string.StringEncoder
-
Creates a new instance with the specified character set.
- SUCCESS - Static variable in class io.netty.handler.codec.DecoderResult
T
- ThreadLocalMarshallerProvider - Class in io.netty.handler.codec.marshalling
-
UnmarshallerProviderimplementation which use aThreadLocalto store references toMarshallerinstances. - ThreadLocalMarshallerProvider(MarshallerFactory, MarshallingConfiguration) - Constructor for class io.netty.handler.codec.marshalling.ThreadLocalMarshallerProvider
-
Create a new instance of the
ThreadLocalMarshallerProvider - ThreadLocalUnmarshallerProvider - Class in io.netty.handler.codec.marshalling
-
UnmarshallerProviderimplementation which use aThreadLocalto store references toUnmarshallerinstances. - ThreadLocalUnmarshallerProvider(MarshallerFactory, MarshallingConfiguration) - Constructor for class io.netty.handler.codec.marshalling.ThreadLocalUnmarshallerProvider
-
Create a new instance of the
ThreadLocalUnmarshallerProvider - TooLongFrameException - Exception in io.netty.handler.codec
-
An
DecoderExceptionwhich is thrown when the length of the frame decoded is greater than the allowed maximum. - TooLongFrameException() - Constructor for exception io.netty.handler.codec.TooLongFrameException
-
Creates a new instance.
- TooLongFrameException(String) - Constructor for exception io.netty.handler.codec.TooLongFrameException
-
Creates a new instance.
- TooLongFrameException(String, Throwable) - Constructor for exception io.netty.handler.codec.TooLongFrameException
-
Creates a new instance.
- TooLongFrameException(Throwable) - Constructor for exception io.netty.handler.codec.TooLongFrameException
-
Creates a new instance.
- toString() - Method in class io.netty.handler.codec.DecoderResult
- toString() - Method in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
- toString() - Method in class io.netty.handler.codec.DefaultHeaders
- toString() - Method in class io.netty.handler.codec.EmptyHeaders
- toString() - Method in class io.netty.handler.codec.string.LineSeparator
-
Return a hex dump of the line separator in UTF-8 encoding.
- toString(Class<?>, Iterator<Map.Entry<K, V>>, int) - Static method in class io.netty.handler.codec.HeadersUtils
-
Helper for implementing toString for
DefaultHeadersand wrappers such as DefaultHttpHeaders.
U
- UNFINISHED - Static variable in class io.netty.handler.codec.DecoderResult
- UNIX - Static variable in class io.netty.handler.codec.string.LineSeparator
-
The Unix line separator(LF)
- UnmarshallerProvider - Interface in io.netty.handler.codec.marshalling
-
This provider is responsible to get an
Unmarshallerfor aChannelHandlerContext - UnsupportedMessageTypeException - Exception in io.netty.handler.codec
-
Thrown if an unsupported message is received by an codec.
- UnsupportedMessageTypeException() - Constructor for exception io.netty.handler.codec.UnsupportedMessageTypeException
- UnsupportedMessageTypeException(Object, Class<?>...) - Constructor for exception io.netty.handler.codec.UnsupportedMessageTypeException
- UnsupportedMessageTypeException(String) - Constructor for exception io.netty.handler.codec.UnsupportedMessageTypeException
- UnsupportedMessageTypeException(String, Throwable) - Constructor for exception io.netty.handler.codec.UnsupportedMessageTypeException
- UnsupportedMessageTypeException(Throwable) - Constructor for exception io.netty.handler.codec.UnsupportedMessageTypeException
- UnsupportedValueConverter<V> - Class in io.netty.handler.codec
-
UnsupportedOperationExceptionwill be thrown from allValueConvertermethods. - update(byte[], int, int) - Method in class io.netty.handler.codec.compression.Lz4XXHash32
- update(int) - Method in class io.netty.handler.codec.compression.Lz4XXHash32
- update(ByteBuf, int, int) - Method in class io.netty.handler.codec.compression.Lz4XXHash32
- URL_SAFE - io.netty.handler.codec.base64.Base64Dialect
-
Base64-like encoding that is URL-safe as described in the Section 4 of RFC3548.
- userEventTriggered(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.ByteToMessageDecoder
- userEventTriggered(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.DatagramPacketDecoder
V
- validate(V) - Method in interface io.netty.handler.codec.DefaultHeaders.ValueValidator
-
Validate the given value.
- validateName(DefaultHeaders.NameValidator<K>, boolean, K) - Method in class io.netty.handler.codec.DefaultHeaders
-
Call out to the given
DefaultHeaders.NameValidatorto validate the given name. - validateName(K) - Method in interface io.netty.handler.codec.DefaultHeaders.NameValidator
-
Verify that
nameis valid. - validateValue(DefaultHeaders.ValueValidator<V>, K, V) - Method in class io.netty.handler.codec.DefaultHeaders
- value - Variable in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
- value() - Method in class io.netty.handler.codec.string.LineSeparator
-
Return the string value of this line separator.
- valueConverter() - Method in class io.netty.handler.codec.DefaultHeaders
- ValueConverter<T> - Interface in io.netty.handler.codec
-
Converts to/from a generic object to the type.
- valueIterator(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
Equivalent to
DefaultHeaders.getAll(Object)but no intermediate list is generated. - valueIterator(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
Equivalent to
EmptyHeaders.getAll(Object)but no intermediate list is generated. - valueOf(String) - Static method in enum io.netty.handler.codec.AsciiHeadersEncoder.NewlineType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.AsciiHeadersEncoder.SeparatorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.base64.Base64Dialect
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.compression.ZlibWrapper
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.ProtocolDetectionState
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.netty.handler.codec.AsciiHeadersEncoder.NewlineType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.AsciiHeadersEncoder.SeparatorType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.base64.Base64Dialect
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.compression.ZlibWrapper
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.ProtocolDetectionState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- valueValidator() - Method in class io.netty.handler.codec.DefaultHeaders
W
- weakCachingConcurrentResolver(ClassLoader) - Static method in class io.netty.handler.codec.serialization.ClassResolvers
-
Deprecated.non-aggressive concurrent cache good for shared cache, when we're worried about class unloading
- weakCachingResolver(ClassLoader) - Static method in class io.netty.handler.codec.serialization.ClassResolvers
-
Deprecated.non-aggressive non-concurrent cache good for non-shared default cache
- windowBits() - Method in class io.netty.handler.codec.compression.DeflateOptions
- WINDOWS - Static variable in class io.netty.handler.codec.string.LineSeparator
-
The Windows line separator(CRLF)
- withHashTableReuse() - Static method in class io.netty.handler.codec.compression.Snappy
- write(byte[]) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.
- write(byte[], int, int) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.
- write(int) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.
- write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.ByteToMessageCodec
- write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.MessageToByteEncoder
- write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.MessageToMessageCodec
- write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.MessageToMessageEncoder
- writeBoolean(boolean) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.
- writeByte(int) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.
- writeBytes(String) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.
- writeChar(int) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.
- writeChars(String) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.
- writeDouble(double) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.
- writeFloat(float) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.
- writeInt(int) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.
- writeLong(long) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.
- writeObject(Object) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.
- writeShort(int) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.
- writeUTF(String) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.
X
- XmlFrameDecoder - Class in io.netty.handler.codec.xml
-
A frame decoder for single separate XML based message streams.
- XmlFrameDecoder(int) - Constructor for class io.netty.handler.codec.xml.XmlFrameDecoder
Z
- ZLIB - io.netty.handler.codec.compression.ZlibWrapper
-
The ZLIB wrapper as specified in RFC 1950.
- ZLIB_OR_NONE - io.netty.handler.codec.compression.ZlibWrapper
-
Try
ZlibWrapper.ZLIBfirst and thenZlibWrapper.NONEif the first attempt fails. - ZlibCodecFactory - Class in io.netty.handler.codec.compression
-
Creates a new
ZlibEncoderand a newZlibDecoder. - ZlibDecoder - Class in io.netty.handler.codec.compression
-
Decompresses a
ByteBufusing the deflate algorithm. - ZlibDecoder() - Constructor for class io.netty.handler.codec.compression.ZlibDecoder
-
Same as
ZlibDecoder(int)with maxAllocation = 0. - ZlibDecoder(int) - Constructor for class io.netty.handler.codec.compression.ZlibDecoder
-
Construct a new ZlibDecoder.
- ZlibEncoder - Class in io.netty.handler.codec.compression
-
Compresses a
ByteBufusing the deflate algorithm. - ZlibEncoder() - Constructor for class io.netty.handler.codec.compression.ZlibEncoder
- ZlibWrapper - Enum in io.netty.handler.codec.compression
-
The container file formats that wrap the stream compressed by the DEFLATE algorithm.
- zstd() - Static method in class io.netty.handler.codec.compression.StandardCompressionOptions
-
Default implementation of
ZstdOptionswith{compressionLevel(int)} set toZstdConstants.DEFAULT_COMPRESSION_LEVEL,ZstdConstants.DEFAULT_BLOCK_SIZE,ZstdConstants.MAX_BLOCK_SIZE - zstd(int, int, int) - Static method in class io.netty.handler.codec.compression.StandardCompressionOptions
-
Create a new
ZstdOptions - Zstd - Class in io.netty.handler.codec.compression
- ZstdDecoder - Class in io.netty.handler.codec.compression
-
Decompresses a compressed block
ByteBufusing the Zstandard algorithm. - ZstdDecoder() - Constructor for class io.netty.handler.codec.compression.ZstdDecoder
- ZstdEncoder - Class in io.netty.handler.codec.compression
-
Compresses a
ByteBufusing the Zstandard algorithm. - ZstdEncoder() - Constructor for class io.netty.handler.codec.compression.ZstdEncoder
-
Creates a new Zstd encoder.
- ZstdEncoder(int) - Constructor for class io.netty.handler.codec.compression.ZstdEncoder
-
Creates a new Zstd encoder.
- ZstdEncoder(int, int) - Constructor for class io.netty.handler.codec.compression.ZstdEncoder
-
Creates a new Zstd encoder.
- ZstdEncoder(int, int, int) - Constructor for class io.netty.handler.codec.compression.ZstdEncoder
- ZstdOptions - Class in io.netty.handler.codec.compression
-
ZstdOptionsholds compressionLevel for Zstd compression.
All Classes All Packages