A B C D E F G H I L M N O P R S T U V W _ 

A

AbstractByteBuf - Class in io.netty.buffer
A skeletal implementation of a buffer.
AbstractByteBuf(int) - Constructor for class io.netty.buffer.AbstractByteBuf
 
AbstractByteBufAllocator - Class in io.netty.buffer
Skeltal ByteBufAllocator implementation to extend.
AbstractByteBufAllocator() - Constructor for class io.netty.buffer.AbstractByteBufAllocator
Instance use heap buffers by default
AbstractByteBufAllocator(boolean) - Constructor for class io.netty.buffer.AbstractByteBufAllocator
Create new instance
AbstractDerivedByteBuf - Class in io.netty.buffer
Abstract base class for ByteBuf implementations that wrap another ByteBuf.
AbstractDerivedByteBuf(int) - Constructor for class io.netty.buffer.AbstractDerivedByteBuf
 
AbstractMessageBuf<T> - Class in io.netty.buffer
Abstract base class for MessageBuf implementations.
AbstractMessageBuf(int) - Constructor for class io.netty.buffer.AbstractMessageBuf
 
AbstractReferenceCounted - Class in io.netty.buffer
Abstract base class for classes wants to implement ReferenceCounted.
AbstractReferenceCounted() - Constructor for class io.netty.buffer.AbstractReferenceCounted
 
AbstractReferenceCountedByteBuf - Class in io.netty.buffer
Abstract base class for ByteBuf implementations that count references.
AbstractReferenceCountedByteBuf(int) - Constructor for class io.netty.buffer.AbstractReferenceCountedByteBuf
 
add(T) - Method in class io.netty.buffer.AbstractMessageBuf
 
add(Object) - Method in class io.netty.buffer.FilteredMessageBuf
 
addAll(Collection<?>) - Method in class io.netty.buffer.FilteredMessageBuf
 
addComponent(ByteBuf) - Method in interface io.netty.buffer.CompositeByteBuf
Add the given ByteBuf.
addComponent(int, ByteBuf) - Method in interface io.netty.buffer.CompositeByteBuf
Add the given ByteBuf on the specific index.
addComponent(ByteBuf) - Method in class io.netty.buffer.DefaultCompositeByteBuf
 
addComponent(int, ByteBuf) - Method in class io.netty.buffer.DefaultCompositeByteBuf
 
addComponents(ByteBuf...) - Method in interface io.netty.buffer.CompositeByteBuf
Add the given ByteBufs.
addComponents(Iterable<ByteBuf>) - Method in interface io.netty.buffer.CompositeByteBuf
Add the given ByteBufs.
addComponents(int, ByteBuf...) - Method in interface io.netty.buffer.CompositeByteBuf
Add the given ByteBufs on the specific index
addComponents(int, Iterable<ByteBuf>) - Method in interface io.netty.buffer.CompositeByteBuf
Add the given ByteBufs on the specific index
addComponents(ByteBuf...) - Method in class io.netty.buffer.DefaultCompositeByteBuf
 
addComponents(Iterable<ByteBuf>) - Method in class io.netty.buffer.DefaultCompositeByteBuf
 
addComponents(int, ByteBuf...) - Method in class io.netty.buffer.DefaultCompositeByteBuf
 
addComponents(int, Iterable<ByteBuf>) - Method in class io.netty.buffer.DefaultCompositeByteBuf
 
adjustMarkers(int) - Method in class io.netty.buffer.AbstractByteBuf
 
alloc() - Method in interface io.netty.buffer.ByteBuf
Returns the ByteBufAllocator which created this buffer.
alloc() - Method in class io.netty.buffer.DefaultCompositeByteBuf
 
alloc() - Method in class io.netty.buffer.DuplicatedByteBuf
 
alloc() - Method in class io.netty.buffer.EmptyByteBuf
 
alloc() - Method in class io.netty.buffer.ReadOnlyByteBuf
 
alloc() - Method in class io.netty.buffer.SlicedByteBuf
 
alloc() - Method in class io.netty.buffer.SwappedByteBuf
 
array() - Method in interface io.netty.buffer.ByteBuf
Returns the backing byte array of this buffer.
array() - Method in class io.netty.buffer.DefaultCompositeByteBuf
 
array() - Method in class io.netty.buffer.DuplicatedByteBuf
 
array() - Method in class io.netty.buffer.EmptyByteBuf
 
array() - Method in class io.netty.buffer.ReadOnlyByteBuf
 
array() - Method in class io.netty.buffer.SlicedByteBuf
 
array() - Method in class io.netty.buffer.SwappedByteBuf
 
arrayOffset() - Method in interface io.netty.buffer.ByteBuf
Returns the offset of the first byte within the backing byte array of this buffer.
arrayOffset() - Method in class io.netty.buffer.DefaultCompositeByteBuf
 
arrayOffset() - Method in class io.netty.buffer.DuplicatedByteBuf
 
arrayOffset() - Method in class io.netty.buffer.EmptyByteBuf
 
arrayOffset() - Method in class io.netty.buffer.ReadOnlyByteBuf
 
arrayOffset() - Method in class io.netty.buffer.SlicedByteBuf
 
arrayOffset() - Method in class io.netty.buffer.SwappedByteBuf
 
available() - Method in class io.netty.buffer.ByteBufInputStream
 

B

BIG_ENDIAN - Static variable in class io.netty.buffer.Unpooled
Big endian byte order.
Buf - Interface in io.netty.buffer
A buffer to operate on
buf - Variable in class io.netty.buffer.FilteredMessageBuf
 
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
Allocate a ByteBuf.
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.
BufType - Enum in io.netty.buffer
The type of the Buf
BufUtil - Class in io.netty.buffer
A collection of utility methods that is related with handling ByteBuf, MessageBuf, and their elements.
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
Locates an index of data in a ByteBuf.
ByteBufInputStream - Class in io.netty.buffer
An InputStream which reads data from a ByteBuf.
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
An OutputStream which writes data to a ByteBuf.
ByteBufOutputStream(ByteBuf) - Constructor for class io.netty.buffer.ByteBufOutputStream
Creates a new stream which writes data to the specified buffer.
bytesBefore(byte) - Method in class io.netty.buffer.AbstractByteBuf
 
bytesBefore(ByteBufIndexFinder) - Method in class io.netty.buffer.AbstractByteBuf
 
bytesBefore(int, byte) - Method in class io.netty.buffer.AbstractByteBuf
 
bytesBefore(int, ByteBufIndexFinder) - Method in class io.netty.buffer.AbstractByteBuf
 
bytesBefore(int, int, byte) - Method in class io.netty.buffer.AbstractByteBuf
 
bytesBefore(int, int, ByteBufIndexFinder) - Method in class io.netty.buffer.AbstractByteBuf
 
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
Locates the first place where the specified indexFinder returns true.
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
Locates the first place where the specified indexFinder returns true.
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
Locates the first place where the specified indexFinder returns true.
bytesBefore(byte) - Method in class io.netty.buffer.EmptyByteBuf
 
bytesBefore(ByteBufIndexFinder) - Method in class io.netty.buffer.EmptyByteBuf
 
bytesBefore(int, byte) - Method in class io.netty.buffer.EmptyByteBuf
 
bytesBefore(int, ByteBufIndexFinder) - Method in class io.netty.buffer.EmptyByteBuf
 
bytesBefore(int, int, byte) - Method in class io.netty.buffer.EmptyByteBuf
 
bytesBefore(int, int, ByteBufIndexFinder) - Method in class io.netty.buffer.EmptyByteBuf
 
bytesBefore(byte) - Method in class io.netty.buffer.SwappedByteBuf
 
bytesBefore(ByteBufIndexFinder) - Method in class io.netty.buffer.SwappedByteBuf
 
bytesBefore(int, byte) - Method in class io.netty.buffer.SwappedByteBuf
 
bytesBefore(int, ByteBufIndexFinder) - Method in class io.netty.buffer.SwappedByteBuf
 
bytesBefore(int, int, byte) - Method in class io.netty.buffer.SwappedByteBuf
 
bytesBefore(int, int, ByteBufIndexFinder) - Method in class io.netty.buffer.SwappedByteBuf
 

C

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
 
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
Throws an IndexOutOfBoundsException if the current readable bytes of this buffer is less than the specified value.
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.FilteredMessageBuf
 
clear() - Method in class io.netty.buffer.SwappedByteBuf
 
compare(ByteBuf, ByteBuf) - Static method in class io.netty.buffer.BufUtil
Compares the two specified buffers as described in ByteBuf.compareTo(ByteBuf).
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
Allocate a CompositeByteBuf.
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
A ByteBuf which is composed out of other ByteBufs.
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
Allocate a direct CompositeByteBuf.
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
Allocate a heap CompositeByteBuf.
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 the composed ByteBufs
consolidate(int, int) - Method in interface io.netty.buffer.CompositeByteBuf
Consolidate the composed ByteBufs
consolidate() - Method in class io.netty.buffer.DefaultCompositeByteBuf
 
consolidate(int, int) - Method in class io.netty.buffer.DefaultCompositeByteBuf
 
contains(Object) - Method in class io.netty.buffer.FilteredMessageBuf
 
containsAll(Collection<?>) - Method in class io.netty.buffer.FilteredMessageBuf
 
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
Create a deep copy of this 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
 
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
Index finder which locates a CR ('\r') byte.
CRLF - Static variable in interface io.netty.buffer.ByteBufIndexFinder
Index finder which locates a CR ('\r') or LF ('\n').

D

data() - Method in interface io.netty.buffer.ByteBufHolder
Return the data which is held by this ByteBufHolder.
data() - Method in class io.netty.buffer.DefaultByteBufHolder
 
deallocate() - Method in class io.netty.buffer.AbstractMessageBuf
 
deallocate() - Method in class io.netty.buffer.AbstractReferenceCounted
Called once AbstractReferenceCounted.refCnt() is equals 0.
deallocate() - Method in class io.netty.buffer.AbstractReferenceCountedByteBuf
deallocate() - Method in class io.netty.buffer.DefaultCompositeByteBuf
 
decompose(int, int) - Method in interface io.netty.buffer.CompositeByteBuf
Same with ByteBuf.slice(int, int) except that this method returns a list.
decompose(int, int) - Method in class io.netty.buffer.DefaultCompositeByteBuf
 
DEFAULT - Static variable in class io.netty.buffer.PooledByteBufAllocator
 
DEFAULT - Static variable in class io.netty.buffer.UnpooledByteBufAllocator
Default instance
DefaultByteBufHolder - Class in io.netty.buffer
Default implementation of a ByteBufHolder that holds it's data in a ByteBuf.
DefaultByteBufHolder(ByteBuf) - Constructor for class io.netty.buffer.DefaultByteBufHolder
 
DefaultCompositeByteBuf - Class in io.netty.buffer
A virtual buffer which shows multiple buffers as a single merged buffer.
DefaultCompositeByteBuf(ByteBufAllocator, boolean, int) - Constructor for class io.netty.buffer.DefaultCompositeByteBuf
 
DefaultCompositeByteBuf(ByteBufAllocator, boolean, int, ByteBuf...) - Constructor for class io.netty.buffer.DefaultCompositeByteBuf
 
DefaultCompositeByteBuf(ByteBufAllocator, boolean, int, Iterable<ByteBuf>) - Constructor for class io.netty.buffer.DefaultCompositeByteBuf
 
directBuffer() - Method in class io.netty.buffer.AbstractByteBufAllocator
 
directBuffer(int) - Method in class io.netty.buffer.AbstractByteBufAllocator
 
directBuffer(int, int) - Method in class io.netty.buffer.AbstractByteBufAllocator
 
directBuffer() - Method in interface io.netty.buffer.ByteBufAllocator
Allocate a direct ByteBuf.
directBuffer(int) - Method in interface io.netty.buffer.ByteBufAllocator
Allocate a direct ByteBuf with the given initial capacity.
directBuffer(int, int) - Method in interface io.netty.buffer.ByteBufAllocator
Allocate a direct ByteBuf with the given initial capacity and the given maximal capacity.
directBuffer() - Static method in class io.netty.buffer.Unpooled
Creates a new big-endian direct buffer with resaonably small initial capacity, which expands its capacity boundlessly on demand.
directBuffer(int) - Static method in class io.netty.buffer.Unpooled
Creates a new big-endian direct buffer with the specified capacity, which expands its capacity boundlessly on demand.
directBuffer(int, int) - Static method in class io.netty.buffer.Unpooled
Creates a new big-endian direct buffer with the specified capacity.
discardReadBytes() - Method in class io.netty.buffer.AbstractByteBuf
 
discardReadBytes() - Method in interface io.netty.buffer.ByteBuf
Discards the bytes between the 0th index and readerIndex.
discardReadBytes() - Method in interface io.netty.buffer.CompositeByteBuf
 
discardReadBytes() - Method in class io.netty.buffer.DefaultCompositeByteBuf
 
discardReadBytes() - Method in class io.netty.buffer.EmptyByteBuf
 
discardReadBytes() - Method in class io.netty.buffer.ReadOnlyByteBuf
 
discardReadBytes() - Method in class io.netty.buffer.SwappedByteBuf
 
discardReadComponents() - Method in interface io.netty.buffer.CompositeByteBuf
Discard all ByteBufs which are read.
discardReadComponents() - Method in class io.netty.buffer.DefaultCompositeByteBuf
 
discardSomeReadBytes() - Method in class io.netty.buffer.AbstractByteBuf
 
discardSomeReadBytes() - Method in interface io.netty.buffer.ByteBuf
Similar to ByteBuf.discardReadBytes() except that this method might discard some, all, or none of read bytes depending on its internal implementation to reduce overall memory bandwidth consumption at the cost of potentially additional memory consumption.
discardSomeReadBytes() - Method in interface io.netty.buffer.CompositeByteBuf
 
discardSomeReadBytes() - Method in class io.netty.buffer.DefaultCompositeByteBuf
 
discardSomeReadBytes() - Method in class io.netty.buffer.EmptyByteBuf
 
discardSomeReadBytes() - Method in class io.netty.buffer.SwappedByteBuf
 
drainTo(Collection<? super T>) - Method in class io.netty.buffer.AbstractMessageBuf
 
drainTo(Collection<? super T>, int) - Method in class io.netty.buffer.AbstractMessageBuf
 
drainTo(Collection<? super Object>) - Method in class io.netty.buffer.FilteredMessageBuf
 
drainTo(Collection<? super Object>, int) - Method in class io.netty.buffer.FilteredMessageBuf
 
drainTo(Collection<? super T>) - Method in interface io.netty.buffer.MessageBuf
Drain the content of te MessageBuf to the given Collection.
drainTo(Collection<? super T>, int) - Method in interface io.netty.buffer.MessageBuf
Drain the content of te MessageBuf to the given Collection.
duplicate() - Method in class io.netty.buffer.AbstractByteBuf
 
duplicate() - Method in interface io.netty.buffer.ByteBuf
Returns a buffer which shares the whole region of this buffer.
duplicate() - Method in class io.netty.buffer.EmptyByteBuf
 
duplicate() - Method in class io.netty.buffer.ReadOnlyByteBuf
 
duplicate() - Method in class io.netty.buffer.SlicedByteBuf
 
duplicate() - Method in class io.netty.buffer.SwappedByteBuf
 
DuplicatedByteBuf - Class in io.netty.buffer
A derived buffer which simply forwards all data access requests to its parent.
DuplicatedByteBuf(ByteBuf) - Constructor for class io.netty.buffer.DuplicatedByteBuf
 

E

element() - Method in class io.netty.buffer.AbstractMessageBuf
 
element() - Method in class io.netty.buffer.FilteredMessageBuf
 
EMPTY_BUFFER - Static variable in class io.netty.buffer.Unpooled
A buffer whose capacity is 0.
EmptyByteBuf - Class in io.netty.buffer
An empty ByteBuf whose capacity and maximum capacity are all 0.
EmptyByteBuf(ByteBufAllocator) - Constructor for class io.netty.buffer.EmptyByteBuf
 
ensureAccessible() - Method in class io.netty.buffer.AbstractByteBuf
Should be called by every method that tries to access the buffers content to check if the buffer was released before.
ensureAccessible() - Method in class io.netty.buffer.AbstractMessageBuf
 
ensureWritable(int) - Method in class io.netty.buffer.AbstractByteBuf
 
ensureWritable(int, boolean) - Method in class io.netty.buffer.AbstractByteBuf
 
ensureWritable(int) - Method in interface io.netty.buffer.ByteBuf
Makes sure the number of the writable bytes is equal to or greater than the specified value.
ensureWritable(int, boolean) - Method in interface io.netty.buffer.ByteBuf
Tries to make sure the number of the writable bytes is equal to or greater than the specified value.
ensureWritable(int) - Method in interface io.netty.buffer.CompositeByteBuf
 
ensureWritable(int) - Method in class io.netty.buffer.DefaultCompositeByteBuf
 
ensureWritable(int) - Method in class io.netty.buffer.EmptyByteBuf
 
ensureWritable(int, boolean) - Method in class io.netty.buffer.EmptyByteBuf
 
ensureWritable(int) - Method in class io.netty.buffer.SwappedByteBuf
 
ensureWritable(int, boolean) - Method in class io.netty.buffer.SwappedByteBuf
 
ensureWritableBytes(int) - Method in class io.netty.buffer.AbstractByteBuf
Deprecated.
ensureWritableBytes(int) - Method in interface io.netty.buffer.ByteBuf
Deprecated.
ensureWritableBytes(int) - Method in class io.netty.buffer.EmptyByteBuf
Deprecated.
ensureWritableBytes(int) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
equals(Object) - Method in class io.netty.buffer.AbstractByteBuf
 
equals(ByteBuf, ByteBuf) - Static method in class io.netty.buffer.BufUtil
Returns true if and only if the two specified buffers are identical to each other as described in ChannelBuffer#equals(Object).
equals(Object) - Method in interface io.netty.buffer.ByteBuf
Determines if the content of the specified buffer is identical to the content of this array.
equals(Object) - Method in class io.netty.buffer.EmptyByteBuf
 
equals(Object) - Method in class io.netty.buffer.SwappedByteBuf
 

F

filter(Object) - Method in class io.netty.buffer.FilteredMessageBuf
 
FilteredMessageBuf - Class in io.netty.buffer
 
FilteredMessageBuf(MessageBuf<?>) - Constructor for class io.netty.buffer.FilteredMessageBuf
 
find(ByteBuf, int) - Method in interface io.netty.buffer.ByteBufIndexFinder
Returns true if and only if the data is found at the specified guessedIndex of the specified buffer.

G

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
 
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
 
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
 
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
 
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
 
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
 
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
 

H

hasArray() - Method in interface io.netty.buffer.ByteBuf
Returns true if and only if this buffer has a backing byte array.
hasArray() - Method in class io.netty.buffer.DefaultCompositeByteBuf
 
hasArray() - Method in class io.netty.buffer.DuplicatedByteBuf
 
hasArray() - Method in class io.netty.buffer.EmptyByteBuf
 
hasArray() - Method in class io.netty.buffer.ReadOnlyByteBuf
 
hasArray() - Method in class io.netty.buffer.SlicedByteBuf
 
hasArray() - Method in class io.netty.buffer.SwappedByteBuf
 
hashCode() - Method in class io.netty.buffer.AbstractByteBuf
 
hashCode(ByteBuf) - Static method in class io.netty.buffer.BufUtil
Calculates the hash code of the specified buffer.
hashCode() - Method in interface io.netty.buffer.ByteBuf
Returns a hash code which was calculated from the content of this buffer.
hashCode() - Method in class io.netty.buffer.EmptyByteBuf
 
hashCode() - Method in class io.netty.buffer.SwappedByteBuf
 
hasMemoryAddress() - Method in interface io.netty.buffer.ByteBuf
Returns true if and only if this buffer has a reference to the low-level memory address that points to the backing data.
hasMemoryAddress() - Method in class io.netty.buffer.DefaultCompositeByteBuf
 
hasMemoryAddress() - Method in class io.netty.buffer.DuplicatedByteBuf
 
hasMemoryAddress() - Method in class io.netty.buffer.EmptyByteBuf
 
hasMemoryAddress() - Method in class io.netty.buffer.ReadOnlyByteBuf
 
hasMemoryAddress() - Method in class io.netty.buffer.SlicedByteBuf
 
hasMemoryAddress() - Method in class io.netty.buffer.SwappedByteBuf
 
heapBuffer() - Method in class io.netty.buffer.AbstractByteBufAllocator
 
heapBuffer(int) - Method in class io.netty.buffer.AbstractByteBufAllocator
 
heapBuffer(int, int) - Method in class io.netty.buffer.AbstractByteBufAllocator
 
heapBuffer() - Method in interface io.netty.buffer.ByteBufAllocator
Allocate a heap ByteBuf.
heapBuffer(int) - Method in interface io.netty.buffer.ByteBufAllocator
Allocate a heap ByteBuf with the given initial capacity.
heapBuffer(int, int) - Method in interface io.netty.buffer.ByteBufAllocator
Allocate a heap ByteBuf with the given initial capacity and the given maximal capacity.
hexDump(ByteBuf) - Static method in class io.netty.buffer.BufUtil
Returns a hex dump of the specified buffer's readable bytes.
hexDump(ByteBuf, int, int) - Static method in class io.netty.buffer.BufUtil
Returns a hex dump of the specified buffer's sub-region.

I

IllegalBufferAccessException - Exception in io.netty.buffer
An IllegalStateException raised when a user attempts to access a Buf which was freed by ReferenceCounted.release() } already.
IllegalBufferAccessException() - Constructor for exception io.netty.buffer.IllegalBufferAccessException
 
IllegalBufferAccessException(String) - Constructor for exception io.netty.buffer.IllegalBufferAccessException
 
IllegalBufferAccessException(String, Throwable) - Constructor for exception io.netty.buffer.IllegalBufferAccessException
 
IllegalBufferAccessException(Throwable) - Constructor for exception io.netty.buffer.IllegalBufferAccessException
 
indexOf(int, int, byte) - Method in class io.netty.buffer.AbstractByteBuf
 
indexOf(int, int, ByteBufIndexFinder) - Method in class io.netty.buffer.AbstractByteBuf
 
indexOf(ByteBuf, int, int, byte) - Static method in class io.netty.buffer.BufUtil
The default implementation of ByteBuf.indexOf(int, int, byte).
indexOf(ByteBuf, int, int, ByteBufIndexFinder) - Static method in class io.netty.buffer.BufUtil
The default implementation of ByteBuf.indexOf(int, int, ByteBufIndexFinder).
indexOf(int, int, byte) - Method in interface io.netty.buffer.ByteBuf
Locates the first occurrence of the specified value in this buffer.
indexOf(int, int, ByteBufIndexFinder) - Method in interface io.netty.buffer.ByteBuf
Locates the first place where the specified indexFinder returns true.
indexOf(int, int, byte) - Method in class io.netty.buffer.EmptyByteBuf
 
indexOf(int, int, ByteBufIndexFinder) - Method in class io.netty.buffer.EmptyByteBuf
 
indexOf(int, int, byte) - Method in class io.netty.buffer.SwappedByteBuf
 
indexOf(int, int, ByteBufIndexFinder) - Method in class io.netty.buffer.SwappedByteBuf
 
io.netty.buffer - package io.netty.buffer
Abstraction of a byte buffer - the fundamental data structure to represent a low-level binary and text message.
ioBuffer() - Method in class io.netty.buffer.AbstractByteBufAllocator
 
ioBuffer(int) - Method in class io.netty.buffer.AbstractByteBufAllocator
 
ioBuffer(int, int) - Method in class io.netty.buffer.AbstractByteBufAllocator
 
ioBuffer() - Method in interface io.netty.buffer.ByteBufAllocator
Allocate a ByteBuf whose initial capacity is 0, preferably a direct buffer which is suitable for I/O.
ioBuffer(int) - Method in interface io.netty.buffer.ByteBufAllocator
Allocate a ByteBuf, preferably a direct buffer which is suitable for I/O.
ioBuffer(int, int) - Method in interface io.netty.buffer.ByteBufAllocator
Allocate a ByteBuf, preferably a direct buffer which is suitable for I/O.
isDirect() - Method in interface io.netty.buffer.ByteBuf
Returns true if and only if this buffer is backed by an NIO direct buffer.
isDirect() - Method in class io.netty.buffer.DefaultCompositeByteBuf
 
isDirect() - Method in class io.netty.buffer.DuplicatedByteBuf
 
isDirect() - Method in class io.netty.buffer.EmptyByteBuf
 
isDirect() - Method in class io.netty.buffer.ReadOnlyByteBuf
 
isDirect() - Method in class io.netty.buffer.SlicedByteBuf
 
isDirect() - Method in class io.netty.buffer.SwappedByteBuf
 
isEmpty() - Method in class io.netty.buffer.FilteredMessageBuf
 
isReadable() - Method in class io.netty.buffer.AbstractByteBuf
 
isReadable(int) - Method in class io.netty.buffer.AbstractByteBuf
 
isReadable() - Method in class io.netty.buffer.AbstractMessageBuf
 
isReadable(int) - Method in class io.netty.buffer.AbstractMessageBuf
 
isReadable() - Method in interface io.netty.buffer.Buf
Returns true if and only if this buffer contains at least one readable element.
isReadable(int) - Method in interface io.netty.buffer.Buf
Returns true if and only if this buffer contains equal to or more than the specified number of elements.
isReadable() - Method in interface io.netty.buffer.ByteBuf
Returns true if and only if (this.writerIndex - this.readerIndex) is greater than 0.
isReadable() - Method in class io.netty.buffer.EmptyByteBuf
 
isReadable(int) - Method in class io.netty.buffer.EmptyByteBuf
 
isReadable() - Method in class io.netty.buffer.FilteredMessageBuf
 
isReadable(int) - Method in class io.netty.buffer.FilteredMessageBuf
 
isReadable() - Method in class io.netty.buffer.SwappedByteBuf
 
isReadable(int) - Method in class io.netty.buffer.SwappedByteBuf
 
isWritable() - Method in class io.netty.buffer.AbstractByteBuf
 
isWritable(int) - Method in class io.netty.buffer.AbstractByteBuf
 
isWritable() - Method in class io.netty.buffer.AbstractMessageBuf
 
isWritable(int) - Method in class io.netty.buffer.AbstractMessageBuf
 
isWritable() - Method in interface io.netty.buffer.Buf
Returns true if and only if this buffer has enough room to allow writing one element.
isWritable(int) - Method in interface io.netty.buffer.Buf
Returns true if and only if this buffer has enough room to allow writing the specified number of elements.
isWritable() - Method in interface io.netty.buffer.ByteBuf
Returns true if and only if (this.capacity - this.writerIndex) is greater than 0.
isWritable() - Method in class io.netty.buffer.EmptyByteBuf
 
isWritable(int) - Method in class io.netty.buffer.EmptyByteBuf
 
isWritable() - Method in class io.netty.buffer.FilteredMessageBuf
 
isWritable(int) - Method in class io.netty.buffer.FilteredMessageBuf
 
isWritable() - Method in class io.netty.buffer.SwappedByteBuf
 
isWritable(int) - Method in class io.netty.buffer.SwappedByteBuf
 
iterator() - Method in class io.netty.buffer.DefaultCompositeByteBuf
 
iterator() - Method in class io.netty.buffer.FilteredMessageBuf
 

L

LF - Static variable in interface io.netty.buffer.ByteBufIndexFinder
Index finder which locates a LF ('\n') byte.
LINEAR_WHITESPACE - Static variable in interface io.netty.buffer.ByteBufIndexFinder
Index finder which locates a linear whitespace (' ' and '\t').
LITTLE_ENDIAN - Static variable in class io.netty.buffer.Unpooled
Little endian byte order.

M

mark(int) - Method in class io.netty.buffer.ByteBufInputStream
 
markReaderIndex() - Method in class io.netty.buffer.AbstractByteBuf
 
markReaderIndex() - Method in interface io.netty.buffer.ByteBuf
Marks the current readerIndex in this buffer.
markReaderIndex() - Method in interface io.netty.buffer.CompositeByteBuf
 
markReaderIndex() - Method in class io.netty.buffer.DefaultCompositeByteBuf
 
markReaderIndex() - Method in class io.netty.buffer.EmptyByteBuf
 
markReaderIndex() - Method in class io.netty.buffer.SwappedByteBuf
 
markSupported() - Method in class io.netty.buffer.ByteBufInputStream
 
markWriterIndex() - Method in class io.netty.buffer.AbstractByteBuf
 
markWriterIndex() - Method in interface io.netty.buffer.ByteBuf
Marks the current writerIndex in this buffer.
markWriterIndex() - Method in interface io.netty.buffer.CompositeByteBuf
 
markWriterIndex() - Method in class io.netty.buffer.DefaultCompositeByteBuf
 
markWriterIndex() - Method in class io.netty.buffer.EmptyByteBuf
 
markWriterIndex() - Method in class io.netty.buffer.SwappedByteBuf
 
maxCapacity() - Method in class io.netty.buffer.AbstractByteBuf
 
maxCapacity() - Method in class io.netty.buffer.AbstractMessageBuf
 
maxCapacity() - Method in interface io.netty.buffer.Buf
Returns the maximum allowed capacity of this buffer.
maxCapacity() - Method in interface io.netty.buffer.ByteBuf
Returns the maximum allowed capacity of this buffer.
maxCapacity() - Method in class io.netty.buffer.EmptyByteBuf
 
maxCapacity() - Method in class io.netty.buffer.FilteredMessageBuf
 
maxCapacity() - Method in class io.netty.buffer.SwappedByteBuf
 
maxNumComponents() - Method in interface io.netty.buffer.CompositeByteBuf
Return the max number of ByteBuf's that are composed in this instance
maxNumComponents() - Method in class io.netty.buffer.DefaultCompositeByteBuf
 
maxWritableBytes() - Method in class io.netty.buffer.AbstractByteBuf
 
maxWritableBytes() - Method in interface io.netty.buffer.ByteBuf
Returns the maximum possible number of writable bytes, which is equal to (this.maxCapacity - this.writerIndex).
maxWritableBytes() - Method in class io.netty.buffer.EmptyByteBuf
 
maxWritableBytes() - Method in class io.netty.buffer.SwappedByteBuf
 
memoryAddress() - Method in interface io.netty.buffer.ByteBuf
Returns the low-level memory address that point to the first byte of ths backing data.
memoryAddress() - Method in class io.netty.buffer.DefaultCompositeByteBuf
 
memoryAddress() - Method in class io.netty.buffer.DuplicatedByteBuf
 
memoryAddress() - Method in class io.netty.buffer.EmptyByteBuf
 
memoryAddress() - Method in class io.netty.buffer.ReadOnlyByteBuf
 
memoryAddress() - Method in class io.netty.buffer.SlicedByteBuf
 
memoryAddress() - Method in class io.netty.buffer.SwappedByteBuf
 
MessageBuf<T> - Interface in io.netty.buffer
Buf which operates on messages.
messageBuffer() - Static method in class io.netty.buffer.Unpooled
Creates a new MessageBuf with reasonably small initial capacity, which expands its capacity boundlessly on demand.
messageBuffer(int) - Static method in class io.netty.buffer.Unpooled
Creates a new MessageBuf with the specified initialCapacity.
messageBuffer(int, int) - Static method in class io.netty.buffer.Unpooled
Creates a new MessageBuf with the specified initialCapacity and maxCapacity.

N

newDirectBuffer(int, int) - Method in class io.netty.buffer.AbstractByteBufAllocator
Create a direct ByteBuf with the given initialCapacity and maxCapacity.
newDirectBuffer(int, int) - Method in class io.netty.buffer.PooledByteBufAllocator
 
newDirectBuffer(int, int) - Method in class io.netty.buffer.UnpooledByteBufAllocator
 
newHeapBuffer(int, int) - Method in class io.netty.buffer.AbstractByteBufAllocator
Create a heap ByteBuf with the given initialCapacity and maxCapacity.
newHeapBuffer(int, int) - Method in class io.netty.buffer.PooledByteBufAllocator
 
newHeapBuffer(int, int) - Method in class io.netty.buffer.UnpooledByteBufAllocator
 
nioBuffer() - Method in class io.netty.buffer.AbstractByteBuf
 
nioBuffer() - Method in interface io.netty.buffer.ByteBuf
Exposes this buffer's readable bytes as an NIO ByteBuffer.
nioBuffer(int, int) - Method in interface io.netty.buffer.ByteBuf
Exposes this buffer's sub-region as an NIO ByteBuffer.
nioBuffer(int, int) - Method in class io.netty.buffer.DefaultCompositeByteBuf
 
nioBuffer(int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
 
nioBuffer() - Method in class io.netty.buffer.EmptyByteBuf
 
nioBuffer(int, int) - Method in class io.netty.buffer.EmptyByteBuf
 
nioBuffer(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
 
nioBuffer(int, int) - Method in class io.netty.buffer.SlicedByteBuf
 
nioBuffer() - Method in class io.netty.buffer.SwappedByteBuf
 
nioBuffer(int, int) - Method in class io.netty.buffer.SwappedByteBuf
 
nioBufferCount() - Method in interface io.netty.buffer.ByteBuf
Returns the maximum number of NIO ByteBuffers that consist this buffer.
nioBufferCount() - Method in class io.netty.buffer.DefaultCompositeByteBuf
 
nioBufferCount() - Method in class io.netty.buffer.DuplicatedByteBuf
 
nioBufferCount() - Method in class io.netty.buffer.EmptyByteBuf
 
nioBufferCount() - Method in class io.netty.buffer.ReadOnlyByteBuf
 
nioBufferCount() - Method in class io.netty.buffer.SlicedByteBuf
 
nioBufferCount() - Method in class io.netty.buffer.SwappedByteBuf
 
nioBuffers() - Method in class io.netty.buffer.AbstractByteBuf
 
nioBuffers() - Method in interface io.netty.buffer.ByteBuf
Exposes this buffer's readable bytes as an NIO ByteBuffer's.
nioBuffers(int, int) - Method in interface io.netty.buffer.ByteBuf
Exposes this buffer's bytes as an NIO ByteBuffer's for the specified index and length The returned buffer shares the content with this buffer, while changing the position and limit of the returned NIO buffer does not affect the indexes and marks of this buffer.
nioBuffers(int, int) - Method in class io.netty.buffer.DefaultCompositeByteBuf
 
nioBuffers() - Method in class io.netty.buffer.DefaultCompositeByteBuf
 
nioBuffers(int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
 
nioBuffers() - Method in class io.netty.buffer.EmptyByteBuf
 
nioBuffers(int, int) - Method in class io.netty.buffer.EmptyByteBuf
 
nioBuffers(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
 
nioBuffers(int, int) - Method in class io.netty.buffer.SlicedByteBuf
 
nioBuffers() - Method in class io.netty.buffer.SwappedByteBuf
 
nioBuffers(int, int) - Method in class io.netty.buffer.SwappedByteBuf
 
NOT_CR - Static variable in interface io.netty.buffer.ByteBufIndexFinder
Index finder which locates a non-CR ('\r') byte.
NOT_CRLF - Static variable in interface io.netty.buffer.ByteBufIndexFinder
Index finder which locates a byte which is neither a CR ('\r') nor a LF ('\n').
NOT_LF - Static variable in interface io.netty.buffer.ByteBufIndexFinder
Index finder which locates a non-LF ('\n') byte.
NOT_LINEAR_WHITESPACE - Static variable in interface io.netty.buffer.ByteBufIndexFinder
Index finder which locates a byte which is not a linear whitespace (neither ' ' nor '\t').
NOT_NUL - Static variable in interface io.netty.buffer.ByteBufIndexFinder
Index finder which locates a non-NUL (0x00) byte.
NUL - Static variable in interface io.netty.buffer.ByteBufIndexFinder
Index finder which locates a NUL (0x00) byte.
numComponents() - Method in interface io.netty.buffer.CompositeByteBuf
Return the current number of ByteBuf's that are composed in this instance
numComponents() - Method in class io.netty.buffer.DefaultCompositeByteBuf
 

O

offer(Object) - Method in class io.netty.buffer.FilteredMessageBuf
 
order(ByteOrder) - Method in class io.netty.buffer.AbstractByteBuf
 
order() - Method in interface io.netty.buffer.ByteBuf
Returns the endianness of this buffer.
order(ByteOrder) - Method in interface io.netty.buffer.ByteBuf
Returns a buffer with the specified endianness which shares the whole region, indexes, and marks of this buffer.
order() - Method in class io.netty.buffer.DefaultCompositeByteBuf
 
order() - Method in class io.netty.buffer.DuplicatedByteBuf
 
order() - Method in class io.netty.buffer.EmptyByteBuf
 
order(ByteOrder) - Method in class io.netty.buffer.EmptyByteBuf
 
order() - Method in class io.netty.buffer.ReadOnlyByteBuf
 
order() - Method in class io.netty.buffer.SlicedByteBuf
 
order() - Method in class io.netty.buffer.SwappedByteBuf
 
order(ByteOrder) - Method in class io.netty.buffer.SwappedByteBuf
 

P

peek() - Method in class io.netty.buffer.FilteredMessageBuf
 
poll() - Method in class io.netty.buffer.FilteredMessageBuf
 
PooledByteBufAllocator - Class in io.netty.buffer
 
PooledByteBufAllocator() - Constructor for class io.netty.buffer.PooledByteBufAllocator
 
PooledByteBufAllocator(boolean) - Constructor for class io.netty.buffer.PooledByteBufAllocator
 
PooledByteBufAllocator(int, int, int, int) - Constructor for class io.netty.buffer.PooledByteBufAllocator
 
PooledByteBufAllocator(boolean, int, int, int, int) - Constructor for class io.netty.buffer.PooledByteBufAllocator
 

R

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
Deprecated.
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.AbstractMessageBuf
 
refCnt() - Method in class io.netty.buffer.AbstractReferenceCounted
 
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.FilteredMessageBuf
 
refCnt() - Method in interface io.netty.buffer.ReferenceCounted
Returns the reference count of this object.
refCnt() - Method in class io.netty.buffer.SwappedByteBuf
 
ReferenceCounted - Interface in io.netty.buffer
A reference-counted object that requires explicit deallocation.
release() - Method in class io.netty.buffer.AbstractDerivedByteBuf
 
release(int) - Method in class io.netty.buffer.AbstractDerivedByteBuf
 
release() - Method in class io.netty.buffer.AbstractMessageBuf
 
release(int) - Method in class io.netty.buffer.AbstractMessageBuf
 
release() - Method in class io.netty.buffer.AbstractReferenceCounted
 
release(int) - Method in class io.netty.buffer.AbstractReferenceCounted
 
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.BufUtil
Try to call ReferenceCounted.release() if the specified message implements ReferenceCounted.
release(Object, int) - Static method in class io.netty.buffer.BufUtil
Try to call ReferenceCounted.release() if the specified message implements ReferenceCounted.
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.FilteredMessageBuf
 
release(int) - Method in class io.netty.buffer.FilteredMessageBuf
 
release() - Method in interface io.netty.buffer.ReferenceCounted
Decreases the reference count by 1 and deallocates this object if the reference count reaches at 0.
release(int) - Method in interface io.netty.buffer.ReferenceCounted
Decreases the reference count by the specified decrement and deallocates this object if the reference count reaches at 0.
release() - Method in class io.netty.buffer.SwappedByteBuf
 
release(int) - Method in class io.netty.buffer.SwappedByteBuf
 
remove() - Method in class io.netty.buffer.AbstractMessageBuf
 
remove() - Method in class io.netty.buffer.FilteredMessageBuf
 
remove(Object) - Method in class io.netty.buffer.FilteredMessageBuf
 
removeAll(Collection<?>) - Method in class io.netty.buffer.FilteredMessageBuf
 
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 ByteBufs 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
 
resumeIntermediaryDeallocations() - Method in class io.netty.buffer.AbstractDerivedByteBuf
 
resumeIntermediaryDeallocations() - Method in interface io.netty.buffer.ByteBuf
Resumes the intermediary deallocation of the internal memory block of this buffer, suspended by ByteBuf.suspendIntermediaryDeallocations().
resumeIntermediaryDeallocations() - Method in interface io.netty.buffer.CompositeByteBuf
 
resumeIntermediaryDeallocations() - Method in class io.netty.buffer.DefaultCompositeByteBuf
 
resumeIntermediaryDeallocations() - Method in class io.netty.buffer.EmptyByteBuf
 
resumeIntermediaryDeallocations() - 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.AbstractMessageBuf
 
retain(int) - Method in class io.netty.buffer.AbstractMessageBuf
 
retain() - Method in class io.netty.buffer.AbstractReferenceCounted
 
retain(int) - Method in class io.netty.buffer.AbstractReferenceCounted
 
retain() - Method in class io.netty.buffer.AbstractReferenceCountedByteBuf
 
retain(int) - Method in class io.netty.buffer.AbstractReferenceCountedByteBuf
 
retain() - Method in interface io.netty.buffer.Buf
 
retain(int) - Method in interface io.netty.buffer.Buf
 
retain(T) - Static method in class io.netty.buffer.BufUtil
Try to call ReferenceCounted.retain() if the specified message implements ReferenceCounted.
retain(T, int) - Static method in class io.netty.buffer.BufUtil
Try to call ReferenceCounted.retain() if the specified message implements ReferenceCounted.
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(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.FilteredMessageBuf
 
retain(int) - Method in class io.netty.buffer.FilteredMessageBuf
 
retain(int) - Method in interface io.netty.buffer.MessageBuf
 
retain() - Method in interface io.netty.buffer.MessageBuf
 
retain() - Method in interface io.netty.buffer.ReferenceCounted
Increases the reference count by 1.
retain(int) - Method in interface io.netty.buffer.ReferenceCounted
Increases the reference count by the specified increment.
retain() - Method in class io.netty.buffer.SwappedByteBuf
 
retain(int) - Method in class io.netty.buffer.SwappedByteBuf
 
retainAll(Collection<?>) - Method in class io.netty.buffer.FilteredMessageBuf
 

S

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
 
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
 
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
 
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
 
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
 
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
 
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
 
size() - Method in class io.netty.buffer.FilteredMessageBuf
 
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
 
suspendIntermediaryDeallocations() - Method in class io.netty.buffer.AbstractDerivedByteBuf
 
suspendIntermediaryDeallocations() - Method in interface io.netty.buffer.ByteBuf
Suspends the intermediary deallocation of the internal memory block of this buffer until asked via ByteBuf.resumeIntermediaryDeallocations().
suspendIntermediaryDeallocations() - Method in interface io.netty.buffer.CompositeByteBuf
 
suspendIntermediaryDeallocations() - Method in class io.netty.buffer.DefaultCompositeByteBuf
 
suspendIntermediaryDeallocations() - Method in class io.netty.buffer.EmptyByteBuf
 
suspendIntermediaryDeallocations() - Method in class io.netty.buffer.SwappedByteBuf
 
swapInt(int) - Static method in class io.netty.buffer.BufUtil
Toggles the endianness of the specified 32-bit integer.
swapLong(long) - Static method in class io.netty.buffer.BufUtil
Toggles the endianness of the specified 64-bit long integer.
swapMedium(int) - Static method in class io.netty.buffer.BufUtil
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.BufUtil
Toggles the endianness of the specified 16-bit short integer.

T

toArray() - Method in class io.netty.buffer.FilteredMessageBuf
 
toArray(T[]) - Method in class io.netty.buffer.FilteredMessageBuf
 
toByteIndex(int) - Method in interface io.netty.buffer.CompositeByteBuf
 
toByteIndex(int) - Method in class io.netty.buffer.DefaultCompositeByteBuf
 
toComponentIndex(int) - Method in interface io.netty.buffer.CompositeByteBuf
Return the index for the given offset
toComponentIndex(int) - Method in class io.netty.buffer.DefaultCompositeByteBuf
 
toString(Charset) - Method in class io.netty.buffer.AbstractByteBuf
 
toString(int, int, Charset) - Method in class io.netty.buffer.AbstractByteBuf
 
toString() - Method in class io.netty.buffer.AbstractByteBuf
 
toString() - Method in class io.netty.buffer.AbstractMessageBuf
 
toString(Charset) - Method in interface io.netty.buffer.ByteBuf
Decodes this buffer's readable bytes into a string with the specified character set name.
toString(int, int, Charset) - Method in interface io.netty.buffer.ByteBuf
Decodes this buffer's sub-region into a string with the specified character set.
toString() - Method in interface io.netty.buffer.ByteBuf
Returns the string representation of this buffer.
toString() - Method in class io.netty.buffer.DefaultByteBufHolder
 
toString() - Method in class io.netty.buffer.DefaultCompositeByteBuf
 
toString(Charset) - Method in class io.netty.buffer.EmptyByteBuf
 
toString(int, int, Charset) - Method in class io.netty.buffer.EmptyByteBuf
 
toString() - Method in class io.netty.buffer.EmptyByteBuf
 
toString() - Method in class io.netty.buffer.FilteredMessageBuf
 
toString() - Method in class io.netty.buffer.PooledByteBufAllocator
 
toString(Charset) - Method in class io.netty.buffer.SwappedByteBuf
 
toString(int, int, Charset) - Method in class io.netty.buffer.SwappedByteBuf
 
toString() - Method in class io.netty.buffer.SwappedByteBuf
 
type() - Method in class io.netty.buffer.AbstractByteBuf
 
type() - Method in class io.netty.buffer.AbstractMessageBuf
 
type() - Method in interface io.netty.buffer.Buf
The BufType which will be handled by the Buf implementation
type() - Method in class io.netty.buffer.EmptyByteBuf
 
type() - Method in class io.netty.buffer.FilteredMessageBuf
 
type() - Method in class io.netty.buffer.SwappedByteBuf
 

U

unfoldAndAdd(Object) - Method in class io.netty.buffer.AbstractMessageBuf
 
unfoldAndAdd(Object) - Method in class io.netty.buffer.FilteredMessageBuf
 
unfoldAndAdd(Object) - Method in interface io.netty.buffer.MessageBuf
Unfold the specified object if necessary, and then add the unfolded objects (or the specified object if unfonding was not necessary) to this buffer.
unmodifiableBuffer(ByteBuf) - Static method in class io.netty.buffer.Unpooled
Creates a read-only buffer which disallows any modification operations on the specified buffer.
Unpooled - Class in io.netty.buffer
Creates a new ByteBuf or a new MessageBuf by allocating new space or by wrapping or copying existing byte arrays, byte buffers and a string.
UnpooledByteBufAllocator - Class in io.netty.buffer
Simplistic ByteBufAllocator implementation that does not pool anything.
UnpooledByteBufAllocator(boolean) - Constructor for class io.netty.buffer.UnpooledByteBufAllocator
Create a new instance
unwrap() - Method in interface io.netty.buffer.ByteBuf
Return the underlying buffer instance if this buffer is a wrapper of another buffer.
unwrap() - Method in class io.netty.buffer.DefaultCompositeByteBuf
 
unwrap() - Method in class io.netty.buffer.DuplicatedByteBuf
 
unwrap() - Method in class io.netty.buffer.EmptyByteBuf
 
unwrap() - Method in class io.netty.buffer.ReadOnlyByteBuf
 
unwrap() - Method in class io.netty.buffer.SlicedByteBuf
 
unwrap() - Method in class io.netty.buffer.SwappedByteBuf
 

V

valueOf(String) - Static method in enum io.netty.buffer.BufType
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.netty.buffer.BufType
Returns an array containing the constants of this enum type, in the order they are declared.

W

wrappedBuffer(Queue<T>) - Static method in class io.netty.buffer.Unpooled
Creates a new MessageBuf which wraps the given queue.
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
Deprecated.
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.

_

_getByte(int) - Method in class io.netty.buffer.AbstractByteBuf
 
_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.ReadOnlyByteBuf
 
_getByte(int) - Method in class io.netty.buffer.SlicedByteBuf
 
_getInt(int) - Method in class io.netty.buffer.AbstractByteBuf
 
_getInt(int) - Method in class io.netty.buffer.DefaultCompositeByteBuf
 
_getInt(int) - Method in class io.netty.buffer.DuplicatedByteBuf
 
_getInt(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
 
_getInt(int) - Method in class io.netty.buffer.SlicedByteBuf
 
_getLong(int) - Method in class io.netty.buffer.AbstractByteBuf
 
_getLong(int) - Method in class io.netty.buffer.DefaultCompositeByteBuf
 
_getLong(int) - Method in class io.netty.buffer.DuplicatedByteBuf
 
_getLong(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
 
_getLong(int) - Method in class io.netty.buffer.SlicedByteBuf
 
_getShort(int) - Method in class io.netty.buffer.AbstractByteBuf
 
_getShort(int) - Method in class io.netty.buffer.DefaultCompositeByteBuf
 
_getShort(int) - Method in class io.netty.buffer.DuplicatedByteBuf
 
_getShort(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
 
_getShort(int) - Method in class io.netty.buffer.SlicedByteBuf
 
_getUnsignedMedium(int) - Method in class io.netty.buffer.AbstractByteBuf
 
_getUnsignedMedium(int) - Method in class io.netty.buffer.DefaultCompositeByteBuf
 
_getUnsignedMedium(int) - Method in class io.netty.buffer.DuplicatedByteBuf
 
_getUnsignedMedium(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
 
_getUnsignedMedium(int) - Method in class io.netty.buffer.SlicedByteBuf
 
_setByte(int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
_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.ReadOnlyByteBuf
 
_setByte(int, int) - Method in class io.netty.buffer.SlicedByteBuf
 
_setInt(int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
_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.ReadOnlyByteBuf
 
_setInt(int, int) - Method in class io.netty.buffer.SlicedByteBuf
 
_setLong(int, long) - Method in class io.netty.buffer.AbstractByteBuf
 
_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.ReadOnlyByteBuf
 
_setLong(int, long) - Method in class io.netty.buffer.SlicedByteBuf
 
_setMedium(int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
_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.ReadOnlyByteBuf
 
_setMedium(int, int) - Method in class io.netty.buffer.SlicedByteBuf
 
_setShort(int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
_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.ReadOnlyByteBuf
 
_setShort(int, int) - Method in class io.netty.buffer.SlicedByteBuf
 
A B C D E F G H I L M N O P R S T U V W _ 

Copyright © 2008-2013 The Netty Project. All Rights Reserved.