- 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 true
if and only if the specified message can be decoded by this codec.
- acceptInboundMessage(Object) - Method in class io.netty.handler.codec.MessageToMessageDecoder
-
Returns true
if the given message should be handled.
- acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.ByteToMessageCodec
-
Returns true
if 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 true
if the given message should be handled.
- acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.MessageToMessageCodec
-
Returns true
if and only if the specified message can be encoded by this codec.
- acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.MessageToMessageEncoder
-
Returns true
if 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(K, V) - Method in class io.netty.handler.codec.DefaultHeaders
-
- add(K, Iterable<? extends V>) - Method in class io.netty.handler.codec.DefaultHeaders
-
- add(K, V...) - Method in class io.netty.handler.codec.DefaultHeaders
-
- add(Headers<? extends K, ? extends V, ?>) - Method in class io.netty.handler.codec.DefaultHeaders
-
- add(K, V) - Method in class io.netty.handler.codec.EmptyHeaders
-
- add(K, Iterable<? extends V>) - Method in class io.netty.handler.codec.EmptyHeaders
-
- add(K, V...) - Method in class io.netty.handler.codec.EmptyHeaders
-
- add(Headers<? extends K, ? extends 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 name
and value
.
- add(K, Iterable<? extends V>) - Method in interface io.netty.handler.codec.Headers
-
Adds new headers with the specified name
and values
.
- add(K, V...) - Method in interface io.netty.handler.codec.Headers
-
Adds new headers with the specified name
and values
.
- add(Headers<? extends K, ? extends V, ?>) - Method in interface io.netty.handler.codec.Headers
-
Adds all header names and values of headers
to this object.
- 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, Object) - Method in class io.netty.handler.codec.DefaultHeaders
-
- addObject(K, Iterable<?>) - Method in class io.netty.handler.codec.DefaultHeaders
-
- addObject(K, Object...) - Method in class io.netty.handler.codec.DefaultHeaders
-
- addObject(K, Object) - Method in class io.netty.handler.codec.EmptyHeaders
-
- addObject(K, Iterable<?>) - Method in class io.netty.handler.codec.EmptyHeaders
-
- 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, Iterable<?>) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header with the specified name and values.
- 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.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, I, boolean) - Method in class io.netty.handler.codec.MessageToByteEncoder
-
Allocate a ByteBuf
which will be used as argument of #encode(ChannelHandlerContext, I, ByteBuf)
.
- append(Date, StringBuilder) - Static method in class io.netty.handler.codec.DateFormatter
-
- 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
-
- cacheDisabled(ClassLoader) - Static method in class io.netty.handler.codec.serialization.ClassResolvers
-
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() - 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.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
-
- 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
-
- ClassResolvers - Class in io.netty.handler.codec.serialization
-
- 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(ChannelPromise) - Method in class io.netty.handler.codec.compression.Bzip2Encoder
-
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.compression.Bzip2Encoder
-
- close() - Method in class io.netty.handler.codec.compression.JdkZlibEncoder
-
- close(ChannelPromise) - Method in class io.netty.handler.codec.compression.JdkZlibEncoder
-
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.compression.JdkZlibEncoder
-
- close() - Method in class io.netty.handler.codec.compression.JZlibEncoder
-
- close(ChannelPromise) - Method in class io.netty.handler.codec.compression.JZlibEncoder
-
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.compression.JZlibEncoder
-
- close() - Method in class io.netty.handler.codec.compression.Lz4FrameEncoder
-
- close(ChannelPromise) - Method in class io.netty.handler.codec.compression.Lz4FrameEncoder
-
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.compression.Lz4FrameEncoder
-
- close() - Method in class io.netty.handler.codec.compression.ZlibEncoder
-
- close(ChannelPromise) - Method in class io.netty.handler.codec.compression.ZlibEncoder
-
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.DatagramPacketEncoder
-
- close() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
- close() - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
- closeAfterContinueResponse(Object) - Method in class io.netty.handler.codec.MessageAggregator
-
- CodecException - Exception in io.netty.handler.codec
-
- CodecException() - 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(String) - 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.
- CompatibleMarshallingDecoder - Class in io.netty.handler.codec.marshalling
-
ReplayingDecoder
which use an
Unmarshaller
to read the Object out of the
ByteBuf
.
- CompatibleMarshallingDecoder(UnmarshallerProvider, int) - Constructor for class io.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
-
- CompatibleMarshallingEncoder - Class in io.netty.handler.codec.marshalling
-
- CompatibleMarshallingEncoder(MarshallerProvider) - Constructor for class io.netty.handler.codec.marshalling.CompatibleMarshallingEncoder
-
- CompatibleObjectEncoder - Class in io.netty.handler.codec.serialization
-
An encoder which serializes a Java object into a ByteBuf
(interoperability version).
- CompatibleObjectEncoder() - Constructor for class io.netty.handler.codec.serialization.CompatibleObjectEncoder
-
Creates a new instance with the reset interval of 16
.
- CompatibleObjectEncoder(int) - Constructor for class io.netty.handler.codec.serialization.CompatibleObjectEncoder
-
Creates a new instance.
- COMPOSITE_CUMULATOR - Static variable in class io.netty.handler.codec.ByteToMessageDecoder
-
Cumulate ByteBuf
s by add them to a CompositeByteBuf
and so do no memory copy whenever possible.
- CompressionException - Exception in io.netty.handler.codec.compression
-
- CompressionException() - 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(String) - 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.
- 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, V) - Method in class io.netty.handler.codec.DefaultHeaders
-
- contains(K, V, HashingStrategy<? super V>) - Method in class io.netty.handler.codec.DefaultHeaders
-
- contains(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- contains(K, V) - Method in class io.netty.handler.codec.EmptyHeaders
-
- contains(K) - Method in interface io.netty.handler.codec.Headers
-
Returns true
if a header with the name
exists, false
otherwise.
- contains(K, V) - Method in interface io.netty.handler.codec.Headers
-
Returns true
if a header with the name
and value
exists, false
otherwise.
- 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 true
if 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 true
if 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 true
if 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 true
if 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 true
if 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 true
if 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 true
if 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 true
if 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 true
if 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 true
if a header with the name and value exists.
- ContextBoundUnmarshallerProvider - Class in io.netty.handler.codec.marshalling
-
UnmarshallerProvider
which store a reference to the
Unmarshaller
in the
ChannelHandlerContext
via the
ChannelHandlerContext.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(V) - Method in class io.netty.handler.codec.UnsupportedValueConverter
-
- convertToBoolean(T) - Method in interface io.netty.handler.codec.ValueConverter
-
- convertToByte(CharSequence) - Method in class io.netty.handler.codec.CharSequenceValueConverter
-
- convertToByte(V) - Method in class io.netty.handler.codec.UnsupportedValueConverter
-
- convertToByte(T) - Method in interface io.netty.handler.codec.ValueConverter
-
- convertToChar(CharSequence) - Method in class io.netty.handler.codec.CharSequenceValueConverter
-
- convertToChar(V) - Method in class io.netty.handler.codec.UnsupportedValueConverter
-
- convertToChar(T) - Method in interface io.netty.handler.codec.ValueConverter
-
- convertToDouble(CharSequence) - Method in class io.netty.handler.codec.CharSequenceValueConverter
-
- convertToDouble(V) - Method in class io.netty.handler.codec.UnsupportedValueConverter
-
- convertToDouble(T) - Method in interface io.netty.handler.codec.ValueConverter
-
- convertToFloat(CharSequence) - Method in class io.netty.handler.codec.CharSequenceValueConverter
-
- convertToFloat(V) - Method in class io.netty.handler.codec.UnsupportedValueConverter
-
- convertToFloat(T) - Method in interface io.netty.handler.codec.ValueConverter
-
- convertToInt(CharSequence) - Method in class io.netty.handler.codec.CharSequenceValueConverter
-
- convertToInt(V) - Method in class io.netty.handler.codec.UnsupportedValueConverter
-
- convertToInt(T) - Method in interface io.netty.handler.codec.ValueConverter
-
- convertToLong(CharSequence) - Method in class io.netty.handler.codec.CharSequenceValueConverter
-
- convertToLong(V) - Method in class io.netty.handler.codec.UnsupportedValueConverter
-
- convertToLong(T) - Method in interface io.netty.handler.codec.ValueConverter
-
- convertToShort(CharSequence) - Method in class io.netty.handler.codec.CharSequenceValueConverter
-
- convertToShort(V) - Method in class io.netty.handler.codec.UnsupportedValueConverter
-
- convertToShort(T) - Method in interface io.netty.handler.codec.ValueConverter
-
- convertToTimeMillis(CharSequence) - Method in class io.netty.handler.codec.CharSequenceValueConverter
-
- convertToTimeMillis(V) - Method in class io.netty.handler.codec.UnsupportedValueConverter
-
- convertToTimeMillis(T) - Method in interface io.netty.handler.codec.ValueConverter
-
- copy() - Method in class io.netty.handler.codec.DefaultHeaders
-
Returns a deep copy of this instance.
- CorruptedFrameException - Exception in io.netty.handler.codec
-
An
DecoderException
which 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, Throwable) - 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(Throwable) - Constructor for exception io.netty.handler.codec.CorruptedFrameException
-
Creates a new instance.
- 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 ByteBuf
s and return the ByteBuf
that holds the cumulated bytes.
- get(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- get(K, V) - Method in class io.netty.handler.codec.DefaultHeaders
-
- get(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- get(K, V) - 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 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, V) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getAndRemove(K, V) - 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 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
-
- getBoolean(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getBoolean(K, boolean) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getBoolean(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getBoolean(K, boolean) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getBoolean(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the boolean
value of a header with the specified name.
- getBoolean(K, boolean) - Method in interface io.netty.handler.codec.Headers
-
Returns the boolean
value of a header with the specified name.
- getBooleanAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getBooleanAndRemove(K, boolean) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getBooleanAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getBooleanAndRemove(K, boolean) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getBooleanAndRemove(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the boolean
value of a header with the specified name
and removes the header from this
object.
- getBooleanAndRemove(K, boolean) - Method in interface io.netty.handler.codec.Headers
-
Returns the boolean
value of a header with the specified name
and removes the header from this
object.
- getByte(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getByte(K, byte) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getByte(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getByte(K, byte) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getByte(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the byte
value of a header with the specified name.
- getByte(K, byte) - Method in interface io.netty.handler.codec.Headers
-
Returns the byte
value of a header with the specified name.
- getByteAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getByteAndRemove(K, byte) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getByteAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getByteAndRemove(K, byte) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getByteAndRemove(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the byte
value of a header with the specified name
and removes the header from this
object.
- getByteAndRemove(K, byte) - Method in interface io.netty.handler.codec.Headers
-
Returns the byte
value of a header with the specified name
and removes the header from this
object.
- getChar(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getChar(K, char) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getChar(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getChar(K, char) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getChar(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the char
value of a header with the specified name.
- getChar(K, char) - Method in interface io.netty.handler.codec.Headers
-
Returns the char
value of a header with the specified name.
- getCharAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getCharAndRemove(K, char) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getCharAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getCharAndRemove(K, char) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getCharAndRemove(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the char
value of a header with the specified name
and removes the header from this
object.
- getCharAndRemove(K, char) - Method in interface io.netty.handler.codec.Headers
-
Returns the char
value of a header with the specified name
and removes the header from this
object.
- getDouble(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getDouble(K, double) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getDouble(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getDouble(K, double) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getDouble(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the double
value of a header with the specified name.
- getDouble(K, double) - Method in interface io.netty.handler.codec.Headers
-
Returns the double
value of a header with the specified name.
- getDoubleAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getDoubleAndRemove(K, double) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getDoubleAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getDoubleAndRemove(K, double) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getDoubleAndRemove(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the double
value of a header with the specified name
and removes the header from this
object.
- getDoubleAndRemove(K, double) - Method in interface io.netty.handler.codec.Headers
-
Returns the double
value of a header with the specified name
and removes the header from this
object.
- getFloat(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getFloat(K, float) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getFloat(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getFloat(K, float) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getFloat(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the float
value of a header with the specified name.
- getFloat(K, float) - Method in interface io.netty.handler.codec.Headers
-
Returns the float
value of a header with the specified name.
- getFloatAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getFloatAndRemove(K, float) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getFloatAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getFloatAndRemove(K, float) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getFloatAndRemove(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the float
value of a header with the specified name
and removes the header from this
object.
- getFloatAndRemove(K, float) - Method in interface io.netty.handler.codec.Headers
-
Returns the float
value of a header with the specified name
and removes the header from this
object.
- getInt(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getInt(K, int) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getInt(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getInt(K, int) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getInt(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the int
value of a header with the specified name.
- getInt(K, int) - Method in interface io.netty.handler.codec.Headers
-
Returns the int
value of a header with the specified name.
- getIntAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getIntAndRemove(K, int) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getIntAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getIntAndRemove(K, int) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getIntAndRemove(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the int
value of a header with the specified name
and removes the header from this
object.
- getIntAndRemove(K, int) - Method in interface io.netty.handler.codec.Headers
-
Returns the int
value of a header with the specified name
and 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, long) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getLong(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getLong(K, long) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getLong(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the long
value of a header with the specified name.
- getLong(K, long) - Method in interface io.netty.handler.codec.Headers
-
Returns the long
value of a header with the specified name.
- getLongAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getLongAndRemove(K, long) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getLongAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getLongAndRemove(K, long) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getLongAndRemove(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the long
value of a header with the specified name
and removes the header from this
object.
- getLongAndRemove(K, long) - Method in interface io.netty.handler.codec.Headers
-
Returns the long
value of a header with the specified name
and 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 Marshaller
for the given ChannelHandlerContext
- getMarshaller(ChannelHandlerContext) - Method in class io.netty.handler.codec.marshalling.ThreadLocalMarshallerProvider
-
- getShort(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getShort(K, short) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getShort(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getShort(K, short) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getShort(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the short
value of a header with the specified name.
- getShort(K, short) - Method in interface io.netty.handler.codec.Headers
-
Returns the short
value of a header with the specified name.
- getShortAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getShortAndRemove(K, short) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getShortAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getShortAndRemove(K, short) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getShortAndRemove(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the short
value of a header with the specified name
and removes the header from this
object.
- getShortAndRemove(K, short) - Method in interface io.netty.handler.codec.Headers
-
Returns the short
value of a header with the specified name
and removes the header from this
object.
- getTimeMillis(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getTimeMillis(K, long) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getTimeMillis(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getTimeMillis(K, long) - 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 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, long) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getTimeMillisAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getTimeMillisAndRemove(K, long) - 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 name
in milliseconds and removes the header from this
object.
- getTimeMillisAndRemove(K, long) - Method in interface io.netty.handler.codec.Headers
-
Returns the value of a header with the specified name
in 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 Unmarshaller
for the given ChannelHandlerContext
- getValue() - Method in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
-
- 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 variable in class io.netty.handler.codec.CharSequenceValueConverter
-
- instance() - Static method in class io.netty.handler.codec.UnsupportedValueConverter
-
- 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
-
- 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
-
Encoder and decoder which transform a
Base64-encoded
String
or
ByteBuf
into a decoded
ByteBuf
and vice versa.
- io.netty.handler.codec.bytes - package io.netty.handler.codec.bytes
-
Encoder and decoder which transform an array of bytes into a
ByteBuf
and vice versa.
- io.netty.handler.codec.compression - package io.netty.handler.codec.compression
-
Encoder and decoder which compresses and decompresses
ByteBuf
s
in a compression format such as
zlib,
gzip, and
Snappy.
- io.netty.handler.codec.json - package io.netty.handler.codec.json
-
- io.netty.handler.codec.marshalling - package io.netty.handler.codec.marshalling
-
- io.netty.handler.codec.protobuf - package io.netty.handler.codec.protobuf
-
Encoder and decoder which transform a
Google Protocol Buffers
Message
and
MessageNano
into a
ByteBuf
and vice versa.
- io.netty.handler.codec.serialization - package io.netty.handler.codec.serialization
-
Encoder, decoder and their compatibility stream implementations which
transform a
Serializable
object into a byte buffer and
vice versa.
- io.netty.handler.codec.string - package io.netty.handler.codec.string
-
Encoder and decoder which transform a
String
into a
ByteBuf
and 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 true
if and only if the specified message is already aggregated.
- isClosed() - Method in class io.netty.handler.codec.compression.Bzip2Decoder
-
Returns true
if and only if the end of the compressed stream
has been reached.
- isClosed() - Method in class io.netty.handler.codec.compression.Bzip2Encoder
-
Returns true
if 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 true
if 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 true
if and only if the end of the compressed stream
has been reached.
- isClosed() - Method in class io.netty.handler.codec.compression.Lz4FrameEncoder
-
Returns true
if and only if the compressed stream has been finished.
- isClosed() - Method in class io.netty.handler.codec.compression.ZlibDecoder
-
Returns true
if and only if the end of the compressed stream
has been reached.
- isClosed() - Method in class io.netty.handler.codec.compression.ZlibEncoder
-
Returns true
if 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 than
maxContentLength
.
- isContentMessage(I) - Method in class io.netty.handler.codec.MessageAggregator
-
Returns true
if 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
-
- isLastContentMessage(C) - Method in class io.netty.handler.codec.MessageAggregator
-
Returns true
if 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.DatagramPacketDecoder
-
- isSharable() - Method in class io.netty.handler.codec.DatagramPacketEncoder
-
- isSingleDecode() - Method in class io.netty.handler.codec.ByteToMessageDecoder
-
- isStartMessage(I) - Method in class io.netty.handler.codec.MessageAggregator
-
Returns true
if 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 true
if 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
-
- JdkZlibDecoder - Class in io.netty.handler.codec.compression
-
Decompress a ByteBuf
using the inflate algorithm.
- JdkZlibDecoder() - 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(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(boolean) - Constructor for class io.netty.handler.codec.compression.JdkZlibDecoder
-
- JdkZlibEncoder - Class in io.netty.handler.codec.compression
-
Compresses a ByteBuf
using 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(int) - Constructor for class io.netty.handler.codec.compression.JdkZlibEncoder
-
Creates a new zlib encoder with the specified
compressionLevel
and the default wrapper (
ZlibWrapper.ZLIB
).
- 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 compressionLevel
and the specified wrapper.
- 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, byte[]) - Constructor for class io.netty.handler.codec.compression.JdkZlibEncoder
-
Creates a new zlib encoder with the specified compressionLevel
and the specified preset dictionary.
- 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(int) - Constructor for class io.netty.handler.codec.json.JsonObjectDecoder
-
- JsonObjectDecoder(boolean) - 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
-
- JZlibDecoder(ZlibWrapper) - Constructor for class io.netty.handler.codec.compression.JZlibDecoder
-
Creates a new instance with the specified wrapper.
- JZlibDecoder(byte[]) - Constructor for class io.netty.handler.codec.compression.JZlibDecoder
-
Creates a new instance with the specified preset dictionary.
- JZlibEncoder - Class in io.netty.handler.codec.compression
-
Compresses a ByteBuf
using 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(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(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 specified windowBits
, the specified memLevel
, and
the specified wrapper.
- 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, 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 specified windowBits
, the specified memLevel
,
and the specified preset dictionary.
- LengthFieldBasedFrameDecoder - Class in io.netty.handler.codec
-
A decoder that splits the received ByteBuf
s 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.
- LineBasedFrameDecoder - Class in io.netty.handler.codec
-
A decoder that splits the received ByteBuf
s 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')
and LF ('\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
String
and encode it into a
ByteBuf
.
- 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(Charset) - Constructor for class io.netty.handler.codec.string.LineEncoder
-
Creates a new instance with the specified character set.
- LineEncoder(LineSeparator, Charset) - Constructor for class io.netty.handler.codec.string.LineEncoder
-
Creates a new instance with the specified line separator and 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
-
- Lz4FrameDecoder - Class in io.netty.handler.codec.compression
-
Uncompresses a ByteBuf
encoded 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 ByteBuf
using 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.
- LzfDecoder - Class in io.netty.handler.codec.compression
-
Uncompresses a ByteBuf
encoded 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 ByteBuf
using 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
-
Creates a new LZF encoder with specified encoding instance.
- LzfEncoder(int) - Constructor for class io.netty.handler.codec.compression.LzfEncoder
-
Creates a new LZF encoder with specified total length of encoded chunk.
- LzfEncoder(boolean, 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 ByteBuf
using the LZMA algorithm.
- LzmaFrameEncoder() - Constructor for class io.netty.handler.codec.compression.LzmaFrameEncoder
-
Creates LZMA encoder with default settings.
- LzmaFrameEncoder(int, int, int) - Constructor for class io.netty.handler.codec.compression.LzmaFrameEncoder
-
Creates LZMA encoder with specified lc
, lp
, pb
values and the medium dictionary size of .
- LzmaFrameEncoder(int) - Constructor for class io.netty.handler.codec.compression.LzmaFrameEncoder
-
Creates LZMA encoder with specified dictionary size and default values of
lc
= ,
lp
= ,
pb
= .
- LzmaFrameEncoder(int, int, int, int) - Constructor for class io.netty.handler.codec.compression.LzmaFrameEncoder
-
Creates LZMA encoder with specified lc
, lp
, pb
values 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.
- mark(int) - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
- markSupported() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
- MarshallerProvider - Interface in io.netty.handler.codec.marshalling
-
This provider is responsible to get a Marshaller
for the given ChannelHandlerContext
.
- MarshallingDecoder - Class in io.netty.handler.codec.marshalling
-
- MarshallingDecoder(UnmarshallerProvider) - Constructor for class io.netty.handler.codec.marshalling.MarshallingDecoder
-
Creates a new decoder whose maximum object size is 1048576
bytes.
- 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
-
- MarshallingEncoder(MarshallerProvider) - Constructor for class io.netty.handler.codec.marshalling.MarshallingEncoder
-
Creates a new encoder.
- 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.
- maxObjectSize - Variable in class io.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
-
- MERGE_CUMULATOR - Static variable in class io.netty.handler.codec.ByteToMessageDecoder
-
Cumulate ByteBuf
s by merge them into one ByteBuf
's, using memory copies.
- MessageAggregationException - Exception in io.netty.handler.codec
-
Raised by
MessageAggregator
when 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 ChannelHandler
that 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
-
ChannelOutboundHandlerAdapter
which encodes message in a stream-like fashion from one message to an
ByteBuf
.
- MessageToByteEncoder() - Constructor for class io.netty.handler.codec.MessageToByteEncoder
-
- MessageToByteEncoder(Class<? extends I>) - Constructor for class io.netty.handler.codec.MessageToByteEncoder
-
- 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>, 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
-
ChannelInboundHandlerAdapter
which 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
-
ChannelOutboundHandlerAdapter
which encodes from one message to an other message
For example here is an implementation which decodes an
Integer
to an
String
.
- 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