- 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.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(AsciiString, AsciiString) - Method in interface io.netty.handler.codec.BinaryHeaders
-
- add(AsciiString, Iterable<? extends AsciiString>) - Method in interface io.netty.handler.codec.BinaryHeaders
-
- add(AsciiString, AsciiString...) - Method in interface io.netty.handler.codec.BinaryHeaders
-
- add(BinaryHeaders) - Method in interface io.netty.handler.codec.BinaryHeaders
-
- add(AsciiString, AsciiString) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
-
- add(AsciiString, Iterable<? extends AsciiString>) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
-
- add(AsciiString, AsciiString...) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
-
- add(BinaryHeaders) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
-
- add(T, T) - Method in class io.netty.handler.codec.DefaultHeaders
-
- add(T, Iterable<? extends T>) - Method in class io.netty.handler.codec.DefaultHeaders
-
- add(T, T...) - Method in class io.netty.handler.codec.DefaultHeaders
-
- add(Headers<T>) - Method in class io.netty.handler.codec.DefaultHeaders
-
- add(CharSequence, CharSequence) - Method in class io.netty.handler.codec.DefaultTextHeaders
-
- add(CharSequence, Iterable<? extends CharSequence>) - Method in class io.netty.handler.codec.DefaultTextHeaders
-
- add(CharSequence, CharSequence...) - Method in class io.netty.handler.codec.DefaultTextHeaders
-
- add(TextHeaders) - Method in class io.netty.handler.codec.DefaultTextHeaders
-
- add(AsciiString, AsciiString) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
-
- add(AsciiString, Iterable<? extends AsciiString>) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
-
- add(AsciiString, AsciiString...) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
-
- add(BinaryHeaders) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
-
- add(T, T) - Method in class io.netty.handler.codec.EmptyHeaders
-
- add(T, Iterable<? extends T>) - Method in class io.netty.handler.codec.EmptyHeaders
-
- add(T, T...) - Method in class io.netty.handler.codec.EmptyHeaders
-
- add(Headers<T>) - Method in class io.netty.handler.codec.EmptyHeaders
-
- add(CharSequence, CharSequence) - Method in class io.netty.handler.codec.EmptyTextHeaders
-
- add(CharSequence, Iterable<? extends CharSequence>) - Method in class io.netty.handler.codec.EmptyTextHeaders
-
- add(CharSequence, CharSequence...) - Method in class io.netty.handler.codec.EmptyTextHeaders
-
- add(TextHeaders) - Method in class io.netty.handler.codec.EmptyTextHeaders
-
- add(T, T) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header with the specified name and value.
- add(T, Iterable<? extends T>) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header with the specified name and values.
- add(T, T...) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header with the specified name and values.
- add(Headers<T>) - Method in interface io.netty.handler.codec.Headers
-
Adds all header entries of the specified headers.
- add(CharSequence, CharSequence) - Method in interface io.netty.handler.codec.TextHeaders
-
- add(CharSequence, Iterable<? extends CharSequence>) - Method in interface io.netty.handler.codec.TextHeaders
-
- add(CharSequence, CharSequence...) - Method in interface io.netty.handler.codec.TextHeaders
-
- add(TextHeaders) - Method in interface io.netty.handler.codec.TextHeaders
-
- addBoolean(AsciiString, boolean) - Method in interface io.netty.handler.codec.BinaryHeaders
-
- addBoolean(AsciiString, boolean) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
-
- addBoolean(T, boolean) - Method in class io.netty.handler.codec.DefaultHeaders
-
- addBoolean(CharSequence, boolean) - Method in class io.netty.handler.codec.DefaultTextHeaders
-
- addBoolean(AsciiString, boolean) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
-
- addBoolean(T, boolean) - Method in class io.netty.handler.codec.EmptyHeaders
-
- addBoolean(CharSequence, boolean) - Method in class io.netty.handler.codec.EmptyTextHeaders
-
- addBoolean(T, boolean) - Method in interface io.netty.handler.codec.Headers
-
Add the name to value.
- addBoolean(CharSequence, boolean) - Method in interface io.netty.handler.codec.TextHeaders
-
- addByte(AsciiString, byte) - Method in interface io.netty.handler.codec.BinaryHeaders
-
- addByte(AsciiString, byte) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
-
- addByte(T, byte) - Method in class io.netty.handler.codec.DefaultHeaders
-
- addByte(CharSequence, byte) - Method in class io.netty.handler.codec.DefaultTextHeaders
-
- addByte(AsciiString, byte) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
-
- addByte(T, byte) - Method in class io.netty.handler.codec.EmptyHeaders
-
- addByte(CharSequence, byte) - Method in class io.netty.handler.codec.EmptyTextHeaders
-
- addByte(T, byte) - Method in interface io.netty.handler.codec.Headers
-
Add the name to value.
- addByte(CharSequence, byte) - Method in interface io.netty.handler.codec.TextHeaders
-
- addChar(AsciiString, char) - Method in interface io.netty.handler.codec.BinaryHeaders
-
- addChar(AsciiString, char) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
-
- addChar(T, char) - Method in class io.netty.handler.codec.DefaultHeaders
-
- addChar(CharSequence, char) - Method in class io.netty.handler.codec.DefaultTextHeaders
-
- addChar(AsciiString, char) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
-
- addChar(T, char) - Method in class io.netty.handler.codec.EmptyHeaders
-
- addChar(CharSequence, char) - Method in class io.netty.handler.codec.EmptyTextHeaders
-
- addChar(T, char) - Method in interface io.netty.handler.codec.Headers
-
Add the name to value.
- addChar(CharSequence, char) - Method in interface io.netty.handler.codec.TextHeaders
-
- addDouble(AsciiString, double) - Method in interface io.netty.handler.codec.BinaryHeaders
-
- addDouble(AsciiString, double) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
-
- addDouble(T, double) - Method in class io.netty.handler.codec.DefaultHeaders
-
- addDouble(CharSequence, double) - Method in class io.netty.handler.codec.DefaultTextHeaders
-
- addDouble(AsciiString, double) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
-
- addDouble(T, double) - Method in class io.netty.handler.codec.EmptyHeaders
-
- addDouble(CharSequence, double) - Method in class io.netty.handler.codec.EmptyTextHeaders
-
- addDouble(T, double) - Method in interface io.netty.handler.codec.Headers
-
Add the name to value.
- addDouble(CharSequence, double) - Method in interface io.netty.handler.codec.TextHeaders
-
- addFloat(AsciiString, float) - Method in interface io.netty.handler.codec.BinaryHeaders
-
- addFloat(AsciiString, float) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
-
- addFloat(T, float) - Method in class io.netty.handler.codec.DefaultHeaders
-
- addFloat(CharSequence, float) - Method in class io.netty.handler.codec.DefaultTextHeaders
-
- addFloat(AsciiString, float) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
-
- addFloat(T, float) - Method in class io.netty.handler.codec.EmptyHeaders
-
- addFloat(CharSequence, float) - Method in class io.netty.handler.codec.EmptyTextHeaders
-
- addFloat(T, float) - Method in interface io.netty.handler.codec.Headers
-
Add the name to value.
- addFloat(CharSequence, float) - Method in interface io.netty.handler.codec.TextHeaders
-
- addInt(AsciiString, int) - Method in interface io.netty.handler.codec.BinaryHeaders
-
- addInt(AsciiString, int) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
-
- addInt(T, int) - Method in class io.netty.handler.codec.DefaultHeaders
-
- addInt(CharSequence, int) - Method in class io.netty.handler.codec.DefaultTextHeaders
-
- addInt(AsciiString, int) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
-
- addInt(T, int) - Method in class io.netty.handler.codec.EmptyHeaders
-
- addInt(CharSequence, int) - Method in class io.netty.handler.codec.EmptyTextHeaders
-
- addInt(T, int) - Method in interface io.netty.handler.codec.Headers
-
Add the name to value.
- addInt(CharSequence, int) - Method in interface io.netty.handler.codec.TextHeaders
-
- addLong(AsciiString, long) - Method in interface io.netty.handler.codec.BinaryHeaders
-
- addLong(AsciiString, long) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
-
- addLong(T, long) - Method in class io.netty.handler.codec.DefaultHeaders
-
- addLong(CharSequence, long) - Method in class io.netty.handler.codec.DefaultTextHeaders
-
- addLong(AsciiString, long) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
-
- addLong(T, long) - Method in class io.netty.handler.codec.EmptyHeaders
-
- addLong(CharSequence, long) - Method in class io.netty.handler.codec.EmptyTextHeaders
-
- addLong(T, long) - Method in interface io.netty.handler.codec.Headers
-
Add the name to value.
- addLong(CharSequence, long) - Method in interface io.netty.handler.codec.TextHeaders
-
- addObject(AsciiString, Object) - Method in interface io.netty.handler.codec.BinaryHeaders
-
- addObject(AsciiString, Iterable<?>) - Method in interface io.netty.handler.codec.BinaryHeaders
-
- addObject(AsciiString, Object...) - Method in interface io.netty.handler.codec.BinaryHeaders
-
- addObject(AsciiString, Object) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
-
- addObject(AsciiString, Iterable<?>) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
-
- addObject(AsciiString, Object...) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
-
- addObject(T, Object) - Method in class io.netty.handler.codec.DefaultHeaders
-
- addObject(T, Iterable<?>) - Method in class io.netty.handler.codec.DefaultHeaders
-
- addObject(T, Object...) - Method in class io.netty.handler.codec.DefaultHeaders
-
- addObject(CharSequence, Object) - Method in class io.netty.handler.codec.DefaultTextHeaders
-
- addObject(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.DefaultTextHeaders
-
- addObject(CharSequence, Object...) - Method in class io.netty.handler.codec.DefaultTextHeaders
-
- addObject(AsciiString, Object) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
-
- addObject(AsciiString, Iterable<?>) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
-
- addObject(AsciiString, Object...) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
-
- addObject(T, Object) - Method in class io.netty.handler.codec.EmptyHeaders
-
- addObject(T, Iterable<?>) - Method in class io.netty.handler.codec.EmptyHeaders
-
- addObject(T, Object...) - Method in class io.netty.handler.codec.EmptyHeaders
-
- addObject(CharSequence, Object) - Method in class io.netty.handler.codec.EmptyTextHeaders
-
- addObject(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.EmptyTextHeaders
-
- addObject(CharSequence, Object...) - Method in class io.netty.handler.codec.EmptyTextHeaders
-
- addObject(T, Object) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header with the specified name and value.
- addObject(T, Iterable<?>) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header with the specified name and values.
- addObject(T, Object...) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header with the specified name and values.
- addObject(CharSequence, Object) - Method in interface io.netty.handler.codec.TextHeaders
-
- addObject(CharSequence, Iterable<?>) - Method in interface io.netty.handler.codec.TextHeaders
-
- addObject(CharSequence, Object...) - Method in interface io.netty.handler.codec.TextHeaders
-
- addShort(AsciiString, short) - Method in interface io.netty.handler.codec.BinaryHeaders
-
- addShort(AsciiString, short) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
-
- addShort(T, short) - Method in class io.netty.handler.codec.DefaultHeaders
-
- addShort(CharSequence, short) - Method in class io.netty.handler.codec.DefaultTextHeaders
-
- addShort(AsciiString, short) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
-
- addShort(T, short) - Method in class io.netty.handler.codec.EmptyHeaders
-
- addShort(CharSequence, short) - Method in class io.netty.handler.codec.EmptyTextHeaders
-
- addShort(T, short) - Method in interface io.netty.handler.codec.Headers
-
Add the name to value.
- addShort(CharSequence, short) - Method in interface io.netty.handler.codec.TextHeaders
-
- addTimeMillis(AsciiString, long) - Method in interface io.netty.handler.codec.BinaryHeaders
-
- addTimeMillis(AsciiString, long) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
-
- addTimeMillis(T, long) - Method in class io.netty.handler.codec.DefaultHeaders
-
- addTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.DefaultTextHeaders
-
- addTimeMillis(AsciiString, long) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
-
- addTimeMillis(T, long) - Method in class io.netty.handler.codec.EmptyHeaders
-
- addTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.EmptyTextHeaders
-
- addTimeMillis(T, long) - Method in interface io.netty.handler.codec.Headers
-
Add the name to value.
- addTimeMillis(CharSequence, long) - Method in interface io.netty.handler.codec.TextHeaders
-
- 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.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).
- array() - Method in class io.netty.handler.codec.AsciiString
-
- arrayOffset() - Method in class io.netty.handler.codec.AsciiString
-
- 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.
- AsciiString - Class in io.netty.handler.codec
-
A string which has been encoded into a character encoding whose character always takes a single byte, similarly to
ASCII.
- AsciiString(byte[]) - Constructor for class io.netty.handler.codec.AsciiString
-
- AsciiString(byte[], boolean) - Constructor for class io.netty.handler.codec.AsciiString
-
- AsciiString(byte[], int, int) - Constructor for class io.netty.handler.codec.AsciiString
-
- AsciiString(byte[], int, int, boolean) - Constructor for class io.netty.handler.codec.AsciiString
-
- AsciiString(char[]) - Constructor for class io.netty.handler.codec.AsciiString
-
- AsciiString(char[], int, int) - Constructor for class io.netty.handler.codec.AsciiString
-
- AsciiString(CharSequence) - Constructor for class io.netty.handler.codec.AsciiString
-
- AsciiString(CharSequence, int, int) - Constructor for class io.netty.handler.codec.AsciiString
-
- AsciiString(ByteBuffer) - Constructor for class io.netty.handler.codec.AsciiString
-
- AsciiString(ByteBuffer, int, int) - Constructor for class io.netty.handler.codec.AsciiString
-
- 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
-
- CASE_INSENSITIVE_ORDER - Static variable in class io.netty.handler.codec.AsciiString
-
- CASE_SENSITIVE_ORDER - Static variable in class io.netty.handler.codec.AsciiString
-
- caseInsensitiveHashCode(CharSequence) - Static method in class io.netty.handler.codec.AsciiString
-
Returns the case-insensitive hash code of the specified string.
- cause() - Method in class io.netty.handler.codec.DecoderResult
-
- channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.ByteToMessageDecoder
-
- channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.MessageAggregator
-
- channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.ReplayingDecoder
-
- 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.ByteToMessageDecoder
-
- charAt(int) - Method in class io.netty.handler.codec.AsciiString
-
- CHARSEQUENCE_CASE_INSENSITIVE_ORDER - Static variable in class io.netty.handler.codec.AsciiString
-
- CHARSEQUENCE_CASE_SENSITIVE_ORDER - Static variable in class io.netty.handler.codec.AsciiString
-
- 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 interface io.netty.handler.codec.BinaryHeaders
-
- clear() - Method in class io.netty.handler.codec.DefaultBinaryHeaders
-
- clear() - Method in class io.netty.handler.codec.DefaultHeaders
-
- clear() - Method in class io.netty.handler.codec.DefaultTextHeaders
-
- clear() - Method in class io.netty.handler.codec.EmptyBinaryHeaders
-
- clear() - Method in class io.netty.handler.codec.EmptyHeaders
-
- clear() - Method in class io.netty.handler.codec.EmptyTextHeaders
-
- clear() - Method in interface io.netty.handler.codec.Headers
-
Removes all headers.
- clear() - Method in interface io.netty.handler.codec.TextHeaders
-
- 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() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
- close() - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
- 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.
- compareTo(CharSequence) - Method in class io.netty.handler.codec.AsciiString
-
Compares the specified string to this string using the ASCII values of the characters.
- compareToIgnoreCase(CharSequence) - Method in class io.netty.handler.codec.AsciiString
-
Compares the specified string to this string using the ASCII values of the characters, ignoring case differences.
- 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 ByteBufs 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.
- concat(CharSequence) - Method in class io.netty.handler.codec.AsciiString
-
Concatenates this string and the specified string.
- contains(CharSequence) - Method in class io.netty.handler.codec.AsciiString
-
Determines if this String contains the sequence of characters in the CharSequence passed.
- contains(T) - Method in class io.netty.handler.codec.DefaultHeaders
-
- contains(T, T) - Method in class io.netty.handler.codec.DefaultHeaders
-
- contains(T, T, Comparator<? super T>) - Method in class io.netty.handler.codec.DefaultHeaders
-
- contains(T, T, Comparator<? super T>, Comparator<? super T>) - Method in class io.netty.handler.codec.DefaultHeaders
-
- contains(CharSequence, CharSequence, boolean) - Method in class io.netty.handler.codec.DefaultTextHeaders
-
- contains(T) - Method in class io.netty.handler.codec.EmptyHeaders
-
- contains(T, T) - Method in class io.netty.handler.codec.EmptyHeaders
-
- contains(T, T, Comparator<? super T>) - Method in class io.netty.handler.codec.EmptyHeaders
-
- contains(T, T, Comparator<? super T>, Comparator<? super T>) - Method in class io.netty.handler.codec.EmptyHeaders
-
- contains(CharSequence, CharSequence, boolean) - Method in class io.netty.handler.codec.EmptyTextHeaders
-
- contains(T) - Method in interface io.netty.handler.codec.Headers
-
Returns true if and only if this collection contains the header with the specified name.
- contains(T, T) - Method in interface io.netty.handler.codec.Headers
-
Returns true if a header with the name and value exists.
- contains(T, T, Comparator<? super T>) - Method in interface io.netty.handler.codec.Headers
-
Returns true if a header with the name and value exists.
- contains(T, T, Comparator<? super T>, Comparator<? super T>) - Method in interface io.netty.handler.codec.Headers
-
Returns true if a header with the name and value exists.
- contains(CharSequence, CharSequence, boolean) - Method in interface io.netty.handler.codec.TextHeaders
-
Returns true if a header with the name and value exists.
- containsBoolean(T, boolean) - Method in class io.netty.handler.codec.DefaultHeaders
-
- containsBoolean(T, boolean) - Method in class io.netty.handler.codec.EmptyHeaders
-
- containsBoolean(T, boolean) - Method in interface io.netty.handler.codec.Headers
-
Returns true if a header with the name and value exists.
- containsByte(T, byte) - Method in class io.netty.handler.codec.DefaultHeaders
-
- containsByte(T, byte) - Method in class io.netty.handler.codec.EmptyHeaders
-
- containsByte(T, byte) - Method in interface io.netty.handler.codec.Headers
-
Returns true if a header with the name and value exists.
- containsChar(T, char) - Method in class io.netty.handler.codec.DefaultHeaders
-
- containsChar(T, char) - Method in class io.netty.handler.codec.EmptyHeaders
-
- containsChar(T, char) - Method in interface io.netty.handler.codec.Headers
-
Returns true if a header with the name and value exists.
- containsDouble(T, double) - Method in class io.netty.handler.codec.DefaultHeaders
-
- containsDouble(T, double) - Method in class io.netty.handler.codec.EmptyHeaders
-
- containsDouble(T, double) - Method in interface io.netty.handler.codec.Headers
-
Returns true if a header with the name and value exists.
- containsFloat(T, float) - Method in class io.netty.handler.codec.DefaultHeaders
-
- containsFloat(T, float) - Method in class io.netty.handler.codec.EmptyHeaders
-
- containsFloat(T, float) - Method in interface io.netty.handler.codec.Headers
-
Returns true if a header with the name and value exists.
- containsInt(T, int) - Method in class io.netty.handler.codec.DefaultHeaders
-
- containsInt(T, int) - Method in class io.netty.handler.codec.EmptyHeaders
-
- containsInt(T, int) - Method in interface io.netty.handler.codec.Headers
-
Returns true if a header with the name and value exists.
- containsLong(T, long) - Method in class io.netty.handler.codec.DefaultHeaders
-
- containsLong(T, long) - Method in class io.netty.handler.codec.EmptyHeaders
-
- containsLong(T, long) - Method in interface io.netty.handler.codec.Headers
-
Returns true if a header with the name and value exists.
- containsObject(T, Object) - Method in class io.netty.handler.codec.DefaultHeaders
-
- containsObject(T, Object, Comparator<? super T>) - Method in class io.netty.handler.codec.DefaultHeaders
-
- containsObject(T, Object, Comparator<? super T>, Comparator<? super T>) - Method in class io.netty.handler.codec.DefaultHeaders
-
- containsObject(CharSequence, Object, boolean) - Method in class io.netty.handler.codec.DefaultTextHeaders
-
- containsObject(T, Object) - Method in class io.netty.handler.codec.EmptyHeaders
-
- containsObject(T, Object, Comparator<? super T>) - Method in class io.netty.handler.codec.EmptyHeaders
-
- containsObject(T, Object, Comparator<? super T>, Comparator<? super T>) - Method in class io.netty.handler.codec.EmptyHeaders
-
- containsObject(CharSequence, Object, boolean) - Method in class io.netty.handler.codec.EmptyTextHeaders
-
- containsObject(T, Object) - Method in interface io.netty.handler.codec.Headers
-
Returns true if a header with the name and value exists.
- containsObject(T, Object, Comparator<? super T>) - Method in interface io.netty.handler.codec.Headers
-
Returns true if a header with the name and value exists.
- containsObject(T, Object, Comparator<? super T>, Comparator<? super T>) - Method in interface io.netty.handler.codec.Headers
-
Returns true if a header with the name and value exists.
- containsObject(CharSequence, Object, boolean) - Method in interface io.netty.handler.codec.TextHeaders
-
Returns true if a header with the name and value exists.
- containsShort(T, short) - Method in class io.netty.handler.codec.DefaultHeaders
-
- containsShort(T, short) - Method in class io.netty.handler.codec.EmptyHeaders
-
- containsShort(T, short) - Method in interface io.netty.handler.codec.Headers
-
Returns true if a header with the name and value exists.
- containsTimeMillis(T, long) - Method in class io.netty.handler.codec.DefaultHeaders
-
- containsTimeMillis(T, long) - Method in class io.netty.handler.codec.EmptyHeaders
-
- containsTimeMillis(T, long) - Method in interface io.netty.handler.codec.Headers
-
Returns true if a header with the name and value exists.
- contentEquals(CharSequence) - Method in class io.netty.handler.codec.AsciiString
-
Compares a CharSequence to this String to determine if their contents are equal.
- contentLength(S) - Method in class io.netty.handler.codec.MessageAggregator
-
Retrieves the length of the whole content from the specified start message.
- ContextBoundUnmarshallerProvider - Class in io.netty.handler.codec.marshalling
-
UnmarshallerProvider which store a reference to the
Unmarshaller in the
ChannelHandlerContext via the
AttributeMap.attr(AttributeKey)
method.
- ContextBoundUnmarshallerProvider(MarshallerFactory, MarshallingConfiguration) - Constructor for class io.netty.handler.codec.marshalling.ContextBoundUnmarshallerProvider
-
- convertBoolean(boolean) - Method in class io.netty.handler.codec.DefaultTextHeaders.DefaultTextValueTypeConverter
-
- convertBoolean(boolean) - Method in interface io.netty.handler.codec.Headers.ValueConverter
-
- convertByte(byte) - Method in class io.netty.handler.codec.DefaultTextHeaders.DefaultTextValueTypeConverter
-
- convertByte(byte) - Method in interface io.netty.handler.codec.Headers.ValueConverter
-
- convertChar(char) - Method in class io.netty.handler.codec.DefaultTextHeaders.DefaultTextValueTypeConverter
-
- convertChar(char) - Method in interface io.netty.handler.codec.Headers.ValueConverter
-
- convertDouble(double) - Method in class io.netty.handler.codec.DefaultTextHeaders.DefaultTextValueTypeConverter
-
- convertDouble(double) - Method in interface io.netty.handler.codec.Headers.ValueConverter
-
- convertFloat(float) - Method in class io.netty.handler.codec.DefaultTextHeaders.DefaultTextValueTypeConverter
-
- convertFloat(float) - Method in interface io.netty.handler.codec.Headers.ValueConverter
-
- ConvertibleHeaders<UnconvertedType,ConvertedType> - Interface in io.netty.handler.codec
-
Extension to the
Headers interface to provide methods which convert the
native
UnconvertedType to the not-native
ConvertedType
- ConvertibleHeaders.TypeConverter<UnconvertedType,ConvertedType> - Interface in io.netty.handler.codec
-
Interface to do conversions to and from the two generic type parameters
- convertInt(int) - Method in class io.netty.handler.codec.DefaultTextHeaders.DefaultTextValueTypeConverter
-
- convertInt(int) - Method in interface io.netty.handler.codec.Headers.ValueConverter
-
- convertLong(long) - Method in class io.netty.handler.codec.DefaultTextHeaders.DefaultTextValueTypeConverter
-
- convertLong(long) - Method in interface io.netty.handler.codec.Headers.ValueConverter
-
- convertName(T) - Method in class io.netty.handler.codec.DefaultHeaders.IdentityNameConverter
-
- convertName(T) - Method in interface io.netty.handler.codec.DefaultHeaders.NameConverter
-
Convert the name to some other form of the same object type
- convertObject(Object) - Method in class io.netty.handler.codec.DefaultTextHeaders.DefaultTextValueTypeConverter
-
- convertObject(Object) - Method in interface io.netty.handler.codec.Headers.ValueConverter
-
- convertShort(short) - Method in class io.netty.handler.codec.DefaultTextHeaders.DefaultTextValueTypeConverter
-
- convertShort(short) - Method in interface io.netty.handler.codec.Headers.ValueConverter
-
- convertTimeMillis(long) - Method in class io.netty.handler.codec.DefaultTextHeaders.DefaultTextValueTypeConverter
-
- convertTimeMillis(long) - Method in interface io.netty.handler.codec.Headers.ValueConverter
-
- convertToBoolean(CharSequence) - Method in class io.netty.handler.codec.DefaultTextHeaders.DefaultTextValueTypeConverter
-
- convertToBoolean(T) - Method in interface io.netty.handler.codec.Headers.ValueConverter
-
- convertToByte(CharSequence) - Method in class io.netty.handler.codec.DefaultTextHeaders.DefaultTextValueTypeConverter
-
- convertToByte(T) - Method in interface io.netty.handler.codec.Headers.ValueConverter
-
- convertToChar(CharSequence) - Method in class io.netty.handler.codec.DefaultTextHeaders.DefaultTextValueTypeConverter
-
- convertToChar(T) - Method in interface io.netty.handler.codec.Headers.ValueConverter
-
- convertToDouble(CharSequence) - Method in class io.netty.handler.codec.DefaultTextHeaders.DefaultTextValueTypeConverter
-
- convertToDouble(T) - Method in interface io.netty.handler.codec.Headers.ValueConverter
-
- convertToFloat(CharSequence) - Method in class io.netty.handler.codec.DefaultTextHeaders.DefaultTextValueTypeConverter
-
- convertToFloat(T) - Method in interface io.netty.handler.codec.Headers.ValueConverter
-
- convertToInt(CharSequence) - Method in class io.netty.handler.codec.DefaultTextHeaders.DefaultTextValueTypeConverter
-
- convertToInt(T) - Method in interface io.netty.handler.codec.Headers.ValueConverter
-
- convertToLong(CharSequence) - Method in class io.netty.handler.codec.DefaultTextHeaders.DefaultTextValueTypeConverter
-
- convertToLong(T) - Method in interface io.netty.handler.codec.Headers.ValueConverter
-
- convertToShort(CharSequence) - Method in class io.netty.handler.codec.DefaultTextHeaders.DefaultTextValueTypeConverter
-
- convertToShort(T) - Method in interface io.netty.handler.codec.Headers.ValueConverter
-
- convertToTimeMillis(CharSequence) - Method in class io.netty.handler.codec.DefaultTextHeaders.DefaultTextValueTypeConverter
-
- convertToTimeMillis(T) - Method in interface io.netty.handler.codec.Headers.ValueConverter
-
- copy(int, ByteBuf, int, int) - Method in class io.netty.handler.codec.AsciiString
-
Copies the content of this string to a ByteBuf using ByteBuf.writeBytes(byte[], int, int).
- copy(int, ByteBuf, int) - Method in class io.netty.handler.codec.AsciiString
-
Copies the content of this string to a ByteBuf using ByteBuf.writeBytes(byte[], int, int).
- copy(int, byte[], int, int) - Method in class io.netty.handler.codec.AsciiString
-
Copies the content of this string to a byte array.
- copy(int, char[], int, int) - Method in class io.netty.handler.codec.AsciiString
-
Copied the content of this string to a character array.
- 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 ByteBufs and return the ByteBuf that holds the cumulated bytes.
- generateHashCode(T) - Method in interface io.netty.handler.codec.DefaultHeaders.HashCodeGenerator
-
Obtain the hash code for the given name
- get(T) - Method in class io.netty.handler.codec.DefaultHeaders
-
- get(T, T) - Method in class io.netty.handler.codec.DefaultHeaders
-
- get(T) - Method in class io.netty.handler.codec.EmptyHeaders
-
- get(T, T) - Method in class io.netty.handler.codec.EmptyHeaders
-
- get(T) - Method in interface io.netty.handler.codec.Headers
-
Returns the value of a header with the specified name.
- get(T, T) - Method in interface io.netty.handler.codec.Headers
-
Returns the value of a header with the specified name.
- getAll(T) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getAll(T) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getAll(T) - Method in interface io.netty.handler.codec.Headers
-
Returns the values of headers with the specified name
- getAllAndConvert(UnconvertedType) - Method in interface io.netty.handler.codec.ConvertibleHeaders
-
- getAllAndConvert(UnconvertedType) - Method in class io.netty.handler.codec.DefaultConvertibleHeaders
-
- getAllAndConvert(UnconvertedType) - Method in class io.netty.handler.codec.EmptyConvertibleHeaders
-
- getAllAndRemove(T) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getAllAndRemove(T) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getAllAndRemove(T) - Method in interface io.netty.handler.codec.Headers
-
Returns and Removes the values of headers with the specified name
- getAllAndRemoveAndConvert(UnconvertedType) - Method in interface io.netty.handler.codec.ConvertibleHeaders
-
- getAllAndRemoveAndConvert(UnconvertedType) - Method in class io.netty.handler.codec.DefaultConvertibleHeaders
-
- getAllAndRemoveAndConvert(UnconvertedType) - Method in class io.netty.handler.codec.EmptyConvertibleHeaders
-
- getAndConvert(UnconvertedType) - Method in interface io.netty.handler.codec.ConvertibleHeaders
-
- getAndConvert(UnconvertedType, ConvertedType) - Method in interface io.netty.handler.codec.ConvertibleHeaders
-
- getAndConvert(UnconvertedType) - Method in class io.netty.handler.codec.DefaultConvertibleHeaders
-
- getAndConvert(UnconvertedType, ConvertedType) - Method in class io.netty.handler.codec.DefaultConvertibleHeaders
-
- getAndConvert(UnconvertedType) - Method in class io.netty.handler.codec.EmptyConvertibleHeaders
-
- getAndConvert(UnconvertedType, ConvertedType) - Method in class io.netty.handler.codec.EmptyConvertibleHeaders
-
- getAndRemove(T) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getAndRemove(T, T) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getAndRemove(T) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getAndRemove(T, T) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getAndRemove(T) - Method in interface io.netty.handler.codec.Headers
-
Returns and removes the value of a header with the specified name.
- getAndRemove(T, T) - Method in interface io.netty.handler.codec.Headers
-
Returns and removes the value of a header with the specified name.
- getAndRemoveAndConvert(UnconvertedType) - Method in interface io.netty.handler.codec.ConvertibleHeaders
-
- getAndRemoveAndConvert(UnconvertedType, ConvertedType) - Method in interface io.netty.handler.codec.ConvertibleHeaders
-
- getAndRemoveAndConvert(UnconvertedType) - Method in class io.netty.handler.codec.DefaultConvertibleHeaders
-
- getAndRemoveAndConvert(UnconvertedType, ConvertedType) - Method in class io.netty.handler.codec.DefaultConvertibleHeaders
-
- getAndRemoveAndConvert(UnconvertedType) - Method in class io.netty.handler.codec.EmptyConvertibleHeaders
-
- getAndRemoveAndConvert(UnconvertedType, ConvertedType) - Method in class io.netty.handler.codec.EmptyConvertibleHeaders
-
- getBoolean(T) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getBoolean(T, boolean) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getBoolean(T) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getBoolean(T, boolean) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getBoolean(T) - Method in interface io.netty.handler.codec.Headers
-
Returns the boolean value of a header with the specified name.
- getBoolean(T, boolean) - Method in interface io.netty.handler.codec.Headers
-
Returns the boolean value of a header with the specified name.
- getBooleanAndRemove(T) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getBooleanAndRemove(T, boolean) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getBooleanAndRemove(T) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getBooleanAndRemove(T, boolean) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getBooleanAndRemove(T) - Method in interface io.netty.handler.codec.Headers
-
Returns and removes the boolean value of a header with the specified name.
- getBooleanAndRemove(T, boolean) - Method in interface io.netty.handler.codec.Headers
-
Returns and removes the boolean value of a header with the specified name.
- getByte(T) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getByte(T, byte) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getByte(T) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getByte(T, byte) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getByte(T) - Method in interface io.netty.handler.codec.Headers
-
Returns the byte value of a header with the specified name.
- getByte(T, byte) - Method in interface io.netty.handler.codec.Headers
-
Returns the byte value of a header with the specified name.
- getByteAndRemove(T) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getByteAndRemove(T, byte) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getByteAndRemove(T) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getByteAndRemove(T, byte) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getByteAndRemove(T) - Method in interface io.netty.handler.codec.Headers
-
Returns and removes the byte value of a header with the specified name.
- getByteAndRemove(T, byte) - Method in interface io.netty.handler.codec.Headers
-
Returns and removes the byte value of a header with the specified name.
- getBytes(CharSequence, Charset) - Static method in class io.netty.handler.codec.AsciiString
-
- getChar(T) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getChar(T, char) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getChar(T) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getChar(T, char) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getChar(T) - Method in interface io.netty.handler.codec.Headers
-
Returns the char value of a header with the specified name.
- getChar(T, char) - Method in interface io.netty.handler.codec.Headers
-
Returns the char value of a header with the specified name.
- getCharAndRemove(T) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getCharAndRemove(T, char) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getCharAndRemove(T) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getCharAndRemove(T, char) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getCharAndRemove(T) - Method in interface io.netty.handler.codec.Headers
-
Returns and removes the char value of a header with the specified name.
- getCharAndRemove(T, char) - Method in interface io.netty.handler.codec.Headers
-
Returns and removes the char value of a header with the specified name.
- getDouble(T) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getDouble(T, double) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getDouble(T) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getDouble(T, double) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getDouble(T) - Method in interface io.netty.handler.codec.Headers
-
Returns the double value of a header with the specified name.
- getDouble(T, double) - Method in interface io.netty.handler.codec.Headers
-
Returns the double value of a header with the specified name.
- getDoubleAndRemove(T) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getDoubleAndRemove(T, double) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getDoubleAndRemove(T) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getDoubleAndRemove(T, double) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getDoubleAndRemove(T) - Method in interface io.netty.handler.codec.Headers
-
Returns and removes the double value of a header with the specified name.
- getDoubleAndRemove(T, double) - Method in interface io.netty.handler.codec.Headers
-
Returns and removes the double value of a header with the specified name.
- getFloat(T) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getFloat(T, float) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getFloat(T) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getFloat(T, float) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getFloat(T) - Method in interface io.netty.handler.codec.Headers
-
Returns the float value of a header with the specified name.
- getFloat(T, float) - Method in interface io.netty.handler.codec.Headers
-
Returns the float value of a header with the specified name.
- getFloatAndRemove(T) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getFloatAndRemove(T, float) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getFloatAndRemove(T) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getFloatAndRemove(T, float) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getFloatAndRemove(T) - Method in interface io.netty.handler.codec.Headers
-
Returns and removes the float value of a header with the specified name.
- getFloatAndRemove(T, float) - Method in interface io.netty.handler.codec.Headers
-
Returns and removes the float value of a header with the specified name.
- getInt(T, short) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getInt(T) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getInt(T, int) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getInt(T, short) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getInt(T) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getInt(T, int) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getInt(T, short) - Method in interface io.netty.handler.codec.Headers
-
Returns the short value of a header with the specified name.
- getInt(T) - Method in interface io.netty.handler.codec.Headers
-
Returns the integer value of a header with the specified name.
- getInt(T, int) - Method in interface io.netty.handler.codec.Headers
-
Returns the integer value of a header with the specified name.
- getIntAndRemove(T) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getIntAndRemove(T, int) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getIntAndRemove(T) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getIntAndRemove(T, int) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getIntAndRemove(T) - Method in interface io.netty.handler.codec.Headers
-
Returns and removes the integer value of a header with the specified name.
- getIntAndRemove(T, int) - Method in interface io.netty.handler.codec.Headers
-
Returns and removes the integer value of a header with the specified name.
- getLong(T) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getLong(T, long) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getLong(T) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getLong(T, long) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getLong(T) - Method in interface io.netty.handler.codec.Headers
-
Returns the long value of a header with the specified name.
- getLong(T, long) - Method in interface io.netty.handler.codec.Headers
-
Returns the long value of a header with the specified name.
- getLongAndRemove(T) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getLongAndRemove(T, long) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getLongAndRemove(T) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getLongAndRemove(T, long) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getLongAndRemove(T) - Method in interface io.netty.handler.codec.Headers
-
Returns and removes the long value of a header with the specified name.
- getLongAndRemove(T, long) - Method in interface io.netty.handler.codec.Headers
-
Returns and removes the long value of a header with the specified name.
- 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(T) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getShort(T) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getShort(T) - Method in interface io.netty.handler.codec.Headers
-
Returns the short value of a header with the specified name.
- getShortAndRemove(T) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getShortAndRemove(T, short) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getShortAndRemove(T) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getShortAndRemove(T, short) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getShortAndRemove(T) - Method in interface io.netty.handler.codec.Headers
-
Returns and removes the short value of a header with the specified name.
- getShortAndRemove(T, short) - Method in interface io.netty.handler.codec.Headers
-
Returns and removes the short value of a header with the specified name.
- getTimeMillis(T) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getTimeMillis(T, long) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getTimeMillis(T) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getTimeMillis(T, long) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getTimeMillis(T) - Method in interface io.netty.handler.codec.Headers
-
Returns the date value of a header with the specified name as milliseconds.
- getTimeMillis(T, long) - Method in interface io.netty.handler.codec.Headers
-
Returns the date value of a header with the specified name as milliseconds.
- getTimeMillisAndRemove(T) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getTimeMillisAndRemove(T, long) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getTimeMillisAndRemove(T) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getTimeMillisAndRemove(T, long) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getTimeMillisAndRemove(T) - Method in interface io.netty.handler.codec.Headers
-
Returns and removes the date value of a header with the specified name as milliseconds.
- getTimeMillisAndRemove(T, long) - Method in interface io.netty.handler.codec.Headers
-
Returns and removes the date value of a header with the specified name as milliseconds.
- 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
- indexOf(int) - Method in class io.netty.handler.codec.AsciiString
-
Searches in this string for the first index of the specified character.
- indexOf(int, int) - Method in class io.netty.handler.codec.AsciiString
-
Searches in this string for the index of the specified character.
- indexOf(CharSequence) - Method in class io.netty.handler.codec.AsciiString
-
Searches in this string for the first index of the specified string.
- indexOf(CharSequence, int) - Method in class io.netty.handler.codec.AsciiString
-
Searches in this string for the index of the specified string.
- internalBuffer() - Method in class io.netty.handler.codec.ByteToMessageDecoder
-
Returns the internal cumulative buffer of this decoder.
- 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
ByteBufs
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
-
- 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.
- 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.AsciiString
-
Answers if the size of this String is zero.
- 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
-
Returns true if and only if this collection contains no header entries.
- 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.
- 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
-
- 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
-
- iteratorConverted() - Method in interface io.netty.handler.codec.ConvertibleHeaders
-
Invokes
Headers.iterator() and lazily does a conversion on the results as they are accessed
- iteratorConverted() - Method in class io.netty.handler.codec.DefaultConvertibleHeaders
-
- iteratorConverted() - Method in class io.netty.handler.codec.EmptyConvertibleHeaders
-
- 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.
- 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.
- lastIndexOf(int) - Method in class io.netty.handler.codec.AsciiString
-
Searches in this string for the last index of the specified character.
- lastIndexOf(int, int) - Method in class io.netty.handler.codec.AsciiString
-
Searches in this string for the index of the specified character.
- lastIndexOf(CharSequence) - Method in class io.netty.handler.codec.AsciiString
-
Searches in this string for the last index of the specified string.
- lastIndexOf(CharSequence, int) - Method in class io.netty.handler.codec.AsciiString
-
Searches in this string for the index of the specified string.
- length() - Method in class io.netty.handler.codec.AsciiString
-
- 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.
- 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') and LF ('\n') delimiters, which could
be used for text-based line protocols.
- 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
Google Code.
- 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
Google Code.
- Lz4FrameEncoder(LZ4Factory, boolean, int, Checksum) - 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.
- matches(String) - Method in class io.netty.handler.codec.AsciiString
-
Determines whether this string matches a given regular expression.
- maxContentLength() - Method in class io.netty.handler.codec.MessageAggregator
-
Returns the maximum allowed length of the aggregated message.
- 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 ByteBufs 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
-
ChannelHandlerAdapter 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
-
A ChannelHandler 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
-
A
ChannelHandler 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
- set(AsciiString, AsciiString) - Method in interface io.netty.handler.codec.BinaryHeaders
-
- set(AsciiString, Iterable<? extends AsciiString>) - Method in interface io.netty.handler.codec.BinaryHeaders
-
- set(AsciiString, AsciiString...) - Method in interface io.netty.handler.codec.BinaryHeaders
-
- set(BinaryHeaders) - Method in interface io.netty.handler.codec.BinaryHeaders
-
- set(AsciiString, AsciiString) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
-
- set(AsciiString, Iterable<? extends AsciiString>) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
-
- set(AsciiString, AsciiString...) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
-
- set(BinaryHeaders) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
-
- set(T, T) - Method in class io.netty.handler.codec.DefaultHeaders
-
- set(T, Iterable<? extends T>) - Method in class io.netty.handler.codec.DefaultHeaders
-
- set(T, T...) - Method in class io.netty.handler.codec.DefaultHeaders
-
- set(Headers<T>) - Method in class io.netty.handler.codec.DefaultHeaders
-
- set(CharSequence, CharSequence) - Method in class io.netty.handler.codec.DefaultTextHeaders
-
- set(CharSequence, Iterable<? extends CharSequence>) - Method in class io.netty.handler.codec.DefaultTextHeaders
-
- set(CharSequence, CharSequence...) - Method in class io.netty.handler.codec.DefaultTextHeaders
-
- set(TextHeaders) - Method in class io.netty.handler.codec.DefaultTextHeaders
-
- set(AsciiString, AsciiString) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
-
- set(AsciiString, Iterable<? extends AsciiString>) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
-
- set(AsciiString, AsciiString...) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
-
- set(BinaryHeaders) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
-
- set(T, T) - Method in class io.netty.handler.codec.EmptyHeaders
-
- set(T, Iterable<? extends T>) - Method in class io.netty.handler.codec.EmptyHeaders
-
- set(T, T...) - Method in class io.netty.handler.codec.EmptyHeaders
-
- set(Headers<T>) - Method in class io.netty.handler.codec.EmptyHeaders
-
- set(CharSequence, CharSequence) - Method in class io.netty.handler.codec.EmptyTextHeaders
-
- set(CharSequence, Iterable<? extends CharSequence>) - Method in class io.netty.handler.codec.EmptyTextHeaders
-
- set(CharSequence, CharSequence...) - Method in class io.netty.handler.codec.EmptyTextHeaders
-
- set(TextHeaders) - Method in class io.netty.handler.codec.EmptyTextHeaders
-
- set(T, T) - Method in interface io.netty.handler.codec.Headers
-
Sets a header with the specified name and value.
- set(T, Iterable<? extends T>) - Method in interface io.netty.handler.codec.Headers
-
Sets a header with the specified name and values.
- set(T, T...) - Method in interface io.netty.handler.codec.Headers
-
Sets a header with the specified name and values.
- set(Headers<T>) - Method in interface io.netty.handler.codec.Headers
-
Cleans the current header entries and copies all header entries of the specified headers.
- set(CharSequence, CharSequence) - Method in interface io.netty.handler.codec.TextHeaders
-
- set(CharSequence, Iterable<? extends CharSequence>) - Method in interface io.netty.handler.codec.TextHeaders
-
- set(CharSequence, CharSequence...) - Method in interface io.netty.handler.codec.TextHeaders
-
- set(TextHeaders) - Method in interface io.netty.handler.codec.TextHeaders
-
- setAll(BinaryHeaders) - Method in interface io.netty.handler.codec.BinaryHeaders
-
- setAll(BinaryHeaders) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
-
- setAll(Headers<T>) - Method in class io.netty.handler.codec.DefaultHeaders
-
- setAll(TextHeaders) - Method in class io.netty.handler.codec.DefaultTextHeaders
-
- setAll(BinaryHeaders) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
-
- setAll(Headers<T>) - Method in class io.netty.handler.codec.EmptyHeaders
-
- setAll(TextHeaders) - Method in class io.netty.handler.codec.EmptyTextHeaders
-
- setAll(Headers<T>) - Method in interface io.netty.handler.codec.Headers
-
- setAll(TextHeaders) - Method in interface io.netty.handler.codec.TextHeaders
-
- setBoolean(AsciiString, boolean) - Method in interface io.netty.handler.codec.BinaryHeaders
-
- setBoolean(AsciiString, boolean) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
-
- setBoolean(T, boolean) - Method in class io.netty.handler.codec.DefaultHeaders
-
- setBoolean(CharSequence, boolean) - Method in class io.netty.handler.codec.DefaultTextHeaders
-
- setBoolean(AsciiString, boolean) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
-
- setBoolean(T, boolean) - Method in class io.netty.handler.codec.EmptyHeaders
-
- setBoolean(CharSequence, boolean) - Method in class io.netty.handler.codec.EmptyTextHeaders
-
- setBoolean(T, boolean) - Method in interface io.netty.handler.codec.Headers
-
Set the name to value.
- setBoolean(CharSequence, boolean) - Method in interface io.netty.handler.codec.TextHeaders
-
- setByte(AsciiString, byte) - Method in interface io.netty.handler.codec.BinaryHeaders
-
- setByte(AsciiString, byte) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
-
- setByte(T, byte) - Method in class io.netty.handler.codec.DefaultHeaders
-
- setByte(CharSequence, byte) - Method in class io.netty.handler.codec.DefaultTextHeaders
-
- setByte(AsciiString, byte) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
-
- setByte(T, byte) - Method in class io.netty.handler.codec.EmptyHeaders
-
- setByte(CharSequence, byte) - Method in class io.netty.handler.codec.EmptyTextHeaders
-
- setByte(T, byte) - Method in interface io.netty.handler.codec.Headers
-
Set the name to value.
- setByte(CharSequence, byte) - Method in interface io.netty.handler.codec.TextHeaders
-
- setChar(AsciiString, char) - Method in interface io.netty.handler.codec.BinaryHeaders
-
- setChar(AsciiString, char) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
-
- setChar(T, char) - Method in class io.netty.handler.codec.DefaultHeaders
-
- setChar(CharSequence, char) - Method in class io.netty.handler.codec.DefaultTextHeaders
-
- setChar(AsciiString, char) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
-
- setChar(T, char) - Method in class io.netty.handler.codec.EmptyHeaders
-
- setChar(CharSequence, char) - Method in class io.netty.handler.codec.EmptyTextHeaders
-
- setChar(T, char) - Method in interface io.netty.handler.codec.Headers
-
Set the name to value.
- setChar(CharSequence, char) - Method in interface io.netty.handler.codec.TextHeaders
-
- setCumulator(ByteToMessageDecoder.Cumulator) - Method in class io.netty.handler.codec.ByteToMessageDecoder
-
- setDecoderResult(DecoderResult) - Method in interface io.netty.handler.codec.DecoderResultProvider
-
Updates the result of decoding this object.
- setDouble(AsciiString, double) - Method in interface io.netty.handler.codec.BinaryHeaders
-
- setDouble(AsciiString, double) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
-
- setDouble(T, double) - Method in class io.netty.handler.codec.DefaultHeaders
-
- setDouble(CharSequence, double) - Method in class io.netty.handler.codec.DefaultTextHeaders
-
- setDouble(AsciiString, double) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
-
- setDouble(T, double) - Method in class io.netty.handler.codec.EmptyHeaders
-
- setDouble(CharSequence, double) - Method in class io.netty.handler.codec.EmptyTextHeaders
-
- setDouble(T, double) - Method in interface io.netty.handler.codec.Headers
-
Set the name to value.
- setDouble(CharSequence, double) - Method in interface io.netty.handler.codec.TextHeaders
-
- setFloat(AsciiString, float) - Method in interface io.netty.handler.codec.BinaryHeaders
-
- setFloat(AsciiString, float) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
-
- setFloat(T, float) - Method in class io.netty.handler.codec.DefaultHeaders
-
- setFloat(CharSequence, float) - Method in class io.netty.handler.codec.DefaultTextHeaders
-
- setFloat(AsciiString, float) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
-
- setFloat(T, float) - Method in class io.netty.handler.codec.EmptyHeaders
-
- setFloat(CharSequence, float) - Method in class io.netty.handler.codec.EmptyTextHeaders
-
- setFloat(T, float) - Method in interface io.netty.handler.codec.Headers
-
Set the name to value.
- setFloat(CharSequence, float) - Method in interface io.netty.handler.codec.TextHeaders
-
- setInt(AsciiString, int) - Method in interface io.netty.handler.codec.BinaryHeaders
-
- setInt(AsciiString, int) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
-
- setInt(T, int) - Method in class io.netty.handler.codec.DefaultHeaders
-
- setInt(CharSequence, int) - Method in class io.netty.handler.codec.DefaultTextHeaders
-
- setInt(AsciiString, int) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
-
- setInt(T, int) - Method in class io.netty.handler.codec.EmptyHeaders
-
- setInt(CharSequence, int) - Method in class io.netty.handler.codec.EmptyTextHeaders
-
- setInt(T, int) - Method in interface io.netty.handler.codec.Headers
-
Set the name to value.
- setInt(CharSequence, int) - Method in interface io.netty.handler.codec.TextHeaders
-
- setLong(AsciiString, long) - Method in interface io.netty.handler.codec.BinaryHeaders
-
- setLong(AsciiString, long) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
-
- setLong(T, long) - Method in class io.netty.handler.codec.DefaultHeaders
-
- setLong(CharSequence, long) - Method in class io.netty.handler.codec.DefaultTextHeaders
-
- setLong(AsciiString, long) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
-
- setLong(T, long) - Method in class io.netty.handler.codec.EmptyHeaders
-
- setLong(CharSequence, long) - Method in class io.netty.handler.codec.EmptyTextHeaders
-
- setLong(T, long) - Method in interface io.netty.handler.codec.Headers
-
Set the name to value.
- setLong(CharSequence, long) - Method in interface io.netty.handler.codec.TextHeaders
-
- setMaxCumulationBufferComponents(int) - Method in class io.netty.handler.codec.MessageAggregator
-
Sets the maximum number of components in the cumulation buffer.
- setObject(AsciiString, Object) - Method in interface io.netty.handler.codec.BinaryHeaders
-
- setObject(AsciiString, Iterable<?>) - Method in interface io.netty.handler.codec.BinaryHeaders
-
- setObject(AsciiString, Object...) - Method in interface io.netty.handler.codec.BinaryHeaders
-
- setObject(AsciiString, Object) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
-
- setObject(AsciiString, Iterable<?>) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
-
- setObject(AsciiString, Object...) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
-
- setObject(T, Object) - Method in class io.netty.handler.codec.DefaultHeaders
-
- setObject(T, Iterable<?>) - Method in class io.netty.handler.codec.DefaultHeaders
-
- setObject(T, Object...) - Method in class io.netty.handler.codec.DefaultHeaders
-
- setObject(CharSequence, Object) - Method in class io.netty.handler.codec.DefaultTextHeaders
-
- setObject(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.DefaultTextHeaders
-
- setObject(CharSequence, Object...) - Method in class io.netty.handler.codec.DefaultTextHeaders
-
- setObject(AsciiString, Object) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
-
- setObject(AsciiString, Iterable<?>) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
-
- setObject(AsciiString, Object...) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
-
- setObject(T, Object) - Method in class io.netty.handler.codec.EmptyHeaders
-
- setObject(T, Iterable<?>) - Method in class io.netty.handler.codec.EmptyHeaders
-
- setObject(T, Object...) - Method in class io.netty.handler.codec.EmptyHeaders
-
- setObject(CharSequence, Object) - Method in class io.netty.handler.codec.EmptyTextHeaders
-
- setObject(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.EmptyTextHeaders
-
- setObject(CharSequence, Object...) - Method in class io.netty.handler.codec.EmptyTextHeaders
-
- setObject(T, Object) - Method in interface io.netty.handler.codec.Headers
-
Sets a header with the specified name and value.
- setObject(T, Iterable<?>) - Method in interface io.netty.handler.codec.Headers
-
Sets a header with the specified name and values.
- setObject(T, Object...) - Method in interface io.netty.handler.codec.Headers
-
Sets a header with the specified name and values.
- setObject(CharSequence, Object) - Method in interface io.netty.handler.codec.TextHeaders
-
- setObject(CharSequence, Iterable<?>) - Method in interface io.netty.handler.codec.TextHeaders
-
- setObject(CharSequence, Object...) - Method in interface io.netty.handler.codec.TextHeaders
-
- setShort(AsciiString, short) - Method in interface io.netty.handler.codec.BinaryHeaders
-
- setShort(AsciiString, short) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
-
- setShort(T, short) - Method in class io.netty.handler.codec.DefaultHeaders
-
- setShort(CharSequence, short) - Method in class io.netty.handler.codec.DefaultTextHeaders
-
- setShort(AsciiString, short) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
-
- setShort(T, short) - Method in class io.netty.handler.codec.EmptyHeaders
-
- setShort(CharSequence, short) - Method in class io.netty.handler.codec.EmptyTextHeaders
-
- setShort(T, short) - Method in interface io.netty.handler.codec.Headers
-
Set the name to value.
- setShort(CharSequence, short) - Method in interface io.netty.handler.codec.TextHeaders
-
- setSingleDecode(boolean) - Method in class io.netty.handler.codec.ByteToMessageDecoder
-
- setTimeMillis(AsciiString, long) - Method in interface io.netty.handler.codec.BinaryHeaders
-
- setTimeMillis(AsciiString, long) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
-
- setTimeMillis(T, long) - Method in class io.netty.handler.codec.DefaultHeaders
-
- setTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.DefaultTextHeaders
-
- setTimeMillis(AsciiString, long) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
-
- setTimeMillis(T, long) - Method in class io.netty.handler.codec.EmptyHeaders
-
- setTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.EmptyTextHeaders
-
- setTimeMillis(T, long) - Method in interface io.netty.handler.codec.Headers
-
Set the name to value.
- setTimeMillis(CharSequence, long) - Method in interface io.netty.handler.codec.TextHeaders
-
- 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 header entries in this collection.
- size() - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
- skip(long) - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
- skipBytes(int) - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
- SnappyFrameDecoder - Class in io.netty.handler.codec.compression
-
Uncompresses a ByteBuf encoded 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.
- SnappyFrameEncoder - Class in io.netty.handler.codec.compression
-
Compresses a ByteBuf using the Snappy framing format.
- SnappyFrameEncoder() - Constructor for class io.netty.handler.codec.compression.SnappyFrameEncoder
-
- softCachingConcurrentResolver(ClassLoader) - Static method in class io.netty.handler.codec.serialization.ClassResolvers
-
agressive 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
-
agressive non-concurrent cache
good for non-shared cache, when we're not worried about class unloading
- split(String, int) - Method in class io.netty.handler.codec.AsciiString
-
Splits this string using the supplied regular expression expr.
- split(char) - Method in class io.netty.handler.codec.AsciiString
-
Splits the specified
String with the specified delimiter..
- startsWith(CharSequence) - Method in class io.netty.handler.codec.AsciiString
-
Compares the specified string to this string to determine if the specified string is a prefix.
- startsWith(CharSequence, int) - Method in class io.netty.handler.codec.AsciiString
-
Compares the specified string to this string, starting at the specified offset, to determine if the specified
string is a prefix.
- 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
ByteBuf into a
String.
- 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
String into a
ByteBuf.
- 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.
- subSequence(int) - Method in class io.netty.handler.codec.AsciiString
-
Copies a range of characters into a new string.
- subSequence(int, int) - Method in class io.netty.handler.codec.AsciiString
-
- SUCCESS - Static variable in class io.netty.handler.codec.DecoderResult
-