- BIG_ENDIAN - Static variable in class io.netty.buffer.Unpooled
-
Big endian byte order.
- buffer() - Method in class io.netty.buffer.AbstractByteBufAllocator
-
- buffer(int) - Method in class io.netty.buffer.AbstractByteBufAllocator
-
- buffer(int, int) - Method in class io.netty.buffer.AbstractByteBufAllocator
-
- buffer() - Method in interface io.netty.buffer.ByteBufAllocator
-
- buffer(int) - Method in interface io.netty.buffer.ByteBufAllocator
-
Allocate a
ByteBuf
with the given initial capacity.
- buffer(int, int) - Method in interface io.netty.buffer.ByteBufAllocator
-
Allocate a
ByteBuf
with the given initial capacity and the given
maximal capacity.
- buffer() - Method in class io.netty.buffer.ByteBufOutputStream
-
Returns the buffer where this stream is writing data.
- buffer() - Static method in class io.netty.buffer.Unpooled
-
Creates a new big-endian Java heap buffer with reasonably small initial capacity, which
expands its capacity boundlessly on demand.
- buffer(int) - Static method in class io.netty.buffer.Unpooled
-
Creates a new big-endian Java heap buffer with the specified capacity
, which
expands its capacity boundlessly on demand.
- buffer(int, int) - Static method in class io.netty.buffer.Unpooled
-
Creates a new big-endian Java heap buffer with the specified
capacity
.
- ByteBuf - Interface in io.netty.buffer
-
A random and sequential accessible sequence of zero or more bytes (octets).
- ByteBufAllocator - Interface in io.netty.buffer
-
Implementations are responsible to allocate buffers.
- ByteBufHolder - Interface in io.netty.buffer
-
A packet which is send or receive.
- ByteBufIndexFinder - Interface in io.netty.buffer
-
- ByteBufInputStream - Class in io.netty.buffer
-
- ByteBufInputStream(ByteBuf) - Constructor for class io.netty.buffer.ByteBufInputStream
-
Creates a new stream which reads data from the specified buffer
starting at the current readerIndex
and ending at the current
writerIndex
.
- ByteBufInputStream(ByteBuf, int) - Constructor for class io.netty.buffer.ByteBufInputStream
-
Creates a new stream which reads data from the specified buffer
starting at the current readerIndex
and ending at
readerIndex + length
.
- ByteBufOutputStream - Class in io.netty.buffer
-
- ByteBufOutputStream(ByteBuf) - Constructor for class io.netty.buffer.ByteBufOutputStream
-
Creates a new stream which writes data to the specified buffer
.
- ByteBufProcessor - Interface in io.netty.buffer
-
- ByteBufUtil - Class in io.netty.buffer
-
A collection of utility methods that is related with handling
ByteBuf
.
- bytesBefore(byte) - Method in class io.netty.buffer.AbstractByteBuf
-
- bytesBefore(ByteBufIndexFinder) - Method in class io.netty.buffer.AbstractByteBuf
-
Deprecated.
- bytesBefore(int, byte) - Method in class io.netty.buffer.AbstractByteBuf
-
- bytesBefore(int, ByteBufIndexFinder) - Method in class io.netty.buffer.AbstractByteBuf
-
Deprecated.
- bytesBefore(int, int, byte) - Method in class io.netty.buffer.AbstractByteBuf
-
- bytesBefore(int, int, ByteBufIndexFinder) - Method in class io.netty.buffer.AbstractByteBuf
-
Deprecated.
- bytesBefore(byte) - Method in interface io.netty.buffer.ByteBuf
-
Locates the first occurrence of the specified value
in this
buffer.
- bytesBefore(ByteBufIndexFinder) - Method in interface io.netty.buffer.ByteBuf
-
Deprecated.
Use ByteBuf.forEachByte(ByteBufProcessor)
instead.
Locates the first place where the specified indexFinder
returns
true
. The search takes place from the current readerIndex
(inclusive) to the current writerIndex
.
This method does not modify readerIndex
or writerIndex
of
this buffer.
- bytesBefore(int, byte) - Method in interface io.netty.buffer.ByteBuf
-
Locates the first occurrence of the specified value
in this
buffer.
- bytesBefore(int, ByteBufIndexFinder) - Method in interface io.netty.buffer.ByteBuf
-
Deprecated.
Use ByteBuf.forEachByte(int, int, ByteBufProcessor)
instead.
Locates the first place where the specified indexFinder
returns
true
. The search starts the current readerIndex
(inclusive) and lasts for the specified length
.
This method does not modify readerIndex
or writerIndex
of
this buffer.
- bytesBefore(int, int, byte) - Method in interface io.netty.buffer.ByteBuf
-
Locates the first occurrence of the specified value
in this
buffer.
- bytesBefore(int, int, ByteBufIndexFinder) - Method in interface io.netty.buffer.ByteBuf
-
Deprecated.
Use ByteBuf.forEachByte(int, int, ByteBufProcessor)
instead.
Locates the first place where the specified indexFinder
returns
true
. The search starts the specified index
(inclusive)
and lasts for the specified length
.
This method does not modify readerIndex
or writerIndex
of
this buffer.
- bytesBefore(byte) - Method in class io.netty.buffer.EmptyByteBuf
-
- bytesBefore(ByteBufIndexFinder) - Method in class io.netty.buffer.EmptyByteBuf
-
Deprecated.
- bytesBefore(int, byte) - Method in class io.netty.buffer.EmptyByteBuf
-
- bytesBefore(int, ByteBufIndexFinder) - Method in class io.netty.buffer.EmptyByteBuf
-
Deprecated.
- bytesBefore(int, int, byte) - Method in class io.netty.buffer.EmptyByteBuf
-
- bytesBefore(int, int, ByteBufIndexFinder) - Method in class io.netty.buffer.EmptyByteBuf
-
Deprecated.
- bytesBefore(byte) - Method in class io.netty.buffer.SwappedByteBuf
-
- bytesBefore(ByteBufIndexFinder) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- bytesBefore(int, byte) - Method in class io.netty.buffer.SwappedByteBuf
-
- bytesBefore(int, ByteBufIndexFinder) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- bytesBefore(int, int, byte) - Method in class io.netty.buffer.SwappedByteBuf
-
- bytesBefore(int, int, ByteBufIndexFinder) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- capacity() - Method in interface io.netty.buffer.ByteBuf
-
Returns the number of bytes (octets) this buffer can contain.
- capacity(int) - Method in interface io.netty.buffer.ByteBuf
-
Adjusts the capacity of this buffer.
- capacity(int) - Method in interface io.netty.buffer.CompositeByteBuf
-
- capacity() - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- capacity(int) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- capacity() - Method in class io.netty.buffer.DuplicatedByteBuf
-
- capacity(int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
- capacity() - Method in class io.netty.buffer.EmptyByteBuf
-
- capacity(int) - Method in class io.netty.buffer.EmptyByteBuf
-
- capacity() - Method in class io.netty.buffer.ReadOnlyByteBuf
-
- capacity(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
- capacity() - Method in class io.netty.buffer.SlicedByteBuf
-
- capacity(int) - Method in class io.netty.buffer.SlicedByteBuf
-
- capacity() - Method in class io.netty.buffer.SwappedByteBuf
-
- capacity(int) - Method in class io.netty.buffer.SwappedByteBuf
-
- capacity() - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
- capacity(int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
- capacity() - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- capacity(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- capacity() - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
-
- capacity(int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
-
- checkDstIndex(int, int, int, int) - Method in class io.netty.buffer.AbstractByteBuf
-
- checkIndex(int) - Method in class io.netty.buffer.AbstractByteBuf
-
- checkIndex(int, int) - Method in class io.netty.buffer.AbstractByteBuf
-
- checkReadableBytes(int) - Method in class io.netty.buffer.AbstractByteBuf
-
- checkSrcIndex(int, int, int, int) - Method in class io.netty.buffer.AbstractByteBuf
-
- clear() - Method in class io.netty.buffer.AbstractByteBuf
-
- clear() - Method in interface io.netty.buffer.ByteBuf
-
Sets the readerIndex
and writerIndex
of this buffer to
0
.
- clear() - Method in interface io.netty.buffer.CompositeByteBuf
-
- clear() - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- clear() - Method in class io.netty.buffer.EmptyByteBuf
-
- clear() - Method in class io.netty.buffer.SwappedByteBuf
-
- compare(ByteBuf, ByteBuf) - Static method in class io.netty.buffer.ByteBufUtil
-
- compareTo(ByteBuf) - Method in class io.netty.buffer.AbstractByteBuf
-
- compareTo(ByteBuf) - Method in interface io.netty.buffer.ByteBuf
-
Compares the content of the specified buffer to the content of this
buffer.
- compareTo(ByteBuf) - Method in class io.netty.buffer.EmptyByteBuf
-
- compareTo(ByteBuf) - Method in class io.netty.buffer.SwappedByteBuf
-
- component(int) - Method in interface io.netty.buffer.CompositeByteBuf
-
Return the
ByteBuf
on the specified index
- component(int) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- componentAtOffset(int) - Method in interface io.netty.buffer.CompositeByteBuf
-
Return the
ByteBuf
on the specified index
- componentAtOffset(int) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- compositeBuffer() - Method in class io.netty.buffer.AbstractByteBufAllocator
-
- compositeBuffer(int) - Method in class io.netty.buffer.AbstractByteBufAllocator
-
- compositeBuffer() - Method in interface io.netty.buffer.ByteBufAllocator
-
- compositeBuffer(int) - Method in interface io.netty.buffer.ByteBufAllocator
-
Allocate a
CompositeByteBuf
with the given maximum number of components that can be stored in it.
- compositeBuffer() - Static method in class io.netty.buffer.Unpooled
-
Returns a new big-endian composite buffer with no components.
- compositeBuffer(int) - Static method in class io.netty.buffer.Unpooled
-
Returns a new big-endian composite buffer with no components.
- CompositeByteBuf - Interface in io.netty.buffer
-
- compositeDirectBuffer() - Method in class io.netty.buffer.AbstractByteBufAllocator
-
- compositeDirectBuffer(int) - Method in class io.netty.buffer.AbstractByteBufAllocator
-
- compositeDirectBuffer() - Method in interface io.netty.buffer.ByteBufAllocator
-
- compositeDirectBuffer(int) - Method in interface io.netty.buffer.ByteBufAllocator
-
Allocate a direct
CompositeByteBuf
with the given maximum number of components that can be stored in it.
- compositeHeapBuffer() - Method in class io.netty.buffer.AbstractByteBufAllocator
-
- compositeHeapBuffer(int) - Method in class io.netty.buffer.AbstractByteBufAllocator
-
- compositeHeapBuffer() - Method in interface io.netty.buffer.ByteBufAllocator
-
- compositeHeapBuffer(int) - Method in interface io.netty.buffer.ByteBufAllocator
-
Allocate a heap
CompositeByteBuf
with the given maximum number of components that can be stored in it.
- consolidate() - Method in interface io.netty.buffer.CompositeByteBuf
-
- consolidate(int, int) - Method in interface io.netty.buffer.CompositeByteBuf
-
- consolidate() - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- consolidate(int, int) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- content() - Method in interface io.netty.buffer.ByteBufHolder
-
- content() - Method in class io.netty.buffer.DefaultByteBufHolder
-
- copiedBuffer(byte[]) - Static method in class io.netty.buffer.Unpooled
-
Creates a new big-endian buffer whose content is a copy of the
specified array
.
- copiedBuffer(byte[], int, int) - Static method in class io.netty.buffer.Unpooled
-
Creates a new big-endian buffer whose content is a copy of the
specified array
's sub-region.
- copiedBuffer(ByteBuffer) - Static method in class io.netty.buffer.Unpooled
-
Creates a new buffer whose content is a copy of the specified
buffer
's current slice.
- copiedBuffer(ByteBuf) - Static method in class io.netty.buffer.Unpooled
-
Creates a new buffer whose content is a copy of the specified
buffer
's readable bytes.
- copiedBuffer(byte[]...) - Static method in class io.netty.buffer.Unpooled
-
Creates a new big-endian buffer whose content is a merged copy of
the specified arrays
.
- copiedBuffer(ByteBuf...) - Static method in class io.netty.buffer.Unpooled
-
Creates a new buffer whose content is a merged copy of the specified
buffers
' readable bytes.
- copiedBuffer(ByteBuffer...) - Static method in class io.netty.buffer.Unpooled
-
Creates a new buffer whose content is a merged copy of the specified
buffers
' slices.
- copiedBuffer(CharSequence, Charset) - Static method in class io.netty.buffer.Unpooled
-
Creates a new big-endian buffer whose content is the specified
string
encoded in the specified charset
.
- copiedBuffer(CharSequence, int, int, Charset) - Static method in class io.netty.buffer.Unpooled
-
Creates a new big-endian buffer whose content is a subregion of
the specified string
encoded in the specified charset
.
- copiedBuffer(char[], Charset) - Static method in class io.netty.buffer.Unpooled
-
Creates a new big-endian buffer whose content is the specified
array
encoded in the specified charset
.
- copiedBuffer(char[], int, int, Charset) - Static method in class io.netty.buffer.Unpooled
-
Creates a new big-endian buffer whose content is a subregion of
the specified array
encoded in the specified charset
.
- copy() - Method in class io.netty.buffer.AbstractByteBuf
-
- copy() - Method in interface io.netty.buffer.ByteBuf
-
Returns a copy of this buffer's readable bytes.
- copy(int, int) - Method in interface io.netty.buffer.ByteBuf
-
Returns a copy of this buffer's sub-region.
- copy() - Method in interface io.netty.buffer.ByteBufHolder
-
- copy() - Method in class io.netty.buffer.DefaultByteBufHolder
-
- copy(int, int) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- copy(int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
- copy() - Method in class io.netty.buffer.EmptyByteBuf
-
- copy(int, int) - Method in class io.netty.buffer.EmptyByteBuf
-
- copy(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
- copy(int, int) - Method in class io.netty.buffer.SlicedByteBuf
-
- copy() - Method in class io.netty.buffer.SwappedByteBuf
-
- copy(int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
- copy(int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
- copy(int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- copy(int, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
-
- copyBoolean(boolean) - Static method in class io.netty.buffer.Unpooled
-
Creates a new single-byte big-endian buffer that holds the specified boolean value.
- copyBoolean(boolean...) - Static method in class io.netty.buffer.Unpooled
-
Create a new big-endian buffer that holds a sequence of the specified boolean values.
- copyDouble(double) - Static method in class io.netty.buffer.Unpooled
-
Creates a new 8-byte big-endian buffer that holds the specified 64-bit floating point number.
- copyDouble(double...) - Static method in class io.netty.buffer.Unpooled
-
Create a new big-endian buffer that holds a sequence of the specified 64-bit floating point numbers.
- copyFloat(float) - Static method in class io.netty.buffer.Unpooled
-
Creates a new 4-byte big-endian buffer that holds the specified 32-bit floating point number.
- copyFloat(float...) - Static method in class io.netty.buffer.Unpooled
-
Create a new big-endian buffer that holds a sequence of the specified 32-bit floating point numbers.
- copyInt(int) - Static method in class io.netty.buffer.Unpooled
-
Creates a new 4-byte big-endian buffer that holds the specified 32-bit integer.
- copyInt(int...) - Static method in class io.netty.buffer.Unpooled
-
Create a big-endian buffer that holds a sequence of the specified 32-bit integers.
- copyLong(long) - Static method in class io.netty.buffer.Unpooled
-
Creates a new 8-byte big-endian buffer that holds the specified 64-bit integer.
- copyLong(long...) - Static method in class io.netty.buffer.Unpooled
-
Create a new big-endian buffer that holds a sequence of the specified 64-bit integers.
- copyMedium(int) - Static method in class io.netty.buffer.Unpooled
-
Creates a new 3-byte big-endian buffer that holds the specified 24-bit integer.
- copyMedium(int...) - Static method in class io.netty.buffer.Unpooled
-
Create a new big-endian buffer that holds a sequence of the specified 24-bit integers.
- copyShort(int) - Static method in class io.netty.buffer.Unpooled
-
Creates a new 2-byte big-endian buffer that holds the specified 16-bit integer.
- copyShort(short...) - Static method in class io.netty.buffer.Unpooled
-
Create a new big-endian buffer that holds a sequence of the specified 16-bit integers.
- copyShort(int...) - Static method in class io.netty.buffer.Unpooled
-
Create a new big-endian buffer that holds a sequence of the specified 16-bit integers.
- CR - Static variable in interface io.netty.buffer.ByteBufIndexFinder
-
- CRLF - Static variable in interface io.netty.buffer.ByteBufIndexFinder
-
- getBoolean(int) - Method in class io.netty.buffer.AbstractByteBuf
-
- getBoolean(int) - Method in interface io.netty.buffer.ByteBuf
-
Gets a boolean at the specified absolute (@code index) in this buffer.
- getBoolean(int) - Method in class io.netty.buffer.EmptyByteBuf
-
- getBoolean(int) - Method in class io.netty.buffer.SwappedByteBuf
-
- getByte(int) - Method in class io.netty.buffer.AbstractByteBuf
-
- getByte(int) - Method in interface io.netty.buffer.ByteBuf
-
Gets a byte at the specified absolute index
in this buffer.
- getByte(int) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- getByte(int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
- getByte(int) - Method in class io.netty.buffer.EmptyByteBuf
-
- getByte(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
- getByte(int) - Method in class io.netty.buffer.SwappedByteBuf
-
- getByte(int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
- getByte(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- getBytes(int, byte[]) - Method in class io.netty.buffer.AbstractByteBuf
-
- getBytes(int, ByteBuf) - Method in class io.netty.buffer.AbstractByteBuf
-
- getBytes(int, ByteBuf, int) - Method in class io.netty.buffer.AbstractByteBuf
-
- getBytes(int, ByteBuf) - Method in interface io.netty.buffer.ByteBuf
-
Transfers this buffer's data to the specified destination starting at
the specified absolute index
until the destination becomes
non-writable.
- getBytes(int, ByteBuf, int) - Method in interface io.netty.buffer.ByteBuf
-
Transfers this buffer's data to the specified destination starting at
the specified absolute index
.
- getBytes(int, ByteBuf, int, int) - Method in interface io.netty.buffer.ByteBuf
-
Transfers this buffer's data to the specified destination starting at
the specified absolute index
.
- getBytes(int, byte[]) - Method in interface io.netty.buffer.ByteBuf
-
Transfers this buffer's data to the specified destination starting at
the specified absolute index
.
- getBytes(int, byte[], int, int) - Method in interface io.netty.buffer.ByteBuf
-
Transfers this buffer's data to the specified destination starting at
the specified absolute index
.
- getBytes(int, ByteBuffer) - Method in interface io.netty.buffer.ByteBuf
-
Transfers this buffer's data to the specified destination starting at
the specified absolute index
until the destination's position
reaches its limit.
- getBytes(int, OutputStream, int) - Method in interface io.netty.buffer.ByteBuf
-
Transfers this buffer's data to the specified stream starting at the
specified absolute index
.
- getBytes(int, GatheringByteChannel, int) - Method in interface io.netty.buffer.ByteBuf
-
Transfers this buffer's data to the specified channel starting at the
specified absolute index
.
- getBytes(int, ByteBuf) - Method in interface io.netty.buffer.CompositeByteBuf
-
- getBytes(int, ByteBuf, int) - Method in interface io.netty.buffer.CompositeByteBuf
-
- getBytes(int, ByteBuf, int, int) - Method in interface io.netty.buffer.CompositeByteBuf
-
- getBytes(int, byte[]) - Method in interface io.netty.buffer.CompositeByteBuf
-
- getBytes(int, byte[], int, int) - Method in interface io.netty.buffer.CompositeByteBuf
-
- getBytes(int, ByteBuffer) - Method in interface io.netty.buffer.CompositeByteBuf
-
- getBytes(int, OutputStream, int) - Method in interface io.netty.buffer.CompositeByteBuf
-
- getBytes(int, byte[], int, int) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- getBytes(int, ByteBuffer) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- getBytes(int, OutputStream, int) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- getBytes(int, ByteBuf) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- getBytes(int, ByteBuf, int) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- getBytes(int, byte[]) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
- getBytes(int, byte[], int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
- getBytes(int, ByteBuffer) - Method in class io.netty.buffer.DuplicatedByteBuf
-
- getBytes(int, OutputStream, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
- getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
- getBytes(int, ByteBuf) - Method in class io.netty.buffer.EmptyByteBuf
-
- getBytes(int, ByteBuf, int) - Method in class io.netty.buffer.EmptyByteBuf
-
- getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.EmptyByteBuf
-
- getBytes(int, byte[]) - Method in class io.netty.buffer.EmptyByteBuf
-
- getBytes(int, byte[], int, int) - Method in class io.netty.buffer.EmptyByteBuf
-
- getBytes(int, ByteBuffer) - Method in class io.netty.buffer.EmptyByteBuf
-
- getBytes(int, OutputStream, int) - Method in class io.netty.buffer.EmptyByteBuf
-
- getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.EmptyByteBuf
-
- getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
- getBytes(int, OutputStream, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
- getBytes(int, byte[], int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
- getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
- getBytes(int, ByteBuffer) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
- getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.SlicedByteBuf
-
- getBytes(int, byte[], int, int) - Method in class io.netty.buffer.SlicedByteBuf
-
- getBytes(int, ByteBuffer) - Method in class io.netty.buffer.SlicedByteBuf
-
- getBytes(int, OutputStream, int) - Method in class io.netty.buffer.SlicedByteBuf
-
- getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.SlicedByteBuf
-
- getBytes(int, ByteBuf) - Method in class io.netty.buffer.SwappedByteBuf
-
- getBytes(int, ByteBuf, int) - Method in class io.netty.buffer.SwappedByteBuf
-
- getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
- getBytes(int, byte[]) - Method in class io.netty.buffer.SwappedByteBuf
-
- getBytes(int, byte[], int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
- getBytes(int, ByteBuffer) - Method in class io.netty.buffer.SwappedByteBuf
-
- getBytes(int, OutputStream, int) - Method in class io.netty.buffer.SwappedByteBuf
-
- getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.SwappedByteBuf
-
- getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
- getBytes(int, byte[], int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
- getBytes(int, ByteBuffer) - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
- getBytes(int, OutputStream, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
- getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
- getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- getBytes(int, byte[], int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- getBytes(int, ByteBuffer) - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- getBytes(int, OutputStream, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
-
- getBytes(int, byte[], int, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
-
- getBytes(int, ByteBuffer) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
-
- getBytes(int, OutputStream, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
-
- getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
-
- getChar(int) - Method in class io.netty.buffer.AbstractByteBuf
-
- getChar(int) - Method in interface io.netty.buffer.ByteBuf
-
Gets a 2-byte UTF-16 character at the specified absolute
index
in this buffer.
- getChar(int) - Method in class io.netty.buffer.EmptyByteBuf
-
- getChar(int) - Method in class io.netty.buffer.SwappedByteBuf
-
- getDouble(int) - Method in class io.netty.buffer.AbstractByteBuf
-
- getDouble(int) - Method in interface io.netty.buffer.ByteBuf
-
Gets a 64-bit floating point number at the specified absolute
index
in this buffer.
- getDouble(int) - Method in class io.netty.buffer.EmptyByteBuf
-
- getDouble(int) - Method in class io.netty.buffer.SwappedByteBuf
-
- getFloat(int) - Method in class io.netty.buffer.AbstractByteBuf
-
- getFloat(int) - Method in interface io.netty.buffer.ByteBuf
-
Gets a 32-bit floating point number at the specified absolute
index
in this buffer.
- getFloat(int) - Method in class io.netty.buffer.EmptyByteBuf
-
- getFloat(int) - Method in class io.netty.buffer.SwappedByteBuf
-
- getInt(int) - Method in class io.netty.buffer.AbstractByteBuf
-
- getInt(int) - Method in interface io.netty.buffer.ByteBuf
-
Gets a 32-bit integer at the specified absolute index
in
this buffer.
- getInt(int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
- getInt(int) - Method in class io.netty.buffer.EmptyByteBuf
-
- getInt(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
- getInt(int) - Method in class io.netty.buffer.SwappedByteBuf
-
- getInt(int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
- getInt(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- getLong(int) - Method in class io.netty.buffer.AbstractByteBuf
-
- getLong(int) - Method in interface io.netty.buffer.ByteBuf
-
Gets a 64-bit long integer at the specified absolute index
in
this buffer.
- getLong(int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
- getLong(int) - Method in class io.netty.buffer.EmptyByteBuf
-
- getLong(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
- getLong(int) - Method in class io.netty.buffer.SwappedByteBuf
-
- getLong(int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
- getLong(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- getMedium(int) - Method in class io.netty.buffer.AbstractByteBuf
-
- getMedium(int) - Method in interface io.netty.buffer.ByteBuf
-
Gets a 24-bit medium integer at the specified absolute index
in
this buffer.
- getMedium(int) - Method in class io.netty.buffer.EmptyByteBuf
-
- getMedium(int) - Method in class io.netty.buffer.SwappedByteBuf
-
- getShort(int) - Method in class io.netty.buffer.AbstractByteBuf
-
- getShort(int) - Method in interface io.netty.buffer.ByteBuf
-
Gets a 16-bit short integer at the specified absolute index
in
this buffer.
- getShort(int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
- getShort(int) - Method in class io.netty.buffer.EmptyByteBuf
-
- getShort(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
- getShort(int) - Method in class io.netty.buffer.SwappedByteBuf
-
- getShort(int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
- getShort(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- getUnsignedByte(int) - Method in class io.netty.buffer.AbstractByteBuf
-
- getUnsignedByte(int) - Method in interface io.netty.buffer.ByteBuf
-
Gets an unsigned byte at the specified absolute index
in this
buffer.
- getUnsignedByte(int) - Method in class io.netty.buffer.EmptyByteBuf
-
- getUnsignedByte(int) - Method in class io.netty.buffer.SwappedByteBuf
-
- getUnsignedInt(int) - Method in class io.netty.buffer.AbstractByteBuf
-
- getUnsignedInt(int) - Method in interface io.netty.buffer.ByteBuf
-
Gets an unsigned 32-bit integer at the specified absolute index
in this buffer.
- getUnsignedInt(int) - Method in class io.netty.buffer.EmptyByteBuf
-
- getUnsignedInt(int) - Method in class io.netty.buffer.SwappedByteBuf
-
- getUnsignedMedium(int) - Method in class io.netty.buffer.AbstractByteBuf
-
- getUnsignedMedium(int) - Method in interface io.netty.buffer.ByteBuf
-
Gets an unsigned 24-bit medium integer at the specified absolute
index
in this buffer.
- getUnsignedMedium(int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
- getUnsignedMedium(int) - Method in class io.netty.buffer.EmptyByteBuf
-
- getUnsignedMedium(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
- getUnsignedMedium(int) - Method in class io.netty.buffer.SwappedByteBuf
-
- getUnsignedMedium(int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
- getUnsignedMedium(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- getUnsignedShort(int) - Method in class io.netty.buffer.AbstractByteBuf
-
- getUnsignedShort(int) - Method in interface io.netty.buffer.ByteBuf
-
Gets an unsigned 16-bit short integer at the specified absolute
index
in this buffer.
- getUnsignedShort(int) - Method in class io.netty.buffer.EmptyByteBuf
-
- getUnsignedShort(int) - Method in class io.netty.buffer.SwappedByteBuf
-
- read() - Method in class io.netty.buffer.ByteBufInputStream
-
- read(byte[], int, int) - Method in class io.netty.buffer.ByteBufInputStream
-
- readable() - Method in class io.netty.buffer.AbstractByteBuf
-
Deprecated.
- readable() - Method in interface io.netty.buffer.ByteBuf
-
- readable() - Method in class io.netty.buffer.EmptyByteBuf
-
Deprecated.
- readable() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readableBytes() - Method in class io.netty.buffer.AbstractByteBuf
-
- readableBytes() - Method in interface io.netty.buffer.ByteBuf
-
Returns the number of readable bytes which is equal to
(this.writerIndex - this.readerIndex)
.
- readableBytes() - Method in class io.netty.buffer.EmptyByteBuf
-
- readableBytes() - Method in class io.netty.buffer.SwappedByteBuf
-
- readBoolean() - Method in class io.netty.buffer.AbstractByteBuf
-
- readBoolean() - Method in interface io.netty.buffer.ByteBuf
-
Gets a boolean at the current readerIndex
and increases
the readerIndex
by 1
in this buffer.
- readBoolean() - Method in class io.netty.buffer.ByteBufInputStream
-
- readBoolean() - Method in class io.netty.buffer.EmptyByteBuf
-
- readBoolean() - Method in class io.netty.buffer.SwappedByteBuf
-
- readByte() - Method in class io.netty.buffer.AbstractByteBuf
-
- readByte() - Method in interface io.netty.buffer.ByteBuf
-
Gets a byte at the current readerIndex
and increases
the readerIndex
by 1
in this buffer.
- readByte() - Method in class io.netty.buffer.ByteBufInputStream
-
- readByte() - Method in class io.netty.buffer.EmptyByteBuf
-
- readByte() - Method in class io.netty.buffer.SwappedByteBuf
-
- readBytes(int) - Method in class io.netty.buffer.AbstractByteBuf
-
- readBytes(byte[], int, int) - Method in class io.netty.buffer.AbstractByteBuf
-
- readBytes(byte[]) - Method in class io.netty.buffer.AbstractByteBuf
-
- readBytes(ByteBuf) - Method in class io.netty.buffer.AbstractByteBuf
-
- readBytes(ByteBuf, int) - Method in class io.netty.buffer.AbstractByteBuf
-
- readBytes(ByteBuf, int, int) - Method in class io.netty.buffer.AbstractByteBuf
-
- readBytes(ByteBuffer) - Method in class io.netty.buffer.AbstractByteBuf
-
- readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer.AbstractByteBuf
-
- readBytes(OutputStream, int) - Method in class io.netty.buffer.AbstractByteBuf
-
- readBytes(int) - Method in interface io.netty.buffer.ByteBuf
-
Transfers this buffer's data to a newly created buffer starting at
the current readerIndex
and increases the readerIndex
by the number of the transferred bytes (= length
).
- readBytes(ByteBuf) - Method in interface io.netty.buffer.ByteBuf
-
Transfers this buffer's data to the specified destination starting at
the current readerIndex
until the destination becomes
non-writable, and increases the readerIndex
by the number of the
transferred bytes.
- readBytes(ByteBuf, int) - Method in interface io.netty.buffer.ByteBuf
-
Transfers this buffer's data to the specified destination starting at
the current readerIndex
and increases the readerIndex
by the number of the transferred bytes (= length
).
- readBytes(ByteBuf, int, int) - Method in interface io.netty.buffer.ByteBuf
-
Transfers this buffer's data to the specified destination starting at
the current readerIndex
and increases the readerIndex
by the number of the transferred bytes (= length
).
- readBytes(byte[]) - Method in interface io.netty.buffer.ByteBuf
-
Transfers this buffer's data to the specified destination starting at
the current readerIndex
and increases the readerIndex
by the number of the transferred bytes (= dst.length
).
- readBytes(byte[], int, int) - Method in interface io.netty.buffer.ByteBuf
-
Transfers this buffer's data to the specified destination starting at
the current readerIndex
and increases the readerIndex
by the number of the transferred bytes (= length
).
- readBytes(ByteBuffer) - Method in interface io.netty.buffer.ByteBuf
-
Transfers this buffer's data to the specified destination starting at
the current readerIndex
until the destination's position
reaches its limit, and increases the readerIndex
by the
number of the transferred bytes.
- readBytes(OutputStream, int) - Method in interface io.netty.buffer.ByteBuf
-
Transfers this buffer's data to the specified stream starting at the
current readerIndex
.
- readBytes(GatheringByteChannel, int) - Method in interface io.netty.buffer.ByteBuf
-
Transfers this buffer's data to the specified stream starting at the
current readerIndex
.
- readBytes() - Method in class io.netty.buffer.ByteBufInputStream
-
Returns the number of read bytes by this stream so far.
- readBytes(ByteBuf) - Method in interface io.netty.buffer.CompositeByteBuf
-
- readBytes(ByteBuf, int) - Method in interface io.netty.buffer.CompositeByteBuf
-
- readBytes(ByteBuf, int, int) - Method in interface io.netty.buffer.CompositeByteBuf
-
- readBytes(byte[]) - Method in interface io.netty.buffer.CompositeByteBuf
-
- readBytes(byte[], int, int) - Method in interface io.netty.buffer.CompositeByteBuf
-
- readBytes(ByteBuffer) - Method in interface io.netty.buffer.CompositeByteBuf
-
- readBytes(OutputStream, int) - Method in interface io.netty.buffer.CompositeByteBuf
-
- readBytes(ByteBuf) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- readBytes(ByteBuf, int) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- readBytes(ByteBuf, int, int) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- readBytes(byte[]) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- readBytes(byte[], int, int) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- readBytes(ByteBuffer) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- readBytes(OutputStream, int) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- readBytes(int) - Method in class io.netty.buffer.EmptyByteBuf
-
- readBytes(ByteBuf) - Method in class io.netty.buffer.EmptyByteBuf
-
- readBytes(ByteBuf, int) - Method in class io.netty.buffer.EmptyByteBuf
-
- readBytes(ByteBuf, int, int) - Method in class io.netty.buffer.EmptyByteBuf
-
- readBytes(byte[]) - Method in class io.netty.buffer.EmptyByteBuf
-
- readBytes(byte[], int, int) - Method in class io.netty.buffer.EmptyByteBuf
-
- readBytes(ByteBuffer) - Method in class io.netty.buffer.EmptyByteBuf
-
- readBytes(OutputStream, int) - Method in class io.netty.buffer.EmptyByteBuf
-
- readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer.EmptyByteBuf
-
- readBytes(int) - Method in class io.netty.buffer.SwappedByteBuf
-
- readBytes(ByteBuf) - Method in class io.netty.buffer.SwappedByteBuf
-
- readBytes(ByteBuf, int) - Method in class io.netty.buffer.SwappedByteBuf
-
- readBytes(ByteBuf, int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
- readBytes(byte[]) - Method in class io.netty.buffer.SwappedByteBuf
-
- readBytes(byte[], int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
- readBytes(ByteBuffer) - Method in class io.netty.buffer.SwappedByteBuf
-
- readBytes(OutputStream, int) - Method in class io.netty.buffer.SwappedByteBuf
-
- readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer.SwappedByteBuf
-
- readChar() - Method in class io.netty.buffer.AbstractByteBuf
-
- readChar() - Method in interface io.netty.buffer.ByteBuf
-
Gets a 2-byte UTF-16 character at the current readerIndex
and increases the readerIndex
by 2
in this buffer.
- readChar() - Method in class io.netty.buffer.ByteBufInputStream
-
- readChar() - Method in class io.netty.buffer.EmptyByteBuf
-
- readChar() - Method in class io.netty.buffer.SwappedByteBuf
-
- readDouble() - Method in class io.netty.buffer.AbstractByteBuf
-
- readDouble() - Method in interface io.netty.buffer.ByteBuf
-
Gets a 64-bit floating point number at the current readerIndex
and increases the readerIndex
by 8
in this buffer.
- readDouble() - Method in class io.netty.buffer.ByteBufInputStream
-
- readDouble() - Method in class io.netty.buffer.EmptyByteBuf
-
- readDouble() - Method in class io.netty.buffer.SwappedByteBuf
-
- readerIndex() - Method in class io.netty.buffer.AbstractByteBuf
-
- readerIndex(int) - Method in class io.netty.buffer.AbstractByteBuf
-
- readerIndex() - Method in interface io.netty.buffer.ByteBuf
-
Returns the readerIndex
of this buffer.
- readerIndex(int) - Method in interface io.netty.buffer.ByteBuf
-
Sets the readerIndex
of this buffer.
- readerIndex(int) - Method in interface io.netty.buffer.CompositeByteBuf
-
- readerIndex(int) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- readerIndex() - Method in class io.netty.buffer.EmptyByteBuf
-
- readerIndex(int) - Method in class io.netty.buffer.EmptyByteBuf
-
- readerIndex() - Method in class io.netty.buffer.SwappedByteBuf
-
- readerIndex(int) - Method in class io.netty.buffer.SwappedByteBuf
-
- readFloat() - Method in class io.netty.buffer.AbstractByteBuf
-
- readFloat() - Method in interface io.netty.buffer.ByteBuf
-
Gets a 32-bit floating point number at the current readerIndex
and increases the readerIndex
by 4
in this buffer.
- readFloat() - Method in class io.netty.buffer.ByteBufInputStream
-
- readFloat() - Method in class io.netty.buffer.EmptyByteBuf
-
- readFloat() - Method in class io.netty.buffer.SwappedByteBuf
-
- readFully(byte[]) - Method in class io.netty.buffer.ByteBufInputStream
-
- readFully(byte[], int, int) - Method in class io.netty.buffer.ByteBufInputStream
-
- readInt() - Method in class io.netty.buffer.AbstractByteBuf
-
- readInt() - Method in interface io.netty.buffer.ByteBuf
-
Gets a 32-bit integer at the current readerIndex
and increases the readerIndex
by 4
in this buffer.
- readInt() - Method in class io.netty.buffer.ByteBufInputStream
-
- readInt() - Method in class io.netty.buffer.EmptyByteBuf
-
- readInt() - Method in class io.netty.buffer.SwappedByteBuf
-
- readLine() - Method in class io.netty.buffer.ByteBufInputStream
-
- readLong() - Method in class io.netty.buffer.AbstractByteBuf
-
- readLong() - Method in interface io.netty.buffer.ByteBuf
-
Gets a 64-bit integer at the current readerIndex
and increases the readerIndex
by 8
in this buffer.
- readLong() - Method in class io.netty.buffer.ByteBufInputStream
-
- readLong() - Method in class io.netty.buffer.EmptyByteBuf
-
- readLong() - Method in class io.netty.buffer.SwappedByteBuf
-
- readMedium() - Method in class io.netty.buffer.AbstractByteBuf
-
- readMedium() - Method in interface io.netty.buffer.ByteBuf
-
Gets a 24-bit medium integer at the current readerIndex
and increases the readerIndex
by 3
in this buffer.
- readMedium() - Method in class io.netty.buffer.EmptyByteBuf
-
- readMedium() - Method in class io.netty.buffer.SwappedByteBuf
-
- ReadOnlyByteBuf - Class in io.netty.buffer
-
A derived buffer which forbids any write requests to its parent.
- ReadOnlyByteBuf(ByteBuf) - Constructor for class io.netty.buffer.ReadOnlyByteBuf
-
- readShort() - Method in class io.netty.buffer.AbstractByteBuf
-
- readShort() - Method in interface io.netty.buffer.ByteBuf
-
Gets a 16-bit short integer at the current readerIndex
and increases the readerIndex
by 2
in this buffer.
- readShort() - Method in class io.netty.buffer.ByteBufInputStream
-
- readShort() - Method in class io.netty.buffer.EmptyByteBuf
-
- readShort() - Method in class io.netty.buffer.SwappedByteBuf
-
- readSlice(int) - Method in class io.netty.buffer.AbstractByteBuf
-
- readSlice(int) - Method in interface io.netty.buffer.ByteBuf
-
Returns a new slice of this buffer's sub-region starting at the current
readerIndex
and increases the readerIndex
by the size
of the new slice (= length
).
- readSlice(int) - Method in class io.netty.buffer.EmptyByteBuf
-
- readSlice(int) - Method in class io.netty.buffer.SwappedByteBuf
-
- readUnsignedByte() - Method in class io.netty.buffer.AbstractByteBuf
-
- readUnsignedByte() - Method in interface io.netty.buffer.ByteBuf
-
Gets an unsigned byte at the current readerIndex
and increases
the readerIndex
by 1
in this buffer.
- readUnsignedByte() - Method in class io.netty.buffer.ByteBufInputStream
-
- readUnsignedByte() - Method in class io.netty.buffer.EmptyByteBuf
-
- readUnsignedByte() - Method in class io.netty.buffer.SwappedByteBuf
-
- readUnsignedInt() - Method in class io.netty.buffer.AbstractByteBuf
-
- readUnsignedInt() - Method in interface io.netty.buffer.ByteBuf
-
Gets an unsigned 32-bit integer at the current readerIndex
and increases the readerIndex
by 4
in this buffer.
- readUnsignedInt() - Method in class io.netty.buffer.EmptyByteBuf
-
- readUnsignedInt() - Method in class io.netty.buffer.SwappedByteBuf
-
- readUnsignedMedium() - Method in class io.netty.buffer.AbstractByteBuf
-
- readUnsignedMedium() - Method in interface io.netty.buffer.ByteBuf
-
Gets an unsigned 24-bit medium integer at the current readerIndex
and increases the readerIndex
by 3
in this buffer.
- readUnsignedMedium() - Method in class io.netty.buffer.EmptyByteBuf
-
- readUnsignedMedium() - Method in class io.netty.buffer.SwappedByteBuf
-
- readUnsignedShort() - Method in class io.netty.buffer.AbstractByteBuf
-
- readUnsignedShort() - Method in interface io.netty.buffer.ByteBuf
-
Gets an unsigned 16-bit short integer at the current readerIndex
and increases the readerIndex
by 2
in this buffer.
- readUnsignedShort() - Method in class io.netty.buffer.ByteBufInputStream
-
- readUnsignedShort() - Method in class io.netty.buffer.EmptyByteBuf
-
- readUnsignedShort() - Method in class io.netty.buffer.SwappedByteBuf
-
- readUTF() - Method in class io.netty.buffer.ByteBufInputStream
-
- refCnt() - Method in class io.netty.buffer.AbstractDerivedByteBuf
-
- refCnt() - Method in class io.netty.buffer.AbstractReferenceCountedByteBuf
-
- refCnt() - Method in class io.netty.buffer.DefaultByteBufHolder
-
- refCnt() - Method in class io.netty.buffer.EmptyByteBuf
-
- refCnt() - Method in class io.netty.buffer.SwappedByteBuf
-
- release() - Method in class io.netty.buffer.AbstractDerivedByteBuf
-
- release(int) - Method in class io.netty.buffer.AbstractDerivedByteBuf
-
- release() - Method in class io.netty.buffer.AbstractReferenceCountedByteBuf
-
- release(int) - Method in class io.netty.buffer.AbstractReferenceCountedByteBuf
-
- release(Object) - Static method in class io.netty.buffer.ByteBufUtil
-
Deprecated.
use ReferenceCountUtil.release(Object)
- release(Object, int) - Static method in class io.netty.buffer.ByteBufUtil
-
Deprecated.
use ReferenceCountUtil.release(Object, int)
- release() - Method in class io.netty.buffer.DefaultByteBufHolder
-
- release(int) - Method in class io.netty.buffer.DefaultByteBufHolder
-
- release() - Method in class io.netty.buffer.EmptyByteBuf
-
- release(int) - Method in class io.netty.buffer.EmptyByteBuf
-
- release() - Method in class io.netty.buffer.SwappedByteBuf
-
- release(int) - Method in class io.netty.buffer.SwappedByteBuf
-
- removeComponent(int) - Method in interface io.netty.buffer.CompositeByteBuf
-
Remove the
ByteBuf
from the given index.
- removeComponent(int) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- removeComponents(int, int) - Method in interface io.netty.buffer.CompositeByteBuf
-
Remove the number of
ByteBuf
s starting from the given index.
- removeComponents(int, int) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- reset() - Method in class io.netty.buffer.ByteBufInputStream
-
- resetReaderIndex() - Method in class io.netty.buffer.AbstractByteBuf
-
- resetReaderIndex() - Method in interface io.netty.buffer.ByteBuf
-
Repositions the current readerIndex
to the marked
readerIndex
in this buffer.
- resetReaderIndex() - Method in interface io.netty.buffer.CompositeByteBuf
-
- resetReaderIndex() - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- resetReaderIndex() - Method in class io.netty.buffer.EmptyByteBuf
-
- resetReaderIndex() - Method in class io.netty.buffer.SwappedByteBuf
-
- resetWriterIndex() - Method in class io.netty.buffer.AbstractByteBuf
-
- resetWriterIndex() - Method in interface io.netty.buffer.ByteBuf
-
Repositions the current writerIndex
to the marked
writerIndex
in this buffer.
- resetWriterIndex() - Method in interface io.netty.buffer.CompositeByteBuf
-
- resetWriterIndex() - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- resetWriterIndex() - Method in class io.netty.buffer.EmptyByteBuf
-
- resetWriterIndex() - Method in class io.netty.buffer.SwappedByteBuf
-
- retain() - Method in class io.netty.buffer.AbstractDerivedByteBuf
-
- retain(int) - Method in class io.netty.buffer.AbstractDerivedByteBuf
-
- retain() - Method in class io.netty.buffer.AbstractReferenceCountedByteBuf
-
- retain(int) - Method in class io.netty.buffer.AbstractReferenceCountedByteBuf
-
- retain(int) - Method in interface io.netty.buffer.ByteBuf
-
- retain() - Method in interface io.netty.buffer.ByteBuf
-
- retain() - Method in interface io.netty.buffer.ByteBufHolder
-
- retain(int) - Method in interface io.netty.buffer.ByteBufHolder
-
- retain(T) - Static method in class io.netty.buffer.ByteBufUtil
-
Deprecated.
use ReferenceCountUtil.retain(Object)
- retain(T, int) - Static method in class io.netty.buffer.ByteBufUtil
-
Deprecated.
use ReferenceCountUtil.retain(Object, int)
- retain(int) - Method in interface io.netty.buffer.CompositeByteBuf
-
- retain() - Method in interface io.netty.buffer.CompositeByteBuf
-
- retain() - Method in class io.netty.buffer.DefaultByteBufHolder
-
- retain(int) - Method in class io.netty.buffer.DefaultByteBufHolder
-
- retain(int) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- retain() - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- retain() - Method in class io.netty.buffer.EmptyByteBuf
-
- retain(int) - Method in class io.netty.buffer.EmptyByteBuf
-
- retain() - Method in class io.netty.buffer.SwappedByteBuf
-
- retain(int) - Method in class io.netty.buffer.SwappedByteBuf
-
- setBoolean(int, boolean) - Method in class io.netty.buffer.AbstractByteBuf
-
- setBoolean(int, boolean) - Method in interface io.netty.buffer.ByteBuf
-
Sets the specified boolean at the specified absolute index
in this
buffer.
- setBoolean(int, boolean) - Method in interface io.netty.buffer.CompositeByteBuf
-
- setBoolean(int, boolean) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- setBoolean(int, boolean) - Method in class io.netty.buffer.EmptyByteBuf
-
- setBoolean(int, boolean) - Method in class io.netty.buffer.SwappedByteBuf
-
- setByte(int, int) - Method in class io.netty.buffer.AbstractByteBuf
-
- setByte(int, int) - Method in interface io.netty.buffer.ByteBuf
-
Sets the specified byte at the specified absolute index
in this
buffer.
- setByte(int, int) - Method in interface io.netty.buffer.CompositeByteBuf
-
- setByte(int, int) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- setByte(int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
- setByte(int, int) - Method in class io.netty.buffer.EmptyByteBuf
-
- setByte(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
- setByte(int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
- setByte(int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
- setByte(int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- setBytes(int, byte[]) - Method in class io.netty.buffer.AbstractByteBuf
-
- setBytes(int, ByteBuf) - Method in class io.netty.buffer.AbstractByteBuf
-
- setBytes(int, ByteBuf, int) - Method in class io.netty.buffer.AbstractByteBuf
-
- setBytes(int, ByteBuf) - Method in interface io.netty.buffer.ByteBuf
-
Transfers the specified source buffer's data to this buffer starting at
the specified absolute index
until the source buffer becomes
unreadable.
- setBytes(int, ByteBuf, int) - Method in interface io.netty.buffer.ByteBuf
-
Transfers the specified source buffer's data to this buffer starting at
the specified absolute index
.
- setBytes(int, ByteBuf, int, int) - Method in interface io.netty.buffer.ByteBuf
-
Transfers the specified source buffer's data to this buffer starting at
the specified absolute index
.
- setBytes(int, byte[]) - Method in interface io.netty.buffer.ByteBuf
-
Transfers the specified source array's data to this buffer starting at
the specified absolute index
.
- setBytes(int, byte[], int, int) - Method in interface io.netty.buffer.ByteBuf
-
Transfers the specified source array's data to this buffer starting at
the specified absolute index
.
- setBytes(int, ByteBuffer) - Method in interface io.netty.buffer.ByteBuf
-
Transfers the specified source buffer's data to this buffer starting at
the specified absolute index
until the source buffer's position
reaches its limit.
- setBytes(int, InputStream, int) - Method in interface io.netty.buffer.ByteBuf
-
Transfers the content of the specified source stream to this buffer
starting at the specified absolute index
.
- setBytes(int, ScatteringByteChannel, int) - Method in interface io.netty.buffer.ByteBuf
-
Transfers the content of the specified source channel to this buffer
starting at the specified absolute index
.
- setBytes(int, ByteBuf) - Method in interface io.netty.buffer.CompositeByteBuf
-
- setBytes(int, ByteBuf, int) - Method in interface io.netty.buffer.CompositeByteBuf
-
- setBytes(int, ByteBuf, int, int) - Method in interface io.netty.buffer.CompositeByteBuf
-
- setBytes(int, byte[]) - Method in interface io.netty.buffer.CompositeByteBuf
-
- setBytes(int, byte[], int, int) - Method in interface io.netty.buffer.CompositeByteBuf
-
- setBytes(int, ByteBuffer) - Method in interface io.netty.buffer.CompositeByteBuf
-
- setBytes(int, byte[], int, int) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- setBytes(int, ByteBuffer) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- setBytes(int, InputStream, int) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- setBytes(int, ByteBuf) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- setBytes(int, ByteBuf, int) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- setBytes(int, byte[]) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- setBytes(int, byte[], int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
- setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
- setBytes(int, ByteBuffer) - Method in class io.netty.buffer.DuplicatedByteBuf
-
- setBytes(int, InputStream, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
- setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
- setBytes(int, ByteBuf) - Method in class io.netty.buffer.EmptyByteBuf
-
- setBytes(int, ByteBuf, int) - Method in class io.netty.buffer.EmptyByteBuf
-
- setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.EmptyByteBuf
-
- setBytes(int, byte[]) - Method in class io.netty.buffer.EmptyByteBuf
-
- setBytes(int, byte[], int, int) - Method in class io.netty.buffer.EmptyByteBuf
-
- setBytes(int, ByteBuffer) - Method in class io.netty.buffer.EmptyByteBuf
-
- setBytes(int, InputStream, int) - Method in class io.netty.buffer.EmptyByteBuf
-
- setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.EmptyByteBuf
-
- setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
- setBytes(int, byte[], int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
- setBytes(int, ByteBuffer) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
- setBytes(int, InputStream, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
- setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
- setBytes(int, byte[], int, int) - Method in class io.netty.buffer.SlicedByteBuf
-
- setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.SlicedByteBuf
-
- setBytes(int, ByteBuffer) - Method in class io.netty.buffer.SlicedByteBuf
-
- setBytes(int, InputStream, int) - Method in class io.netty.buffer.SlicedByteBuf
-
- setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.SlicedByteBuf
-
- setBytes(int, ByteBuf) - Method in class io.netty.buffer.SwappedByteBuf
-
- setBytes(int, ByteBuf, int) - Method in class io.netty.buffer.SwappedByteBuf
-
- setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
- setBytes(int, byte[]) - Method in class io.netty.buffer.SwappedByteBuf
-
- setBytes(int, byte[], int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
- setBytes(int, ByteBuffer) - Method in class io.netty.buffer.SwappedByteBuf
-
- setBytes(int, InputStream, int) - Method in class io.netty.buffer.SwappedByteBuf
-
- setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.SwappedByteBuf
-
- setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
- setBytes(int, byte[], int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
- setBytes(int, ByteBuffer) - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
- setBytes(int, InputStream, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
- setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
- setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- setBytes(int, byte[], int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- setBytes(int, ByteBuffer) - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- setBytes(int, InputStream, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
-
- setBytes(int, byte[], int, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
-
- setBytes(int, ByteBuffer) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
-
- setBytes(int, InputStream, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
-
- setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
-
- setChar(int, int) - Method in class io.netty.buffer.AbstractByteBuf
-
- setChar(int, int) - Method in interface io.netty.buffer.ByteBuf
-
Sets the specified 2-byte UTF-16 character at the specified absolute
index
in this buffer.
- setChar(int, int) - Method in interface io.netty.buffer.CompositeByteBuf
-
- setChar(int, int) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- setChar(int, int) - Method in class io.netty.buffer.EmptyByteBuf
-
- setChar(int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
- setDouble(int, double) - Method in class io.netty.buffer.AbstractByteBuf
-
- setDouble(int, double) - Method in interface io.netty.buffer.ByteBuf
-
Sets the specified 64-bit floating-point number at the specified
absolute index
in this buffer.
- setDouble(int, double) - Method in interface io.netty.buffer.CompositeByteBuf
-
- setDouble(int, double) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- setDouble(int, double) - Method in class io.netty.buffer.EmptyByteBuf
-
- setDouble(int, double) - Method in class io.netty.buffer.SwappedByteBuf
-
- setFloat(int, float) - Method in class io.netty.buffer.AbstractByteBuf
-
- setFloat(int, float) - Method in interface io.netty.buffer.ByteBuf
-
Sets the specified 32-bit floating-point number at the specified
absolute index
in this buffer.
- setFloat(int, float) - Method in interface io.netty.buffer.CompositeByteBuf
-
- setFloat(int, float) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- setFloat(int, float) - Method in class io.netty.buffer.EmptyByteBuf
-
- setFloat(int, float) - Method in class io.netty.buffer.SwappedByteBuf
-
- setIndex(int, int) - Method in class io.netty.buffer.AbstractByteBuf
-
- setIndex(int, int) - Method in interface io.netty.buffer.ByteBuf
-
Sets the readerIndex
and writerIndex
of this buffer
in one shot.
- setIndex(int, int) - Method in interface io.netty.buffer.CompositeByteBuf
-
- setIndex(int, int) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- setIndex(int, int) - Method in class io.netty.buffer.EmptyByteBuf
-
- setIndex(int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
- setInt(int, int) - Method in class io.netty.buffer.AbstractByteBuf
-
- setInt(int, int) - Method in interface io.netty.buffer.ByteBuf
-
Sets the specified 32-bit integer at the specified absolute
index
in this buffer.
- setInt(int, int) - Method in interface io.netty.buffer.CompositeByteBuf
-
- setInt(int, int) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- setInt(int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
- setInt(int, int) - Method in class io.netty.buffer.EmptyByteBuf
-
- setInt(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
- setInt(int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
- setInt(int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
- setInt(int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- setLong(int, long) - Method in class io.netty.buffer.AbstractByteBuf
-
- setLong(int, long) - Method in interface io.netty.buffer.ByteBuf
-
Sets the specified 64-bit long integer at the specified absolute
index
in this buffer.
- setLong(int, long) - Method in interface io.netty.buffer.CompositeByteBuf
-
- setLong(int, long) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- setLong(int, long) - Method in class io.netty.buffer.DuplicatedByteBuf
-
- setLong(int, long) - Method in class io.netty.buffer.EmptyByteBuf
-
- setLong(int, long) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
- setLong(int, long) - Method in class io.netty.buffer.SwappedByteBuf
-
- setLong(int, long) - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
- setLong(int, long) - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- setMedium(int, int) - Method in class io.netty.buffer.AbstractByteBuf
-
- setMedium(int, int) - Method in interface io.netty.buffer.ByteBuf
-
Sets the specified 24-bit medium integer at the specified absolute
index
in this buffer.
- setMedium(int, int) - Method in interface io.netty.buffer.CompositeByteBuf
-
- setMedium(int, int) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- setMedium(int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
- setMedium(int, int) - Method in class io.netty.buffer.EmptyByteBuf
-
- setMedium(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
- setMedium(int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
- setMedium(int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
- setMedium(int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- setRefCnt(int) - Method in class io.netty.buffer.AbstractReferenceCountedByteBuf
-
An unsafe operation intended for use by a subclass that sets the reference count of the buffer directly
- setShort(int, int) - Method in class io.netty.buffer.AbstractByteBuf
-
- setShort(int, int) - Method in interface io.netty.buffer.ByteBuf
-
Sets the specified 16-bit short integer at the specified absolute
index
in this buffer.
- setShort(int, int) - Method in interface io.netty.buffer.CompositeByteBuf
-
- setShort(int, int) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- setShort(int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
- setShort(int, int) - Method in class io.netty.buffer.EmptyByteBuf
-
- setShort(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
- setShort(int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
- setShort(int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
- setShort(int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- setZero(int, int) - Method in class io.netty.buffer.AbstractByteBuf
-
- setZero(int, int) - Method in interface io.netty.buffer.ByteBuf
-
Fills this buffer with NUL (0x00) starting at the specified
absolute index
.
- setZero(int, int) - Method in interface io.netty.buffer.CompositeByteBuf
-
- setZero(int, int) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- setZero(int, int) - Method in class io.netty.buffer.EmptyByteBuf
-
- setZero(int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
- skip(long) - Method in class io.netty.buffer.ByteBufInputStream
-
- skipBytes(int) - Method in class io.netty.buffer.AbstractByteBuf
-
- skipBytes(int) - Method in interface io.netty.buffer.ByteBuf
-
Increases the current readerIndex
by the specified
length
in this buffer.
- skipBytes(int) - Method in class io.netty.buffer.ByteBufInputStream
-
- skipBytes(int) - Method in interface io.netty.buffer.CompositeByteBuf
-
- skipBytes(int) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- skipBytes(int) - Method in class io.netty.buffer.EmptyByteBuf
-
- skipBytes(int) - Method in class io.netty.buffer.SwappedByteBuf
-
- slice() - Method in class io.netty.buffer.AbstractByteBuf
-
- slice(int, int) - Method in class io.netty.buffer.AbstractByteBuf
-
- slice() - Method in interface io.netty.buffer.ByteBuf
-
Returns a slice of this buffer's readable bytes.
- slice(int, int) - Method in interface io.netty.buffer.ByteBuf
-
Returns a slice of this buffer's sub-region.
- slice(int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
- slice() - Method in class io.netty.buffer.EmptyByteBuf
-
- slice(int, int) - Method in class io.netty.buffer.EmptyByteBuf
-
- slice(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
- slice(int, int) - Method in class io.netty.buffer.SlicedByteBuf
-
- slice() - Method in class io.netty.buffer.SwappedByteBuf
-
- slice(int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
- SlicedByteBuf - Class in io.netty.buffer
-
A derived buffer which exposes its parent's sub-region only.
- SlicedByteBuf(ByteBuf, int, int) - Constructor for class io.netty.buffer.SlicedByteBuf
-
- swapInt(int) - Static method in class io.netty.buffer.ByteBufUtil
-
Toggles the endianness of the specified 32-bit integer.
- swapLong(long) - Static method in class io.netty.buffer.ByteBufUtil
-
Toggles the endianness of the specified 64-bit long integer.
- swapMedium(int) - Static method in class io.netty.buffer.ByteBufUtil
-
Toggles the endianness of the specified 24-bit medium integer.
- SwappedByteBuf - Class in io.netty.buffer
-
- SwappedByteBuf(ByteBuf) - Constructor for class io.netty.buffer.SwappedByteBuf
-
- swapShort(short) - Static method in class io.netty.buffer.ByteBufUtil
-
Toggles the endianness of the specified 16-bit short integer.
- wrappedBuffer(byte[]) - Static method in class io.netty.buffer.Unpooled
-
Creates a new big-endian buffer which wraps the specified array
.
- wrappedBuffer(byte[], int, int) - Static method in class io.netty.buffer.Unpooled
-
Creates a new big-endian buffer which wraps the sub-region of the
specified array
.
- wrappedBuffer(ByteBuffer) - Static method in class io.netty.buffer.Unpooled
-
Creates a new buffer which wraps the specified NIO buffer's current
slice.
- wrappedBuffer(ByteBuf) - Static method in class io.netty.buffer.Unpooled
-
Creates a new buffer which wraps the specified buffer's readable bytes.
- wrappedBuffer(byte[]...) - Static method in class io.netty.buffer.Unpooled
-
Creates a new big-endian composite buffer which wraps the specified
arrays without copying them.
- wrappedBuffer(ByteBuf...) - Static method in class io.netty.buffer.Unpooled
-
Creates a new big-endian composite buffer which wraps the readable bytes of the
specified buffers without copying them.
- wrappedBuffer(ByteBuffer...) - Static method in class io.netty.buffer.Unpooled
-
Creates a new big-endian composite buffer which wraps the slices of the specified
NIO buffers without copying them.
- wrappedBuffer(int, byte[]...) - Static method in class io.netty.buffer.Unpooled
-
Creates a new big-endian composite buffer which wraps the specified
arrays without copying them.
- wrappedBuffer(int, ByteBuf...) - Static method in class io.netty.buffer.Unpooled
-
Creates a new big-endian composite buffer which wraps the readable bytes of the
specified buffers without copying them.
- wrappedBuffer(int, ByteBuffer...) - Static method in class io.netty.buffer.Unpooled
-
Creates a new big-endian composite buffer which wraps the slices of the specified
NIO buffers without copying them.
- writable() - Method in class io.netty.buffer.AbstractByteBuf
-
Deprecated.
- writable() - Method in interface io.netty.buffer.ByteBuf
-
- writable() - Method in class io.netty.buffer.EmptyByteBuf
-
Deprecated.
- writable() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- writableBytes() - Method in class io.netty.buffer.AbstractByteBuf
-
- writableBytes() - Method in interface io.netty.buffer.ByteBuf
-
Returns the number of writable bytes which is equal to
(this.capacity - this.writerIndex)
.
- writableBytes() - Method in class io.netty.buffer.EmptyByteBuf
-
- writableBytes() - Method in class io.netty.buffer.SwappedByteBuf
-
- write(byte[], int, int) - Method in class io.netty.buffer.ByteBufOutputStream
-
- write(byte[]) - Method in class io.netty.buffer.ByteBufOutputStream
-
- write(int) - Method in class io.netty.buffer.ByteBufOutputStream
-
- writeBoolean(boolean) - Method in class io.netty.buffer.AbstractByteBuf
-
- writeBoolean(boolean) - Method in interface io.netty.buffer.ByteBuf
-
Sets the specified boolean at the current writerIndex
and increases the writerIndex
by 1
in this buffer.
- writeBoolean(boolean) - Method in class io.netty.buffer.ByteBufOutputStream
-
- writeBoolean(boolean) - Method in interface io.netty.buffer.CompositeByteBuf
-
- writeBoolean(boolean) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- writeBoolean(boolean) - Method in class io.netty.buffer.EmptyByteBuf
-
- writeBoolean(boolean) - Method in class io.netty.buffer.SwappedByteBuf
-
- writeByte(int) - Method in class io.netty.buffer.AbstractByteBuf
-
- writeByte(int) - Method in interface io.netty.buffer.ByteBuf
-
Sets the specified byte at the current writerIndex
and increases the writerIndex
by 1
in this buffer.
- writeByte(int) - Method in class io.netty.buffer.ByteBufOutputStream
-
- writeByte(int) - Method in interface io.netty.buffer.CompositeByteBuf
-
- writeByte(int) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- writeByte(int) - Method in class io.netty.buffer.EmptyByteBuf
-
- writeByte(int) - Method in class io.netty.buffer.SwappedByteBuf
-
- writeBytes(byte[], int, int) - Method in class io.netty.buffer.AbstractByteBuf
-
- writeBytes(byte[]) - Method in class io.netty.buffer.AbstractByteBuf
-
- writeBytes(ByteBuf) - Method in class io.netty.buffer.AbstractByteBuf
-
- writeBytes(ByteBuf, int) - Method in class io.netty.buffer.AbstractByteBuf
-
- writeBytes(ByteBuf, int, int) - Method in class io.netty.buffer.AbstractByteBuf
-
- writeBytes(ByteBuffer) - Method in class io.netty.buffer.AbstractByteBuf
-
- writeBytes(InputStream, int) - Method in class io.netty.buffer.AbstractByteBuf
-
- writeBytes(ScatteringByteChannel, int) - Method in class io.netty.buffer.AbstractByteBuf
-
- writeBytes(ByteBuf) - Method in interface io.netty.buffer.ByteBuf
-
Transfers the specified source buffer's data to this buffer starting at
the current writerIndex
until the source buffer becomes
unreadable, and increases the writerIndex
by the number of
the transferred bytes.
- writeBytes(ByteBuf, int) - Method in interface io.netty.buffer.ByteBuf
-
Transfers the specified source buffer's data to this buffer starting at
the current writerIndex
and increases the writerIndex
by the number of the transferred bytes (= length
).
- writeBytes(ByteBuf, int, int) - Method in interface io.netty.buffer.ByteBuf
-
Transfers the specified source buffer's data to this buffer starting at
the current writerIndex
and increases the writerIndex
by the number of the transferred bytes (= length
).
- writeBytes(byte[]) - Method in interface io.netty.buffer.ByteBuf
-
Transfers the specified source array's data to this buffer starting at
the current writerIndex
and increases the writerIndex
by the number of the transferred bytes (= src.length
).
- writeBytes(byte[], int, int) - Method in interface io.netty.buffer.ByteBuf
-
Transfers the specified source array's data to this buffer starting at
the current writerIndex
and increases the writerIndex
by the number of the transferred bytes (= length
).
- writeBytes(ByteBuffer) - Method in interface io.netty.buffer.ByteBuf
-
Transfers the specified source buffer's data to this buffer starting at
the current writerIndex
until the source buffer's position
reaches its limit, and increases the writerIndex
by the
number of the transferred bytes.
- writeBytes(InputStream, int) - Method in interface io.netty.buffer.ByteBuf
-
Transfers the content of the specified stream to this buffer
starting at the current writerIndex
and increases the
writerIndex
by the number of the transferred bytes.
- writeBytes(ScatteringByteChannel, int) - Method in interface io.netty.buffer.ByteBuf
-
Transfers the content of the specified channel to this buffer
starting at the current writerIndex
and increases the
writerIndex
by the number of the transferred bytes.
- writeBytes(String) - Method in class io.netty.buffer.ByteBufOutputStream
-
- writeBytes(ByteBuf) - Method in interface io.netty.buffer.CompositeByteBuf
-
- writeBytes(ByteBuf, int) - Method in interface io.netty.buffer.CompositeByteBuf
-
- writeBytes(ByteBuf, int, int) - Method in interface io.netty.buffer.CompositeByteBuf
-
- writeBytes(byte[]) - Method in interface io.netty.buffer.CompositeByteBuf
-
- writeBytes(byte[], int, int) - Method in interface io.netty.buffer.CompositeByteBuf
-
- writeBytes(ByteBuffer) - Method in interface io.netty.buffer.CompositeByteBuf
-
- writeBytes(ByteBuf) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- writeBytes(ByteBuf, int) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- writeBytes(ByteBuf, int, int) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- writeBytes(byte[]) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- writeBytes(byte[], int, int) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- writeBytes(ByteBuffer) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- writeBytes(ByteBuf) - Method in class io.netty.buffer.EmptyByteBuf
-
- writeBytes(ByteBuf, int) - Method in class io.netty.buffer.EmptyByteBuf
-
- writeBytes(ByteBuf, int, int) - Method in class io.netty.buffer.EmptyByteBuf
-
- writeBytes(byte[]) - Method in class io.netty.buffer.EmptyByteBuf
-
- writeBytes(byte[], int, int) - Method in class io.netty.buffer.EmptyByteBuf
-
- writeBytes(ByteBuffer) - Method in class io.netty.buffer.EmptyByteBuf
-
- writeBytes(InputStream, int) - Method in class io.netty.buffer.EmptyByteBuf
-
- writeBytes(ScatteringByteChannel, int) - Method in class io.netty.buffer.EmptyByteBuf
-
- writeBytes(ByteBuf) - Method in class io.netty.buffer.SwappedByteBuf
-
- writeBytes(ByteBuf, int) - Method in class io.netty.buffer.SwappedByteBuf
-
- writeBytes(ByteBuf, int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
- writeBytes(byte[]) - Method in class io.netty.buffer.SwappedByteBuf
-
- writeBytes(byte[], int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
- writeBytes(ByteBuffer) - Method in class io.netty.buffer.SwappedByteBuf
-
- writeBytes(InputStream, int) - Method in class io.netty.buffer.SwappedByteBuf
-
- writeBytes(ScatteringByteChannel, int) - Method in class io.netty.buffer.SwappedByteBuf
-
- writeChar(int) - Method in class io.netty.buffer.AbstractByteBuf
-
- writeChar(int) - Method in interface io.netty.buffer.ByteBuf
-
Sets the specified 2-byte UTF-16 character at the current
writerIndex
and increases the writerIndex
by 2
in this buffer.
- writeChar(int) - Method in class io.netty.buffer.ByteBufOutputStream
-
- writeChar(int) - Method in interface io.netty.buffer.CompositeByteBuf
-
- writeChar(int) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- writeChar(int) - Method in class io.netty.buffer.EmptyByteBuf
-
- writeChar(int) - Method in class io.netty.buffer.SwappedByteBuf
-
- writeChars(String) - Method in class io.netty.buffer.ByteBufOutputStream
-
- writeDouble(double) - Method in class io.netty.buffer.AbstractByteBuf
-
- writeDouble(double) - Method in interface io.netty.buffer.ByteBuf
-
Sets the specified 64-bit floating point number at the current
writerIndex
and increases the writerIndex
by 8
in this buffer.
- writeDouble(double) - Method in class io.netty.buffer.ByteBufOutputStream
-
- writeDouble(double) - Method in interface io.netty.buffer.CompositeByteBuf
-
- writeDouble(double) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- writeDouble(double) - Method in class io.netty.buffer.EmptyByteBuf
-
- writeDouble(double) - Method in class io.netty.buffer.SwappedByteBuf
-
- writeFloat(float) - Method in class io.netty.buffer.AbstractByteBuf
-
- writeFloat(float) - Method in interface io.netty.buffer.ByteBuf
-
Sets the specified 32-bit floating point number at the current
writerIndex
and increases the writerIndex
by 4
in this buffer.
- writeFloat(float) - Method in class io.netty.buffer.ByteBufOutputStream
-
- writeFloat(float) - Method in interface io.netty.buffer.CompositeByteBuf
-
- writeFloat(float) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- writeFloat(float) - Method in class io.netty.buffer.EmptyByteBuf
-
- writeFloat(float) - Method in class io.netty.buffer.SwappedByteBuf
-
- writeInt(int) - Method in class io.netty.buffer.AbstractByteBuf
-
- writeInt(int) - Method in interface io.netty.buffer.ByteBuf
-
Sets the specified 32-bit integer at the current writerIndex
and increases the writerIndex
by 4
in this buffer.
- writeInt(int) - Method in class io.netty.buffer.ByteBufOutputStream
-
- writeInt(int) - Method in interface io.netty.buffer.CompositeByteBuf
-
- writeInt(int) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- writeInt(int) - Method in class io.netty.buffer.EmptyByteBuf
-
- writeInt(int) - Method in class io.netty.buffer.SwappedByteBuf
-
- writeLong(long) - Method in class io.netty.buffer.AbstractByteBuf
-
- writeLong(long) - Method in interface io.netty.buffer.ByteBuf
-
Sets the specified 64-bit long integer at the current
writerIndex
and increases the writerIndex
by 8
in this buffer.
- writeLong(long) - Method in class io.netty.buffer.ByteBufOutputStream
-
- writeLong(long) - Method in interface io.netty.buffer.CompositeByteBuf
-
- writeLong(long) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- writeLong(long) - Method in class io.netty.buffer.EmptyByteBuf
-
- writeLong(long) - Method in class io.netty.buffer.SwappedByteBuf
-
- writeMedium(int) - Method in class io.netty.buffer.AbstractByteBuf
-
- writeMedium(int) - Method in interface io.netty.buffer.ByteBuf
-
Sets the specified 24-bit medium integer at the current
writerIndex
and increases the writerIndex
by 3
in this buffer.
- writeMedium(int) - Method in interface io.netty.buffer.CompositeByteBuf
-
- writeMedium(int) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- writeMedium(int) - Method in class io.netty.buffer.EmptyByteBuf
-
- writeMedium(int) - Method in class io.netty.buffer.SwappedByteBuf
-
- writerIndex() - Method in class io.netty.buffer.AbstractByteBuf
-
- writerIndex(int) - Method in class io.netty.buffer.AbstractByteBuf
-
- writerIndex() - Method in interface io.netty.buffer.ByteBuf
-
Returns the writerIndex
of this buffer.
- writerIndex(int) - Method in interface io.netty.buffer.ByteBuf
-
Sets the writerIndex
of this buffer.
- writerIndex(int) - Method in interface io.netty.buffer.CompositeByteBuf
-
- writerIndex(int) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- writerIndex() - Method in class io.netty.buffer.EmptyByteBuf
-
- writerIndex(int) - Method in class io.netty.buffer.EmptyByteBuf
-
- writerIndex() - Method in class io.netty.buffer.SwappedByteBuf
-
- writerIndex(int) - Method in class io.netty.buffer.SwappedByteBuf
-
- writeShort(int) - Method in class io.netty.buffer.AbstractByteBuf
-
- writeShort(int) - Method in interface io.netty.buffer.ByteBuf
-
Sets the specified 16-bit short integer at the current
writerIndex
and increases the writerIndex
by 2
in this buffer.
- writeShort(int) - Method in class io.netty.buffer.ByteBufOutputStream
-
- writeShort(int) - Method in interface io.netty.buffer.CompositeByteBuf
-
- writeShort(int) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- writeShort(int) - Method in class io.netty.buffer.EmptyByteBuf
-
- writeShort(int) - Method in class io.netty.buffer.SwappedByteBuf
-
- writeUTF(String) - Method in class io.netty.buffer.ByteBufOutputStream
-
- writeZero(int) - Method in class io.netty.buffer.AbstractByteBuf
-
- writeZero(int) - Method in interface io.netty.buffer.ByteBuf
-
Fills this buffer with NUL (0x00) starting at the current
writerIndex
and increases the writerIndex
by the
specified length
.
- writeZero(int) - Method in interface io.netty.buffer.CompositeByteBuf
-
- writeZero(int) - Method in class io.netty.buffer.DefaultCompositeByteBuf
-
- writeZero(int) - Method in class io.netty.buffer.EmptyByteBuf
-
- writeZero(int) - Method in class io.netty.buffer.SwappedByteBuf
-
- writtenBytes() - Method in class io.netty.buffer.ByteBufOutputStream
-
Returns the number of written bytes by this stream so far.