- acceptInboundMessage(Object) - Method in class io.netty.handler.codec.DatagramPacketDecoder
-
- acceptInboundMessage(Object) - Method in class io.netty.handler.codec.MessageAggregator
-
- acceptInboundMessage(Object) - Method in class io.netty.handler.codec.MessageToMessageCodec
-
Returns true if and only if the specified message can be decoded by this codec.
- acceptInboundMessage(Object) - Method in class io.netty.handler.codec.MessageToMessageDecoder
-
Returns true if the given message should be handled.
- acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.ByteToMessageCodec
-
Returns true if and only if the specified message can be encoded by this codec.
- acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.DatagramPacketEncoder
-
- acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.MessageToByteEncoder
-
Returns true if the given message should be handled.
- acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.MessageToMessageCodec
-
Returns true if and only if the specified message can be encoded by this codec.
- acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.MessageToMessageEncoder
-
Returns true if the given message should be handled.
- actualReadableBytes() - Method in class io.netty.handler.codec.ByteToMessageDecoder
-
Returns the actual number of readable bytes in the internal cumulative
buffer of this decoder.
- add(K, V) - Method in class io.netty.handler.codec.DefaultHeaders
-
- add(K, Iterable<? extends V>) - Method in class io.netty.handler.codec.DefaultHeaders
-
- add(K, V...) - Method in class io.netty.handler.codec.DefaultHeaders
-
- add(Headers<? extends K, ? extends V, ?>) - Method in class io.netty.handler.codec.DefaultHeaders
-
- add(K, V) - Method in class io.netty.handler.codec.EmptyHeaders
-
- add(K, Iterable<? extends V>) - Method in class io.netty.handler.codec.EmptyHeaders
-
- add(K, V...) - Method in class io.netty.handler.codec.EmptyHeaders
-
- add(Headers<? extends K, ? extends V, ?>) - Method in class io.netty.handler.codec.EmptyHeaders
-
- add(K, V) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header with the specified name and value.
- add(K, Iterable<? extends V>) - Method in interface io.netty.handler.codec.Headers
-
Adds new headers with the specified name and values.
- add(K, V...) - Method in interface io.netty.handler.codec.Headers
-
Adds new headers with the specified name and values.
- add(Headers<? extends K, ? extends V, ?>) - Method in interface io.netty.handler.codec.Headers
-
Adds all header names and values of headers to this object.
- addBoolean(K, boolean) - Method in class io.netty.handler.codec.DefaultHeaders
-
- addBoolean(K, boolean) - Method in class io.netty.handler.codec.EmptyHeaders
-
- addBoolean(K, boolean) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header.
- addByte(K, byte) - Method in class io.netty.handler.codec.DefaultHeaders
-
- addByte(K, byte) - Method in class io.netty.handler.codec.EmptyHeaders
-
- addByte(K, byte) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header.
- addChar(K, char) - Method in class io.netty.handler.codec.DefaultHeaders
-
- addChar(K, char) - Method in class io.netty.handler.codec.EmptyHeaders
-
- addChar(K, char) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header.
- addDouble(K, double) - Method in class io.netty.handler.codec.DefaultHeaders
-
- addDouble(K, double) - Method in class io.netty.handler.codec.EmptyHeaders
-
- addDouble(K, double) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header.
- addFloat(K, float) - Method in class io.netty.handler.codec.DefaultHeaders
-
- addFloat(K, float) - Method in class io.netty.handler.codec.EmptyHeaders
-
- addFloat(K, float) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header.
- addImpl(Headers<? extends K, ? extends V, ?>) - Method in class io.netty.handler.codec.DefaultHeaders
-
- addInt(K, int) - Method in class io.netty.handler.codec.DefaultHeaders
-
- addInt(K, int) - Method in class io.netty.handler.codec.EmptyHeaders
-
- addInt(K, int) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header.
- addLong(K, long) - Method in class io.netty.handler.codec.DefaultHeaders
-
- addLong(K, long) - Method in class io.netty.handler.codec.EmptyHeaders
-
- addLong(K, long) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header.
- addObject(K, Object) - Method in class io.netty.handler.codec.DefaultHeaders
-
- addObject(K, Iterable<?>) - Method in class io.netty.handler.codec.DefaultHeaders
-
- addObject(K, Object...) - Method in class io.netty.handler.codec.DefaultHeaders
-
- addObject(K, Object) - Method in class io.netty.handler.codec.EmptyHeaders
-
- addObject(K, Iterable<?>) - Method in class io.netty.handler.codec.EmptyHeaders
-
- addObject(K, Object...) - Method in class io.netty.handler.codec.EmptyHeaders
-
- addObject(K, Object) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header.
- addObject(K, Iterable<?>) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header with the specified name and values.
- addObject(K, Object...) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header with the specified name and values.
- addShort(K, short) - Method in class io.netty.handler.codec.DefaultHeaders
-
- addShort(K, short) - Method in class io.netty.handler.codec.EmptyHeaders
-
- addShort(K, short) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header.
- addTimeMillis(K, long) - Method in class io.netty.handler.codec.DefaultHeaders
-
- addTimeMillis(K, long) - Method in class io.netty.handler.codec.EmptyHeaders
-
- addTimeMillis(K, long) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header.
- after - Variable in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
-
Overall insertion order linked list
- after() - Method in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
-
- aggregate(O, C) - Method in class io.netty.handler.codec.MessageAggregator
-
Transfers the information provided by the specified content message to the specified aggregated message.
- allocateBuffer(ChannelHandlerContext, I, boolean) - Method in class io.netty.handler.codec.MessageToByteEncoder
-
Allocate a ByteBuf which will be used as argument of #encode(ChannelHandlerContext, I, ByteBuf).
- append(Date, StringBuilder) - Static method in class io.netty.handler.codec.DateFormatter
-
- AsciiHeadersEncoder - Class in io.netty.handler.codec
-
- AsciiHeadersEncoder(ByteBuf) - Constructor for class io.netty.handler.codec.AsciiHeadersEncoder
-
- AsciiHeadersEncoder(ByteBuf, AsciiHeadersEncoder.SeparatorType, AsciiHeadersEncoder.NewlineType) - Constructor for class io.netty.handler.codec.AsciiHeadersEncoder
-
- AsciiHeadersEncoder.NewlineType - Enum in io.netty.handler.codec
-
The newline characters to insert between header entries.
- AsciiHeadersEncoder.SeparatorType - Enum in io.netty.handler.codec
-
The separator characters to insert between a header name and a header value.
- available() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- cacheDisabled(ClassLoader) - Static method in class io.netty.handler.codec.serialization.ClassResolvers
-
Deprecated.
cache disabled
- callDecode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.ByteToMessageDecoder
-
Called once data should be decoded from the given ByteBuf.
- callDecode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.ReplayingDecoder
-
- cause() - Method in class io.netty.handler.codec.DecoderResult
-
- channelActive(ChannelHandlerContext) - Method in class io.netty.handler.codec.DatagramPacketDecoder
-
- channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.ByteToMessageCodec
-
- channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.ByteToMessageDecoder
-
- channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.DatagramPacketDecoder
-
- channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.MessageAggregator
-
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.ByteToMessageCodec
-
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.ByteToMessageDecoder
-
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.MessageToMessageCodec
-
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.MessageToMessageDecoder
-
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.codec.ByteToMessageCodec
-
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.codec.ByteToMessageDecoder
-
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.codec.DatagramPacketDecoder
-
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.codec.MessageAggregator
-
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.codec.MessageToMessageCodec
-
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.codec.MessageToMessageDecoder
-
- channelRegistered(ChannelHandlerContext) - Method in class io.netty.handler.codec.DatagramPacketDecoder
-
- channelUnregistered(ChannelHandlerContext) - Method in class io.netty.handler.codec.DatagramPacketDecoder
-
- channelWritabilityChanged(ChannelHandlerContext) - Method in class io.netty.handler.codec.DatagramPacketDecoder
-
- CharSequenceValueConverter - Class in io.netty.handler.codec
-
- CharSequenceValueConverter() - Constructor for class io.netty.handler.codec.CharSequenceValueConverter
-
- checkpoint() - Method in class io.netty.handler.codec.ReplayingDecoder
-
Stores the internal cumulative buffer's reader position.
- checkpoint(S) - Method in class io.netty.handler.codec.ReplayingDecoder
-
Stores the internal cumulative buffer's reader position and updates
the current decoder state.
- ClassResolver - Interface in io.netty.handler.codec.serialization
-
- ClassResolvers - Class in io.netty.handler.codec.serialization
-
- clear() - Method in class io.netty.handler.codec.DefaultHeaders
-
- clear() - Method in class io.netty.handler.codec.EmptyHeaders
-
- clear() - Method in interface io.netty.handler.codec.Headers
-
Removes all headers.
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.DatagramPacketEncoder
-
- close() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- close() - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.
- closeAfterContinueResponse(Object) - Method in class io.netty.handler.codec.MessageAggregator
-
- CodecException - Exception in io.netty.handler.codec
-
- CodecException() - Constructor for exception io.netty.handler.codec.CodecException
-
Creates a new instance.
- CodecException(String, Throwable) - Constructor for exception io.netty.handler.codec.CodecException
-
Creates a new instance.
- CodecException(String) - Constructor for exception io.netty.handler.codec.CodecException
-
Creates a new instance.
- CodecException(Throwable) - Constructor for exception io.netty.handler.codec.CodecException
-
Creates a new instance.
- CompatibleObjectEncoder - Class in io.netty.handler.codec.serialization
-
- CompatibleObjectEncoder() - Constructor for class io.netty.handler.codec.serialization.CompatibleObjectEncoder
-
Deprecated.
Creates a new instance with the reset interval of 16.
- CompatibleObjectEncoder(int) - Constructor for class io.netty.handler.codec.serialization.CompatibleObjectEncoder
-
Deprecated.
Creates a new instance.
- COMPOSITE_CUMULATOR - Static variable in class io.netty.handler.codec.ByteToMessageDecoder
-
Cumulate ByteBufs by add them to a CompositeByteBuf and so do no memory copy whenever possible.
- connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.handler.codec.DatagramPacketEncoder
-
- contains(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- contains(K, V) - Method in class io.netty.handler.codec.DefaultHeaders
-
- contains(K, V, HashingStrategy<? super V>) - Method in class io.netty.handler.codec.DefaultHeaders
-
- contains(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- contains(K, V) - Method in class io.netty.handler.codec.EmptyHeaders
-
- contains(K) - Method in interface io.netty.handler.codec.Headers
-
Returns true if a header with the name exists, false otherwise.
- contains(K, V) - Method in interface io.netty.handler.codec.Headers
-
Returns true if a header with the name and value exists, false otherwise.
- containsBoolean(K, boolean) - Method in class io.netty.handler.codec.DefaultHeaders
-
- containsBoolean(K, boolean) - Method in class io.netty.handler.codec.EmptyHeaders
-
- containsBoolean(K, boolean) - Method in interface io.netty.handler.codec.Headers
-
Returns true if a header with the name and value exists.
- containsByte(K, byte) - Method in class io.netty.handler.codec.DefaultHeaders
-
- containsByte(K, byte) - Method in class io.netty.handler.codec.EmptyHeaders
-
- containsByte(K, byte) - Method in interface io.netty.handler.codec.Headers
-
Returns true if a header with the name and value exists.
- containsChar(K, char) - Method in class io.netty.handler.codec.DefaultHeaders
-
- containsChar(K, char) - Method in class io.netty.handler.codec.EmptyHeaders
-
- containsChar(K, char) - Method in interface io.netty.handler.codec.Headers
-
Returns true if a header with the name and value exists.
- containsDouble(K, double) - Method in class io.netty.handler.codec.DefaultHeaders
-
- containsDouble(K, double) - Method in class io.netty.handler.codec.EmptyHeaders
-
- containsDouble(K, double) - Method in interface io.netty.handler.codec.Headers
-
Returns true if a header with the name and value exists.
- containsFloat(K, float) - Method in class io.netty.handler.codec.DefaultHeaders
-
- containsFloat(K, float) - Method in class io.netty.handler.codec.EmptyHeaders
-
- containsFloat(K, float) - Method in interface io.netty.handler.codec.Headers
-
Returns true if a header with the name and value exists.
- containsInt(K, int) - Method in class io.netty.handler.codec.DefaultHeaders
-
- containsInt(K, int) - Method in class io.netty.handler.codec.EmptyHeaders
-
- containsInt(K, int) - Method in interface io.netty.handler.codec.Headers
-
Returns true if a header with the name and value exists.
- containsLong(K, long) - Method in class io.netty.handler.codec.DefaultHeaders
-
- containsLong(K, long) - Method in class io.netty.handler.codec.EmptyHeaders
-
- containsLong(K, long) - Method in interface io.netty.handler.codec.Headers
-
Returns true if a header with the name and value exists.
- containsObject(K, Object) - Method in class io.netty.handler.codec.DefaultHeaders
-
- containsObject(K, Object) - Method in class io.netty.handler.codec.EmptyHeaders
-
- containsObject(K, Object) - Method in interface io.netty.handler.codec.Headers
-
Returns true if a header with the name and value exists.
- containsShort(K, short) - Method in class io.netty.handler.codec.DefaultHeaders
-
- containsShort(K, short) - Method in class io.netty.handler.codec.EmptyHeaders
-
- containsShort(K, short) - Method in interface io.netty.handler.codec.Headers
-
Returns true if a header with the name and value exists.
- containsTimeMillis(K, long) - Method in class io.netty.handler.codec.DefaultHeaders
-
- containsTimeMillis(K, long) - Method in class io.netty.handler.codec.EmptyHeaders
-
- containsTimeMillis(K, long) - Method in interface io.netty.handler.codec.Headers
-
Returns true if a header with the name and value exists.
- convertBoolean(boolean) - Method in class io.netty.handler.codec.CharSequenceValueConverter
-
- convertBoolean(boolean) - Method in class io.netty.handler.codec.UnsupportedValueConverter
-
- convertBoolean(boolean) - Method in interface io.netty.handler.codec.ValueConverter
-
- convertByte(byte) - Method in class io.netty.handler.codec.CharSequenceValueConverter
-
- convertByte(byte) - Method in class io.netty.handler.codec.UnsupportedValueConverter
-
- convertByte(byte) - Method in interface io.netty.handler.codec.ValueConverter
-
- convertChar(char) - Method in class io.netty.handler.codec.CharSequenceValueConverter
-
- convertChar(char) - Method in class io.netty.handler.codec.UnsupportedValueConverter
-
- convertChar(char) - Method in interface io.netty.handler.codec.ValueConverter
-
- convertDouble(double) - Method in class io.netty.handler.codec.CharSequenceValueConverter
-
- convertDouble(double) - Method in class io.netty.handler.codec.UnsupportedValueConverter
-
- convertDouble(double) - Method in interface io.netty.handler.codec.ValueConverter
-
- convertFloat(float) - Method in class io.netty.handler.codec.CharSequenceValueConverter
-
- convertFloat(float) - Method in class io.netty.handler.codec.UnsupportedValueConverter
-
- convertFloat(float) - Method in interface io.netty.handler.codec.ValueConverter
-
- convertInt(int) - Method in class io.netty.handler.codec.CharSequenceValueConverter
-
- convertInt(int) - Method in class io.netty.handler.codec.UnsupportedValueConverter
-
- convertInt(int) - Method in interface io.netty.handler.codec.ValueConverter
-
- convertLong(long) - Method in class io.netty.handler.codec.CharSequenceValueConverter
-
- convertLong(long) - Method in class io.netty.handler.codec.UnsupportedValueConverter
-
- convertLong(long) - Method in interface io.netty.handler.codec.ValueConverter
-
- convertObject(Object) - Method in class io.netty.handler.codec.CharSequenceValueConverter
-
- convertObject(Object) - Method in class io.netty.handler.codec.UnsupportedValueConverter
-
- convertObject(Object) - Method in interface io.netty.handler.codec.ValueConverter
-
- convertShort(short) - Method in class io.netty.handler.codec.CharSequenceValueConverter
-
- convertShort(short) - Method in class io.netty.handler.codec.UnsupportedValueConverter
-
- convertShort(short) - Method in interface io.netty.handler.codec.ValueConverter
-
- convertTimeMillis(long) - Method in class io.netty.handler.codec.CharSequenceValueConverter
-
- convertTimeMillis(long) - Method in class io.netty.handler.codec.UnsupportedValueConverter
-
- convertTimeMillis(long) - Method in interface io.netty.handler.codec.ValueConverter
-
- convertToBoolean(CharSequence) - Method in class io.netty.handler.codec.CharSequenceValueConverter
-
- convertToBoolean(V) - Method in class io.netty.handler.codec.UnsupportedValueConverter
-
- convertToBoolean(T) - Method in interface io.netty.handler.codec.ValueConverter
-
- convertToByte(CharSequence) - Method in class io.netty.handler.codec.CharSequenceValueConverter
-
- convertToByte(V) - Method in class io.netty.handler.codec.UnsupportedValueConverter
-
- convertToByte(T) - Method in interface io.netty.handler.codec.ValueConverter
-
- convertToChar(CharSequence) - Method in class io.netty.handler.codec.CharSequenceValueConverter
-
- convertToChar(V) - Method in class io.netty.handler.codec.UnsupportedValueConverter
-
- convertToChar(T) - Method in interface io.netty.handler.codec.ValueConverter
-
- convertToDouble(CharSequence) - Method in class io.netty.handler.codec.CharSequenceValueConverter
-
- convertToDouble(V) - Method in class io.netty.handler.codec.UnsupportedValueConverter
-
- convertToDouble(T) - Method in interface io.netty.handler.codec.ValueConverter
-
- convertToFloat(CharSequence) - Method in class io.netty.handler.codec.CharSequenceValueConverter
-
- convertToFloat(V) - Method in class io.netty.handler.codec.UnsupportedValueConverter
-
- convertToFloat(T) - Method in interface io.netty.handler.codec.ValueConverter
-
- convertToInt(CharSequence) - Method in class io.netty.handler.codec.CharSequenceValueConverter
-
- convertToInt(V) - Method in class io.netty.handler.codec.UnsupportedValueConverter
-
- convertToInt(T) - Method in interface io.netty.handler.codec.ValueConverter
-
- convertToLong(CharSequence) - Method in class io.netty.handler.codec.CharSequenceValueConverter
-
- convertToLong(V) - Method in class io.netty.handler.codec.UnsupportedValueConverter
-
- convertToLong(T) - Method in interface io.netty.handler.codec.ValueConverter
-
- convertToShort(CharSequence) - Method in class io.netty.handler.codec.CharSequenceValueConverter
-
- convertToShort(V) - Method in class io.netty.handler.codec.UnsupportedValueConverter
-
- convertToShort(T) - Method in interface io.netty.handler.codec.ValueConverter
-
- convertToTimeMillis(CharSequence) - Method in class io.netty.handler.codec.CharSequenceValueConverter
-
- convertToTimeMillis(V) - Method in class io.netty.handler.codec.UnsupportedValueConverter
-
- convertToTimeMillis(T) - Method in interface io.netty.handler.codec.ValueConverter
-
- copy() - Method in class io.netty.handler.codec.DefaultHeaders
-
Returns a deep copy of this instance.
- CorruptedFrameException - Exception in io.netty.handler.codec
-
An
DecoderException which is thrown when the received frame data could not be decoded by
an inbound handler.
- CorruptedFrameException() - Constructor for exception io.netty.handler.codec.CorruptedFrameException
-
Creates a new instance.
- CorruptedFrameException(String, Throwable) - Constructor for exception io.netty.handler.codec.CorruptedFrameException
-
Creates a new instance.
- CorruptedFrameException(String) - Constructor for exception io.netty.handler.codec.CorruptedFrameException
-
Creates a new instance.
- CorruptedFrameException(Throwable) - Constructor for exception io.netty.handler.codec.CorruptedFrameException
-
Creates a new instance.
- ctx() - Method in class io.netty.handler.codec.MessageAggregator
-
- cumulate(ByteBufAllocator, ByteBuf, ByteBuf) - Method in interface io.netty.handler.codec.ByteToMessageDecoder.Cumulator
-
Cumulate the given ByteBufs and return the ByteBuf that holds the cumulated bytes.
- get(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- get(K, V) - Method in class io.netty.handler.codec.DefaultHeaders
-
- get(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- get(K, V) - Method in class io.netty.handler.codec.EmptyHeaders
-
- get(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the value of a header with the specified name.
- get(K, V) - Method in interface io.netty.handler.codec.Headers
-
Returns the value of a header with the specified name.
- getAll(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getAll(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getAll(K) - Method in interface io.netty.handler.codec.Headers
-
Returns all values for the header with the specified name.
- getAllAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getAllAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getAllAndRemove(K) - Method in interface io.netty.handler.codec.Headers
-
Returns all values for the header with the specified name and removes them from this object.
- getAllAsString(Headers<K, V, ?>, K) - Static method in class io.netty.handler.codec.HeadersUtils
-
- getAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getAndRemove(K, V) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getAndRemove(K, V) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getAndRemove(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the value of a header with the specified name and removes it from this object.
- getAndRemove(K, V) - Method in interface io.netty.handler.codec.Headers
-
Returns the value of a header with the specified name and removes it from this object.
- getAsString(Headers<K, V, ?>, K) - Static method in class io.netty.handler.codec.HeadersUtils
-
- getBoolean(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getBoolean(K, boolean) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getBoolean(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getBoolean(K, boolean) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getBoolean(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the boolean value of a header with the specified name.
- getBoolean(K, boolean) - Method in interface io.netty.handler.codec.Headers
-
Returns the boolean value of a header with the specified name.
- getBooleanAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getBooleanAndRemove(K, boolean) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getBooleanAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getBooleanAndRemove(K, boolean) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getBooleanAndRemove(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the boolean value of a header with the specified name and removes the header from this
object.
- getBooleanAndRemove(K, boolean) - Method in interface io.netty.handler.codec.Headers
-
Returns the boolean value of a header with the specified name and removes the header from this
object.
- getByte(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getByte(K, byte) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getByte(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getByte(K, byte) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getByte(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the byte value of a header with the specified name.
- getByte(K, byte) - Method in interface io.netty.handler.codec.Headers
-
Returns the byte value of a header with the specified name.
- getByteAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getByteAndRemove(K, byte) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getByteAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getByteAndRemove(K, byte) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getByteAndRemove(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the byte value of a header with the specified name and removes the header from this
object.
- getByteAndRemove(K, byte) - Method in interface io.netty.handler.codec.Headers
-
Returns the byte value of a header with the specified name and removes the header from this
object.
- getChar(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getChar(K, char) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getChar(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getChar(K, char) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getChar(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the char value of a header with the specified name.
- getChar(K, char) - Method in interface io.netty.handler.codec.Headers
-
Returns the char value of a header with the specified name.
- getCharAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getCharAndRemove(K, char) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getCharAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getCharAndRemove(K, char) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getCharAndRemove(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the char value of a header with the specified name and removes the header from this
object.
- getCharAndRemove(K, char) - Method in interface io.netty.handler.codec.Headers
-
Returns the char value of a header with the specified name and removes the header from this
object.
- getDouble(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getDouble(K, double) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getDouble(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getDouble(K, double) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getDouble(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the double value of a header with the specified name.
- getDouble(K, double) - Method in interface io.netty.handler.codec.Headers
-
Returns the double value of a header with the specified name.
- getDoubleAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getDoubleAndRemove(K, double) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getDoubleAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getDoubleAndRemove(K, double) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getDoubleAndRemove(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the double value of a header with the specified name and removes the header from this
object.
- getDoubleAndRemove(K, double) - Method in interface io.netty.handler.codec.Headers
-
Returns the double value of a header with the specified name and removes the header from this
object.
- getFloat(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getFloat(K, float) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getFloat(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getFloat(K, float) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getFloat(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the float value of a header with the specified name.
- getFloat(K, float) - Method in interface io.netty.handler.codec.Headers
-
Returns the float value of a header with the specified name.
- getFloatAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getFloatAndRemove(K, float) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getFloatAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getFloatAndRemove(K, float) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getFloatAndRemove(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the float value of a header with the specified name and removes the header from this
object.
- getFloatAndRemove(K, float) - Method in interface io.netty.handler.codec.Headers
-
Returns the float value of a header with the specified name and removes the header from this
object.
- getInt(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getInt(K, int) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getInt(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getInt(K, int) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getInt(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the int value of a header with the specified name.
- getInt(K, int) - Method in interface io.netty.handler.codec.Headers
-
Returns the int value of a header with the specified name.
- getIntAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getIntAndRemove(K, int) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getIntAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getIntAndRemove(K, int) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getIntAndRemove(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the int value of a header with the specified name and removes the header from this
object.
- getIntAndRemove(K, int) - Method in interface io.netty.handler.codec.Headers
-
Returns the int value of a header with the specified name and removes the header from this
object.
- getKey() - Method in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
-
- getLong(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getLong(K, long) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getLong(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getLong(K, long) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getLong(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the long value of a header with the specified name.
- getLong(K, long) - Method in interface io.netty.handler.codec.Headers
-
Returns the long value of a header with the specified name.
- getLongAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getLongAndRemove(K, long) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getLongAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getLongAndRemove(K, long) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getLongAndRemove(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the long value of a header with the specified name and removes the header from this
object.
- getLongAndRemove(K, long) - Method in interface io.netty.handler.codec.Headers
-
Returns the long value of a header with the specified name and removes the header from this
object.
- getShort(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getShort(K, short) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getShort(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getShort(K, short) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getShort(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the short value of a header with the specified name.
- getShort(K, short) - Method in interface io.netty.handler.codec.Headers
-
Returns the short value of a header with the specified name.
- getShortAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getShortAndRemove(K, short) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getShortAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getShortAndRemove(K, short) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getShortAndRemove(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the short value of a header with the specified name and removes the header from this
object.
- getShortAndRemove(K, short) - Method in interface io.netty.handler.codec.Headers
-
Returns the short value of a header with the specified name and removes the header from this
object.
- getTimeMillis(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getTimeMillis(K, long) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getTimeMillis(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getTimeMillis(K, long) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getTimeMillis(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the value of a header with the specified name in milliseconds.
- getTimeMillis(K, long) - Method in interface io.netty.handler.codec.Headers
-
Returns the value of a header with the specified name in milliseconds.
- getTimeMillisAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getTimeMillisAndRemove(K, long) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getTimeMillisAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getTimeMillisAndRemove(K, long) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getTimeMillisAndRemove(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the value of a header with the specified name in milliseconds and removes the header from this
object.
- getTimeMillisAndRemove(K, long) - Method in interface io.netty.handler.codec.Headers
-
Returns the value of a header with the specified name in milliseconds and removes the header from this
object.
- getUnadjustedFrameLength(ByteBuf, int, int, ByteOrder) - Method in class io.netty.handler.codec.LengthFieldBasedFrameDecoder
-
Decodes the specified region of the buffer into an unadjusted frame length.
- getValue() - Method in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
-
- set(K, V) - Method in class io.netty.handler.codec.DefaultHeaders
-
- set(K, Iterable<? extends V>) - Method in class io.netty.handler.codec.DefaultHeaders
-
- set(K, V...) - Method in class io.netty.handler.codec.DefaultHeaders
-
- set(Headers<? extends K, ? extends V, ?>) - Method in class io.netty.handler.codec.DefaultHeaders
-
- set(K, V) - Method in class io.netty.handler.codec.EmptyHeaders
-
- set(K, Iterable<? extends V>) - Method in class io.netty.handler.codec.EmptyHeaders
-
- set(K, V...) - Method in class io.netty.handler.codec.EmptyHeaders
-
- set(Headers<? extends K, ? extends V, ?>) - Method in class io.netty.handler.codec.EmptyHeaders
-
- set(K, V) - Method in interface io.netty.handler.codec.Headers
-
Sets a header with the specified name and value.
- set(K, Iterable<? extends V>) - Method in interface io.netty.handler.codec.Headers
-
Sets a new header with the specified name and values.
- set(K, V...) - Method in interface io.netty.handler.codec.Headers
-
Sets a header with the specified name and values.
- set(Headers<? extends K, ? extends V, ?>) - Method in interface io.netty.handler.codec.Headers
-
Clears the current header entries and copies all header entries of the specified headers.
- setAll(Headers<? extends K, ? extends V, ?>) - Method in class io.netty.handler.codec.DefaultHeaders
-
- setAll(Headers<? extends K, ? extends V, ?>) - Method in class io.netty.handler.codec.EmptyHeaders
-
- setAll(Headers<? extends K, ? extends V, ?>) - Method in interface io.netty.handler.codec.Headers
-
Retains all current headers but calls #set(K, V) for each entry in headers.
- setBoolean(K, boolean) - Method in class io.netty.handler.codec.DefaultHeaders
-
- setBoolean(K, boolean) - Method in class io.netty.handler.codec.EmptyHeaders
-
- setBoolean(K, boolean) - Method in interface io.netty.handler.codec.Headers
-
Set the name to value.
- setByte(K, byte) - Method in class io.netty.handler.codec.DefaultHeaders
-
- setByte(K, byte) - Method in class io.netty.handler.codec.EmptyHeaders
-
- setByte(K, byte) - Method in interface io.netty.handler.codec.Headers
-
Set the name to value.
- setChar(K, char) - Method in class io.netty.handler.codec.DefaultHeaders
-
- setChar(K, char) - Method in class io.netty.handler.codec.EmptyHeaders
-
- setChar(K, char) - Method in interface io.netty.handler.codec.Headers
-
Set the name to value.
- 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.
- setDiscardAfterReads(int) - Method in class io.netty.handler.codec.ByteToMessageDecoder
-
Set the number of reads after which ByteBuf.discardSomeReadBytes() are called and so free up memory.
- setDouble(K, double) - Method in class io.netty.handler.codec.DefaultHeaders
-
- setDouble(K, double) - Method in class io.netty.handler.codec.EmptyHeaders
-
- setDouble(K, double) - Method in interface io.netty.handler.codec.Headers
-
Set the name to value.
- setFloat(K, float) - Method in class io.netty.handler.codec.DefaultHeaders
-
- setFloat(K, float) - Method in class io.netty.handler.codec.EmptyHeaders
-
- setFloat(K, float) - Method in interface io.netty.handler.codec.Headers
-
Set the name to value.
- setInt(K, int) - Method in class io.netty.handler.codec.DefaultHeaders
-
- setInt(K, int) - Method in class io.netty.handler.codec.EmptyHeaders
-
- setInt(K, int) - Method in interface io.netty.handler.codec.Headers
-
Set the name to value.
- setLong(K, long) - Method in class io.netty.handler.codec.DefaultHeaders
-
- setLong(K, long) - Method in class io.netty.handler.codec.EmptyHeaders
-
- setLong(K, long) - Method in interface io.netty.handler.codec.Headers
-
Set the name to value.
- setMaxCumulationBufferComponents(int) - Method in class io.netty.handler.codec.MessageAggregator
-
Sets the maximum number of components in the cumulation buffer.
- setObject(K, Object) - Method in class io.netty.handler.codec.DefaultHeaders
-
- setObject(K, Iterable<?>) - Method in class io.netty.handler.codec.DefaultHeaders
-
- setObject(K, Object...) - Method in class io.netty.handler.codec.DefaultHeaders
-
- setObject(K, Object) - Method in class io.netty.handler.codec.EmptyHeaders
-
- setObject(K, Iterable<?>) - Method in class io.netty.handler.codec.EmptyHeaders
-
- setObject(K, Object...) - Method in class io.netty.handler.codec.EmptyHeaders
-
- setObject(K, Object) - Method in interface io.netty.handler.codec.Headers
-
Sets a new header.
- setObject(K, Iterable<?>) - Method in interface io.netty.handler.codec.Headers
-
Sets a header with the specified name and values.
- setObject(K, Object...) - Method in interface io.netty.handler.codec.Headers
-
Sets a header with the specified name and values.
- setShort(K, short) - Method in class io.netty.handler.codec.DefaultHeaders
-
- setShort(K, short) - Method in class io.netty.handler.codec.EmptyHeaders
-
- setShort(K, short) - Method in interface io.netty.handler.codec.Headers
-
Set the name to value.
- setSingleDecode(boolean) - Method in class io.netty.handler.codec.ByteToMessageDecoder
-
- setTimeMillis(K, long) - Method in class io.netty.handler.codec.DefaultHeaders
-
- setTimeMillis(K, long) - Method in class io.netty.handler.codec.EmptyHeaders
-
- setTimeMillis(K, long) - Method in interface io.netty.handler.codec.Headers
-
Set the name to value.
- setValue(V) - Method in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
-
- SIGNAL_SUCCESS - Static variable in class io.netty.handler.codec.DecoderResult
-
- SIGNAL_UNFINISHED - Static variable in class io.netty.handler.codec.DecoderResult
-
- size() - Method in class io.netty.handler.codec.DefaultHeaders
-
- size() - Method in class io.netty.handler.codec.EmptyHeaders
-
- size() - Method in interface io.netty.handler.codec.Headers
-
Returns the number of headers in this object.
- size() - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.
- skip(long) - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- skipBytes(int) - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- softCachingConcurrentResolver(ClassLoader) - Static method in class io.netty.handler.codec.serialization.ClassResolvers
-
Deprecated.
aggressive concurrent cache
good for shared cache, when we're not worried about class unloading
- softCachingResolver(ClassLoader) - Static method in class io.netty.handler.codec.serialization.ClassResolvers
-
Deprecated.
aggressive non-concurrent cache
good for non-shared cache, when we're not worried about class unloading
- state() - Method in class io.netty.handler.codec.ProtocolDetectionResult
-
- 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.
- SUCCESS - Static variable in class io.netty.handler.codec.DecoderResult
-
- validate(V) - Method in interface io.netty.handler.codec.DefaultHeaders.ValueValidator
-
Validate the given value.
- validateName(K) - Method in interface io.netty.handler.codec.DefaultHeaders.NameValidator
-
Verify that name is valid.
- validateName(DefaultHeaders.NameValidator<K>, boolean, K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- validateValue(DefaultHeaders.ValueValidator<V>, K, V) - Method in class io.netty.handler.codec.DefaultHeaders
-
- value - Variable in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
-
- value() - Method in class io.netty.handler.codec.string.LineSeparator
-
Return the string value of this line separator.
- valueConverter() - Method in class io.netty.handler.codec.DefaultHeaders
-
- ValueConverter<T> - Interface in io.netty.handler.codec
-
Converts to/from a generic object to the type.
- valueIterator(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- valueIterator(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- valueOf(String) - Static method in enum io.netty.handler.codec.AsciiHeadersEncoder.NewlineType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.AsciiHeadersEncoder.SeparatorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.base64.Base64Dialect
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.ProtocolDetectionState
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.netty.handler.codec.AsciiHeadersEncoder.NewlineType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.AsciiHeadersEncoder.SeparatorType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.base64.Base64Dialect
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.ProtocolDetectionState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- valueValidator() - Method in class io.netty.handler.codec.DefaultHeaders
-