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

A

AbstractByteBuf - Class in io.netty5.buffer
A skeletal implementation of a buffer.
AbstractByteBuf(int) - Constructor for class io.netty5.buffer.AbstractByteBuf
 
AbstractByteBufAllocator - Class in io.netty5.buffer
Skeletal ByteBufAllocator implementation to extend.
AbstractByteBufAllocator() - Constructor for class io.netty5.buffer.AbstractByteBufAllocator
Instance use heap buffers by default
AbstractByteBufAllocator(boolean) - Constructor for class io.netty5.buffer.AbstractByteBufAllocator
Create new instance
AbstractDerivedByteBuf - Class in io.netty5.buffer
Deprecated.
Do not use.
AbstractDerivedByteBuf(int) - Constructor for class io.netty5.buffer.AbstractDerivedByteBuf
Deprecated.
 
AbstractMultiSearchProcessorFactory - Class in io.netty5.buffer.search
Base class for precomputed factories that create MultiSearchProcessors.
AbstractMultiSearchProcessorFactory() - Constructor for class io.netty5.buffer.search.AbstractMultiSearchProcessorFactory
 
AbstractReferenceCountedByteBuf - Class in io.netty5.buffer
Abstract base class for ByteBuf implementations that count references.
AbstractReferenceCountedByteBuf(int) - Constructor for class io.netty5.buffer.AbstractReferenceCountedByteBuf
 
AbstractSearchProcessorFactory - Class in io.netty5.buffer.search
Base class for precomputed factories that create SearchProcessors.
AbstractSearchProcessorFactory() - Constructor for class io.netty5.buffer.search.AbstractSearchProcessorFactory
 
accept(LeakInfo) - Method in class io.netty5.buffer.api.LoggingLeakCallback
 
acquire() - Method in class io.netty5.buffer.api.internal.ResourceSupport
Increment the reference count.
acquire(int) - Method in class io.netty5.buffer.api.internal.LifecycleTracer
Add to the trace log that the object has been acquired, in other words the reference count has been incremented.
acquire(Drop<X>) - Static method in class io.netty5.buffer.api.internal.ArcDrop
 
acquire(ResourceSupport<?, ?>) - Static method in interface io.netty5.buffer.api.internal.Statics
 
AdaptableBuffer<T extends ResourceSupport<Buffer,​T>> - Class in io.netty5.buffer.api.internal
 
AdaptableBuffer(Drop<T>, AllocatorControl) - Constructor for class io.netty5.buffer.api.internal.AdaptableBuffer
 
addComponent(boolean, int, ByteBuf) - Method in class io.netty5.buffer.CompositeByteBuf
Add the given ByteBuf on the specific index and increase the writerIndex if increaseWriterIndex is true.
addComponent(boolean, ByteBuf) - Method in class io.netty5.buffer.CompositeByteBuf
Add the given ByteBuf and increase the writerIndex if increaseWriterIndex is true.
addComponent(int, ByteBuf) - Method in class io.netty5.buffer.CompositeByteBuf
Add the given ByteBuf on the specific index.
addComponent(ByteBuf) - Method in class io.netty5.buffer.CompositeByteBuf
Add the given ByteBuf.
addComponents(boolean, ByteBuf...) - Method in class io.netty5.buffer.CompositeByteBuf
Add the given ByteBufs and increase the writerIndex if increaseWriterIndex is true.
addComponents(boolean, Iterable<ByteBuf>) - Method in class io.netty5.buffer.CompositeByteBuf
Add the given ByteBufs and increase the writerIndex if increaseWriterIndex is true.
addComponents(int, ByteBuf...) - Method in class io.netty5.buffer.CompositeByteBuf
Add the given ByteBufs on the specific index
addComponents(int, Iterable<ByteBuf>) - Method in class io.netty5.buffer.CompositeByteBuf
Add the given ByteBufs on the specific index Be aware that this method does not increase the writerIndex of the CompositeByteBuf.
addComponents(ByteBuf...) - Method in class io.netty5.buffer.CompositeByteBuf
Add the given ByteBufs.
addComponents(Iterable<ByteBuf>) - Method in class io.netty5.buffer.CompositeByteBuf
Add the given ByteBufs.
addFlattenedComponents(boolean, ByteBuf) - Method in class io.netty5.buffer.CompositeByteBuf
Add the given ByteBuf and increase the writerIndex if increaseWriterIndex is true.
AhoCorasicSearchProcessorFactory - Class in io.netty5.buffer.search
Implements Aho–Corasick string search algorithm.
AhoCorasicSearchProcessorFactory.Processor - Class in io.netty5.buffer.search
 
alloc() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
alloc() - Method in class io.netty5.buffer.ByteBuf
Returns the ByteBufAllocator which created this buffer.
alloc() - Method in class io.netty5.buffer.CompositeByteBuf
 
alloc() - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
alloc() - Method in class io.netty5.buffer.EmptyByteBuf
 
alloc() - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
alloc() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
alloc() - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
alloc() - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
allocate(int) - Method in interface io.netty5.buffer.api.BufferAllocator
Allocate a Buffer of the given size in bytes.
allocate(int) - Method in class io.netty5.buffer.api.pool.PooledBufferAllocator
 
allocateArray(int) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
allocateArray(int) - Method in class io.netty5.buffer.UnpooledUnsafeHeapByteBuf
 
allocateConstChild(Buffer) - Method in class io.netty5.buffer.api.adaptor.ByteBufMemoryManager
 
allocateConstChild(Buffer) - Method in class io.netty5.buffer.api.bytebuffer.ByteBufferMemoryManager
 
allocateConstChild(Buffer) - Method in interface io.netty5.buffer.api.MemoryManager
Allocates a constant buffer based on the given parent.
allocateConstChild(Buffer) - Method in class io.netty5.buffer.api.unsafe.UnsafeMemoryManager
 
allocateDirect(int) - Method in class io.netty5.buffer.UnpooledDirectByteBuf
Allocate a new direct ByteBuffer with the given initialCapacity.
allocateShared(AllocatorControl, long, Function<Drop<Buffer>, Drop<Buffer>>, AllocationType) - Method in class io.netty5.buffer.api.adaptor.ByteBufMemoryManager
 
allocateShared(AllocatorControl, long, Function<Drop<Buffer>, Drop<Buffer>>, AllocationType) - Method in class io.netty5.buffer.api.bytebuffer.ByteBufferMemoryManager
 
allocateShared(AllocatorControl, long, Function<Drop<Buffer>, Drop<Buffer>>, AllocationType) - Method in interface io.netty5.buffer.api.MemoryManager
Allocates a shared buffer.
allocateShared(AllocatorControl, long, Function<Drop<Buffer>, Drop<Buffer>>, AllocationType) - Method in class io.netty5.buffer.api.unsafe.UnsafeMemoryManager
 
AllocationType - Interface in io.netty5.buffer.api
An object used by buffer allocators to communicate desirable properties of an allocation to a memory manager, such as whether an allocation should be off-heap.
allocatorClosedException() - Static method in interface io.netty5.buffer.api.internal.Statics
 
AllocatorControl - Interface in io.netty5.buffer.api
Methods for accessing and controlling the internals of an allocator.
appendPrettyHexDump(StringBuilder, ByteBuf) - Static method in class io.netty5.buffer.ByteBufUtil
Appends the prettified multi-line hexadecimal dump of the specified ByteBuf to the specified StringBuilder that is easy to read by humans.
appendPrettyHexDump(StringBuilder, ByteBuf, int, int) - Static method in class io.netty5.buffer.ByteBufUtil
Appends the prettified multi-line hexadecimal dump of the specified ByteBuf to the specified StringBuilder that is easy to read by humans, starting at the given offset using the given length.
apply(Drop<T>) - Method in class io.netty5.buffer.api.internal.DropCaptor
 
ArcDrop<T> - Class in io.netty5.buffer.api.internal
 
ArcDrop(Drop<T>) - Constructor for class io.netty5.buffer.api.internal.ArcDrop
 
arenaMetrics() - Method in interface io.netty5.buffer.api.pool.BufferAllocatorMetric
Return a List of all PoolArenaMetrics that are provided by this pool.
array() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
array() - Method in class io.netty5.buffer.ByteBuf
Returns the backing byte array of this buffer.
array() - Method in class io.netty5.buffer.CompositeByteBuf
 
array() - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
array() - Method in class io.netty5.buffer.EmptyByteBuf
 
array() - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
array() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
array() - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
array() - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
arrayOffset() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
arrayOffset() - Method in class io.netty5.buffer.ByteBuf
Returns the offset of the first byte within the backing byte array of this buffer.
arrayOffset() - Method in class io.netty5.buffer.CompositeByteBuf
 
arrayOffset() - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
arrayOffset() - Method in class io.netty5.buffer.EmptyByteBuf
 
arrayOffset() - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
arrayOffset() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
arrayOffset() - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
arrayOffset() - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
asByteBuf() - Method in class io.netty5.buffer.api.internal.AdaptableBuffer
 
asByteBuf() - Method in class io.netty5.buffer.ByteBuf
A ByteBuf can turn into itself.
asByteBuf() - Method in interface io.netty5.buffer.ByteBufConvertible
Turn this object into a ByteBuf.
asReadOnly() - Method in class io.netty5.buffer.AbstractByteBuf
 
asReadOnly() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
asReadOnly() - Method in class io.netty5.buffer.ByteBuf
Returns a read-only version of this buffer.
asReadOnly() - Method in class io.netty5.buffer.EmptyByteBuf
 
asReadOnly() - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
asReadOnly() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
assertValidBufferSize(long) - Static method in interface io.netty5.buffer.api.internal.Statics
Check the given size argument is a valid buffer size, or throw an IllegalArgumentException.
attach(T) - Method in interface io.netty5.buffer.api.Drop
Called when the resource changes owner.
attach(T) - Method in class io.netty5.buffer.api.internal.ArcDrop
 
attach(T) - Method in class io.netty5.buffer.api.internal.CleanerDrop
 
attachTrace(E) - Method in class io.netty5.buffer.api.internal.LifecycleTracer
Attach a life cycle trace log to the given exception.
attachTrace(E) - Method in class io.netty5.buffer.api.internal.ResourceSupport
Attach a trace of the life-cycle of this object as suppressed exceptions to the given throwable.
available() - Method in class io.netty5.buffer.BufferInputStream
 
available() - Method in class io.netty5.buffer.ByteBufInputStream
 
availableManagers() - Static method in interface io.netty5.buffer.api.MemoryManager
Get a lazy-loading stream of all available memory managers.

B

BB_PUT_OFFSETS - Static variable in interface io.netty5.buffer.api.internal.Statics
 
BB_SLICE_OFFSETS - Static variable in interface io.netty5.buffer.api.internal.Statics
 
bbput(ByteBuffer, int, ByteBuffer, int, int) - Static method in interface io.netty5.buffer.api.internal.Statics
The ByteBuffer put-buffer-with-offset-and-length method is not available in Java 11.
bbslice(ByteBuffer, int, int) - Static method in interface io.netty5.buffer.api.internal.Statics
The ByteBuffer slice-with-offset-and-length method is only available from Java 13 and onwards, but we need to support Java 11.
BIG_ENDIAN - Static variable in class io.netty5.buffer.Unpooled
Big endian byte order.
BitapSearchProcessorFactory - Class in io.netty5.buffer.search
Implements Bitap string search algorithm.
BitapSearchProcessorFactory.Processor - Class in io.netty5.buffer.search
 
buffer() - Method in class io.netty5.buffer.AbstractByteBufAllocator
 
buffer() - Method in class io.netty5.buffer.api.adaptor.ByteBufAllocatorAdaptor
 
buffer() - Method in class io.netty5.buffer.BufferOutputStream
Returns the buffer where this stream is writing data.
buffer() - Method in interface io.netty5.buffer.ByteBufAllocator
Allocate a ByteBuf.
buffer() - Method in class io.netty5.buffer.ByteBufOutputStream
Returns the buffer where this stream is writing data.
buffer() - Static method in class io.netty5.buffer.Unpooled
Creates a new big-endian Java heap buffer with reasonably small initial capacity, which expands its capacity boundlessly on demand.
buffer(int) - Method in class io.netty5.buffer.AbstractByteBufAllocator
 
buffer(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAllocatorAdaptor
 
buffer(int) - Method in interface io.netty5.buffer.ByteBufAllocator
Allocate a ByteBuf with the given initial capacity.
buffer(int) - Static method in class io.netty5.buffer.Unpooled
Creates a new big-endian Java heap buffer with the specified capacity, which expands its capacity boundlessly on demand.
buffer(int, int) - Method in class io.netty5.buffer.AbstractByteBufAllocator
 
buffer(int, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAllocatorAdaptor
 
buffer(int, int) - Method in interface io.netty5.buffer.ByteBufAllocator
Allocate a ByteBuf with the given initial capacity and the given maximal capacity.
buffer(int, int) - Static method in class io.netty5.buffer.Unpooled
Creates a new big-endian Java heap buffer with the specified initialCapacity, that may grow up to maxCapacity The new buffer's readerIndex and writerIndex are 0.
Buffer - Interface in io.netty5.buffer.api
A life cycled buffer of memory, with separate reader and writer offsets.
BufferAccessor - Interface in io.netty5.buffer.api
This interface is just the primitive data accessor methods that Buffer exposes.
BufferAllocator - Interface in io.netty5.buffer.api
Interface for allocating Buffers.
BufferAllocatorMetric - Interface in io.netty5.buffer.api.pool
 
BufferAllocatorMetricProvider - Interface in io.netty5.buffer.api.pool
 
BufferClosedException - Exception in io.netty5.buffer.api
An exception thrown when an operation is attempted on a Buffer when it has been closed.
BufferClosedException() - Constructor for exception io.netty5.buffer.api.BufferClosedException
 
BufferClosedException(String) - Constructor for exception io.netty5.buffer.api.BufferClosedException
 
BufferHolder<T extends BufferHolder<T>> - Class in io.netty5.buffer.api
The BufferHolder is an abstract class that simplifies the implementation of objects that themselves contain a Buffer instance.
BufferHolder(Buffer) - Constructor for class io.netty5.buffer.api.BufferHolder
Create a new BufferHolder to hold the given buffer.
BufferHolder(Send<Buffer>) - Constructor for class io.netty5.buffer.api.BufferHolder
Create a new BufferHolder to hold the buffer received from the given Send.
BufferInputStream - Class in io.netty5.buffer
An InputStream which reads data from a Buffer.
BufferInputStream(Send<Buffer>) - Constructor for class io.netty5.buffer.BufferInputStream
Creates a new stream which reads data from the specified buffer starting at the current readerOffset and ending at the current writerOffset.
BufferIntegratable - Interface in io.netty5.buffer.api.adaptor
Interfaces that are required for an object to stand-in for a ByteBuf in Netty.
bufferIsClosed(Buffer) - Static method in interface io.netty5.buffer.api.internal.Statics
 
bufferIsReadOnly(Buffer) - Static method in interface io.netty5.buffer.api.internal.Statics
 
BufferOutputStream - Class in io.netty5.buffer
An OutputStream which writes data to a Buffer.
BufferOutputStream(Buffer) - Constructor for class io.netty5.buffer.BufferOutputStream
Creates a new stream which writes data to the specified buffer.
BufferReadOnlyException - Exception in io.netty5.buffer.api
An exception thrown when an operation is attempted on a read-only Buffer.
BufferReadOnlyException() - Constructor for exception io.netty5.buffer.api.BufferReadOnlyException
 
BufferReadOnlyException(String) - Constructor for exception io.netty5.buffer.api.BufferReadOnlyException
 
BufferRef - Class in io.netty5.buffer.api
A mutable reference to a buffer.
BufferRef(Send<Buffer>) - Constructor for class io.netty5.buffer.api.BufferRef
Create a reference that holds the exclusive ownership of the sent buffer.
BufferStub - Class in io.netty5.buffer.api
A stub of a Buffer implementation that implements all buffer methods by delegating them to a wrapped buffer instance.
BufferStub(Buffer) - Constructor for class io.netty5.buffer.api.BufferStub
Create a new buffer stub that delegates all calls to the given instance.
ByteBuf - Class in io.netty5.buffer
A random and sequential accessible sequence of zero or more bytes (octets).
ByteBuf() - Constructor for class io.netty5.buffer.ByteBuf
 
ByteBufAdaptor - Class in io.netty5.buffer.api.adaptor
 
ByteBufAdaptor(ByteBufAllocatorAdaptor, Buffer, int) - Constructor for class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
ByteBufAllocator - Interface in io.netty5.buffer
Implementations are responsible to allocate buffers.
ByteBufAllocatorAdaptor - Class in io.netty5.buffer.api.adaptor
 
ByteBufAllocatorAdaptor(BufferAllocator, BufferAllocator) - Constructor for class io.netty5.buffer.api.adaptor.ByteBufAllocatorAdaptor
 
ByteBufAllocatorMetric - Interface in io.netty5.buffer
 
ByteBufAllocatorMetricProvider - Interface in io.netty5.buffer
 
ByteBufBuffer - Class in io.netty5.buffer.api.adaptor
An implementation of the Buffer interface, that wraps a ByteBuf.
ByteBufConvertible - Interface in io.netty5.buffer
An interface that can be implemented by any object that know how to turn itself into a ByteBuf.
ByteBufferMemoryManager - Class in io.netty5.buffer.api.bytebuffer
This memory manager produces and manages Buffer instances that are backed by NIO ByteBuffer instances.
ByteBufferMemoryManager() - Constructor for class io.netty5.buffer.api.bytebuffer.ByteBufferMemoryManager
 
ByteBufHolder - Interface in io.netty5.buffer
A packet which is send or receive.
ByteBufInputStream - Class in io.netty5.buffer
An InputStream which reads data from a ByteBuf.
ByteBufInputStream(ByteBuf) - Constructor for class io.netty5.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, boolean) - Constructor for class io.netty5.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.netty5.buffer.ByteBufInputStream
Creates a new stream which reads data from the specified buffer starting at the current readerIndex and ending at readerIndex + length.
ByteBufInputStream(ByteBuf, int, boolean) - Constructor for class io.netty5.buffer.ByteBufInputStream
Creates a new stream which reads data from the specified buffer starting at the current readerIndex and ending at readerIndex + length.
ByteBufMemoryManager - Class in io.netty5.buffer.api.adaptor
This memory manager produce and manage Buffer instances that are backed by ByteBuf instances.
ByteBufMemoryManager() - Constructor for class io.netty5.buffer.api.adaptor.ByteBufMemoryManager
 
ByteBufOutputStream - Class in io.netty5.buffer
An OutputStream which writes data to a ByteBuf.
ByteBufOutputStream(ByteBuf) - Constructor for class io.netty5.buffer.ByteBufOutputStream
Creates a new stream which writes data to the specified buffer.
ByteBufProcessor - Interface in io.netty5.buffer
Deprecated.
Use ByteProcessor.
ByteBufUtil - Class in io.netty5.buffer
A collection of utility methods that is related with handling ByteBuf, such as the generation of hex dump and swapping an integer's byte order.
ByteCursor - Interface in io.netty5.buffer.api
The ByteCursor scans through a sequence of bytes.
bytesBefore(byte) - Method in class io.netty5.buffer.AbstractByteBuf
 
bytesBefore(byte) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
bytesBefore(byte) - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
bytesBefore(byte) - Method in interface io.netty5.buffer.api.Buffer
Get the number of readable bytes, until the given needle is found in this buffer.
bytesBefore(byte) - Method in class io.netty5.buffer.api.BufferStub
 
bytesBefore(byte) - Method in class io.netty5.buffer.ByteBuf
Locates the first occurrence of the specified value in this buffer.
bytesBefore(byte) - Method in class io.netty5.buffer.EmptyByteBuf
 
bytesBefore(byte) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
bytesBefore(int, byte) - Method in class io.netty5.buffer.AbstractByteBuf
 
bytesBefore(int, byte) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
bytesBefore(int, byte) - Method in class io.netty5.buffer.ByteBuf
Locates the first occurrence of the specified value in this buffer.
bytesBefore(int, byte) - Method in class io.netty5.buffer.EmptyByteBuf
 
bytesBefore(int, byte) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
bytesBefore(int, int, byte) - Method in class io.netty5.buffer.AbstractByteBuf
 
bytesBefore(int, int, byte) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
bytesBefore(int, int, byte) - Method in class io.netty5.buffer.ByteBuf
Locates the first occurrence of the specified value in this buffer.
bytesBefore(int, int, byte) - Method in class io.netty5.buffer.EmptyByteBuf
 
bytesBefore(int, int, byte) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
bytesLeft() - Method in interface io.netty5.buffer.api.ByteCursor
Get the current number of bytes left in the iterator.

C

calculateNewCapacity(int, int) - Method in class io.netty5.buffer.AbstractByteBufAllocator
 
calculateNewCapacity(int, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAllocatorAdaptor
 
calculateNewCapacity(int, int) - Method in interface io.netty5.buffer.ByteBufAllocator
Calculate the new capacity of a ByteBuf that is used when a ByteBuf needs to expand by the minNewCapacity with maxCapacity as upper-bound.
capacity() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
capacity() - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
capacity() - Method in interface io.netty5.buffer.api.Buffer
The capacity of this buffer, that is, the maximum number of bytes it can contain.
capacity() - Method in class io.netty5.buffer.api.BufferStub
 
capacity() - Method in class io.netty5.buffer.ByteBuf
Returns the number of bytes (octets) this buffer can contain.
capacity() - Method in class io.netty5.buffer.CompositeByteBuf
 
capacity() - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
capacity() - Method in class io.netty5.buffer.EmptyByteBuf
 
capacity() - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
capacity() - Method in class io.netty5.buffer.SlicedByteBuf
Deprecated.
 
capacity() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
capacity() - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
capacity() - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
capacity(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
capacity(int) - Method in class io.netty5.buffer.ByteBuf
Adjusts the capacity of this buffer.
capacity(int) - Method in class io.netty5.buffer.CompositeByteBuf
 
capacity(int) - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
capacity(int) - Method in class io.netty5.buffer.EmptyByteBuf
 
capacity(int) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
capacity(int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
capacity(int) - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
capacity(int) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
capture(Drop<T>) - Method in class io.netty5.buffer.api.internal.DropCaptor
 
checkDstIndex(int, int, int) - Method in class io.netty5.buffer.AbstractByteBuf
 
checkDstIndex(int, int, int, int) - Method in class io.netty5.buffer.AbstractByteBuf
 
checkIndex(int) - Method in class io.netty5.buffer.AbstractByteBuf
 
checkIndex(int, int) - Method in class io.netty5.buffer.AbstractByteBuf
 
checkLength(int) - Static method in interface io.netty5.buffer.api.internal.Statics
 
checkNewCapacity(int) - Method in class io.netty5.buffer.AbstractByteBuf
 
checkReadableBytes(int) - Method in class io.netty5.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.netty5.buffer.AbstractByteBuf
 
chunkLists() - Method in interface io.netty5.buffer.api.pool.PoolArenaMetric
Returns an unmodifiable List which holds PoolChunkListMetrics.
chunkLists() - Method in interface io.netty5.buffer.PoolArenaMetric
Returns an unmodifiable List which holds PoolChunkListMetrics.
chunkSize() - Method in interface io.netty5.buffer.api.pool.BufferAllocatorMetric
Return the chunk size for an arena.
chunkSize() - Method in interface io.netty5.buffer.api.pool.PoolChunkMetric
Return the size of the chunk in bytes, this is the maximum of bytes that can be served out of the chunk.
chunkSize() - Method in interface io.netty5.buffer.PoolChunkMetric
Return the size of the chunk in bytes, this is the maximum of bytes that can be served out of the chunk.
chunkSize() - Method in class io.netty5.buffer.PooledByteBufAllocator
chunkSize() - Method in class io.netty5.buffer.PooledByteBufAllocatorMetric
Return the chunk size for an arena.
CLEANER - Static variable in interface io.netty5.buffer.api.internal.Statics
 
CleanerDrop<T extends Buffer> - Class in io.netty5.buffer.api.internal
A drop implementation that delegates to another drop instance, either when called directly, or when it becomes cleanable.
clear() - Method in class io.netty5.buffer.AbstractByteBuf
 
clear() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
clear() - Method in class io.netty5.buffer.ByteBuf
Sets the readerIndex and writerIndex of this buffer to 0.
clear() - Method in class io.netty5.buffer.CompositeByteBuf
 
clear() - Method in class io.netty5.buffer.EmptyByteBuf
 
clear() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
close() - Method in class io.netty5.buffer.api.adaptor.ByteBufAllocatorAdaptor
 
close() - Method in interface io.netty5.buffer.api.BufferAllocator
Close this allocator, freeing all of its internal resources.
close() - Method in class io.netty5.buffer.api.BufferHolder
 
close() - Method in class io.netty5.buffer.api.BufferStub
 
close() - Method in class io.netty5.buffer.api.internal.ResourceSupport
Decrement the reference count, and dispose of the resource if the last reference is closed.
close() - Method in class io.netty5.buffer.api.internal.SendFromOwned
 
close() - Method in class io.netty5.buffer.api.internal.SendFromSupplier
 
close() - Method in class io.netty5.buffer.api.pool.PooledBufferAllocator
 
close() - Method in interface io.netty5.buffer.api.Resource
Close the resource, making it inaccessible.
close() - Method in interface io.netty5.buffer.api.Send
Discard this Send and the object it contains.
close() - Method in class io.netty5.buffer.BufferInputStream
 
close() - Method in class io.netty5.buffer.BufferOutputStream
 
close() - Method in class io.netty5.buffer.ByteBufInputStream
 
close() - Method in class io.netty5.buffer.ByteBufOutputStream
 
close(int) - Method in class io.netty5.buffer.api.internal.LifecycleTracer
Add to the trace log that the object has been closed, in other words, the reference count has been decremented.
collectTraces() - Method in class io.netty5.buffer.api.internal.LifecycleTracer
Return the life-cycle trace as an ordered Collection of LeakInfo.TracePoints.
compact() - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
compact() - Method in interface io.netty5.buffer.api.Buffer
Discards the read bytes, and moves the buffer contents to the beginning of the buffer.
compact() - Method in class io.netty5.buffer.api.BufferStub
 
compact() - Method in interface io.netty5.buffer.api.CompositeBuffer
 
compare(ByteBuf, ByteBuf) - Static method in class io.netty5.buffer.ByteBufUtil
Compares the two specified buffers as described in ByteBuf.compareTo(ByteBuf).
compareTo(ByteBuf) - Method in class io.netty5.buffer.AbstractByteBuf
 
compareTo(ByteBuf) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
compareTo(ByteBuf) - Method in class io.netty5.buffer.ByteBuf
Compares the content of the specified buffer to the content of this buffer.
compareTo(ByteBuf) - Method in class io.netty5.buffer.EmptyByteBuf
 
compareTo(ByteBuf) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
component(int) - Method in class io.netty5.buffer.CompositeByteBuf
Return the ByteBuf on the specified index
componentAtOffset(int) - Method in class io.netty5.buffer.CompositeByteBuf
Return the ByteBuf on the specified index
compose(BufferAllocator) - Static method in interface io.netty5.buffer.api.CompositeBuffer
Create an empty composite buffer, that has no components.
compose(BufferAllocator, Send<Buffer>...) - Static method in interface io.netty5.buffer.api.CompositeBuffer
Compose the given sequence of sends of buffers and present them as a single buffer.
compositeBuffer() - Method in class io.netty5.buffer.AbstractByteBufAllocator
 
compositeBuffer() - Method in class io.netty5.buffer.api.adaptor.ByteBufAllocatorAdaptor
 
compositeBuffer() - Method in interface io.netty5.buffer.ByteBufAllocator
Allocate a CompositeByteBuf.
compositeBuffer() - Static method in class io.netty5.buffer.Unpooled
Returns a new big-endian composite buffer with no components.
compositeBuffer(int) - Method in class io.netty5.buffer.AbstractByteBufAllocator
 
compositeBuffer(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAllocatorAdaptor
 
compositeBuffer(int) - Method in interface io.netty5.buffer.ByteBufAllocator
Allocate a CompositeByteBuf with the given maximum number of components that can be stored in it.
compositeBuffer(int) - Static method in class io.netty5.buffer.Unpooled
Returns a new big-endian composite buffer with no components.
CompositeBuffer - Interface in io.netty5.buffer.api
The CompositeBuffer is a concrete Buffer implementation that make a number of other buffers appear as one.
CompositeByteBuf - Class in io.netty5.buffer
A virtual buffer which shows multiple buffers as a single merged buffer.
CompositeByteBuf(ByteBufAllocator, boolean, int) - Constructor for class io.netty5.buffer.CompositeByteBuf
 
CompositeByteBuf(ByteBufAllocator, boolean, int, ByteBuf...) - Constructor for class io.netty5.buffer.CompositeByteBuf
 
CompositeByteBuf(ByteBufAllocator, boolean, int, Iterable<ByteBuf>) - Constructor for class io.netty5.buffer.CompositeByteBuf
 
compositeDirectBuffer() - Method in class io.netty5.buffer.AbstractByteBufAllocator
 
compositeDirectBuffer() - Method in class io.netty5.buffer.api.adaptor.ByteBufAllocatorAdaptor
 
compositeDirectBuffer() - Method in interface io.netty5.buffer.ByteBufAllocator
Allocate a direct CompositeByteBuf.
compositeDirectBuffer(int) - Method in class io.netty5.buffer.AbstractByteBufAllocator
 
compositeDirectBuffer(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAllocatorAdaptor
 
compositeDirectBuffer(int) - Method in interface io.netty5.buffer.ByteBufAllocator
Allocate a direct CompositeByteBuf with the given maximum number of components that can be stored in it.
compositeDirectBuffer(int) - Method in class io.netty5.buffer.UnpooledByteBufAllocator
 
compositeHeapBuffer() - Method in class io.netty5.buffer.AbstractByteBufAllocator
 
compositeHeapBuffer() - Method in class io.netty5.buffer.api.adaptor.ByteBufAllocatorAdaptor
 
compositeHeapBuffer() - Method in interface io.netty5.buffer.ByteBufAllocator
Allocate a heap CompositeByteBuf.
compositeHeapBuffer(int) - Method in class io.netty5.buffer.AbstractByteBufAllocator
 
compositeHeapBuffer(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAllocatorAdaptor
 
compositeHeapBuffer(int) - Method in interface io.netty5.buffer.ByteBufAllocator
Allocate a heap CompositeByteBuf with the given maximum number of components that can be stored in it.
compositeHeapBuffer(int) - Method in class io.netty5.buffer.UnpooledByteBufAllocator
 
configuredOrDefaultManager() - Static method in class io.netty5.buffer.api.internal.MemoryManagerOverride
 
consolidate() - Method in class io.netty5.buffer.CompositeByteBuf
Consolidate the composed ByteBufs
consolidate(int, int) - Method in class io.netty5.buffer.CompositeByteBuf
Consolidate the composed ByteBufs
constBufferSupplier(byte[]) - Method in interface io.netty5.buffer.api.BufferAllocator
Create a supplier of "constant" Buffers from this allocator, that all have the given byte contents.
constBufferSupplier(byte[]) - Method in class io.netty5.buffer.api.pool.PooledBufferAllocator
 
content() - Method in class io.netty5.buffer.api.BufferRef
Access the buffer in this reference.
content() - Method in interface io.netty5.buffer.ByteBufHolder
Return the data which is held by this ByteBufHolder.
content() - Method in class io.netty5.buffer.DefaultByteBufHolder
 
contentToString() - Method in class io.netty5.buffer.DefaultByteBufHolder
Return ByteBuf.toString() without checking the reference count first.
control - Variable in class io.netty5.buffer.api.internal.AdaptableBuffer
 
convert(Drop<T>) - Static method in interface io.netty5.buffer.api.internal.Statics
 
copiedBuffer(byte[]) - Static method in class io.netty5.buffer.Unpooled
Creates a new big-endian buffer whose content is a copy of the specified array.
copiedBuffer(byte[]...) - Static method in class io.netty5.buffer.Unpooled
Creates a new big-endian buffer whose content is a merged copy of the specified arrays.
copiedBuffer(byte[], int, int) - Static method in class io.netty5.buffer.Unpooled
Creates a new big-endian buffer whose content is a copy of the specified array's sub-region.
copiedBuffer(char[], int, int, Charset) - Static method in class io.netty5.buffer.Unpooled
Creates a new big-endian buffer whose content is a subregion of the specified array encoded in the specified charset.
copiedBuffer(char[], Charset) - Static method in class io.netty5.buffer.Unpooled
Creates a new big-endian buffer whose content is the specified array encoded in the specified charset.
copiedBuffer(ByteBuf) - Static method in class io.netty5.buffer.Unpooled
Creates a new buffer whose content is a copy of the specified buffer's readable bytes.
copiedBuffer(ByteBuf...) - Static method in class io.netty5.buffer.Unpooled
Creates a new buffer whose content is a merged copy of the specified buffers' readable bytes.
copiedBuffer(CharSequence, int, int, Charset) - Static method in class io.netty5.buffer.Unpooled
Creates a new big-endian buffer whose content is a subregion of the specified string encoded in the specified charset.
copiedBuffer(CharSequence, Charset) - Static method in class io.netty5.buffer.Unpooled
Creates a new big-endian buffer whose content is the specified string encoded in the specified charset.
copiedBuffer(ByteBuffer) - Static method in class io.netty5.buffer.Unpooled
Creates a new buffer whose content is a copy of the specified buffer's current slice.
copiedBuffer(ByteBuffer...) - Static method in class io.netty5.buffer.Unpooled
Creates a new buffer whose content is a merged copy of the specified buffers' slices.
copy() - Method in class io.netty5.buffer.AbstractByteBuf
 
copy() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
copy() - Method in interface io.netty5.buffer.api.Buffer
Returns a copy of this buffer's readable bytes.
copy() - Method in class io.netty5.buffer.api.BufferStub
 
copy() - Method in interface io.netty5.buffer.api.CompositeBuffer
 
copy() - Method in class io.netty5.buffer.ByteBuf
Returns a copy of this buffer's readable bytes.
copy() - Method in interface io.netty5.buffer.ByteBufHolder
Creates a deep copy of this ByteBufHolder.
copy() - Method in class io.netty5.buffer.DefaultByteBufHolder
Creates a deep copy of this ByteBufHolder.
copy() - Method in class io.netty5.buffer.EmptyByteBuf
 
copy() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
copy(int, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
copy(int, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
copy(int, int) - Method in interface io.netty5.buffer.api.Buffer
Returns a copy of the given region of this buffer.
copy(int, int) - Method in class io.netty5.buffer.api.BufferStub
 
copy(int, int) - Method in interface io.netty5.buffer.api.CompositeBuffer
 
copy(int, int) - Method in class io.netty5.buffer.ByteBuf
Returns a copy of this buffer's sub-region.
copy(int, int) - Method in class io.netty5.buffer.CompositeByteBuf
 
copy(int, int) - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
copy(int, int) - Method in class io.netty5.buffer.EmptyByteBuf
 
copy(int, int) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
copy(int, int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
copy(int, int) - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
copy(int, int) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
copy(int, int) - Method in class io.netty5.buffer.UnpooledUnsafeDirectByteBuf
 
copy(AsciiString, int, ByteBuf, int) - Static method in class io.netty5.buffer.ByteBufUtil
Copies the content of src to a ByteBuf using ByteBuf.writeBytes(byte[], int, int).
copy(AsciiString, int, ByteBuf, int, int) - Static method in class io.netty5.buffer.ByteBufUtil
Copies the content of src to a ByteBuf using ByteBuf.setBytes(int, byte[], int, int).
copy(AsciiString, ByteBuf) - Static method in class io.netty5.buffer.ByteBufUtil
Copies the all content of src to a ByteBuf using ByteBuf.writeBytes(byte[], int, int).
copyBoolean(boolean) - Static method in class io.netty5.buffer.Unpooled
Creates a new single-byte big-endian buffer that holds the specified boolean value.
copyBoolean(boolean...) - Static method in class io.netty5.buffer.Unpooled
Create a new big-endian buffer that holds a sequence of the specified boolean values.
copyDouble(double) - Static method in class io.netty5.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.netty5.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.netty5.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.netty5.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.netty5.buffer.Unpooled
Creates a new 4-byte big-endian buffer that holds the specified 32-bit integer.
copyInt(int...) - Static method in class io.netty5.buffer.Unpooled
Create a big-endian buffer that holds a sequence of the specified 32-bit integers.
copyInto(int, byte[], int, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
copyInto(int, byte[], int, int) - Method in interface io.netty5.buffer.api.Buffer
Copies the given length of data from this buffer into the given destination array, beginning at the given source position in this buffer, and the given destination position in the destination array.
copyInto(int, byte[], int, int) - Method in class io.netty5.buffer.api.BufferStub
 
copyInto(int, Buffer, int, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
copyInto(int, Buffer, int, int) - Method in interface io.netty5.buffer.api.Buffer
Copies the given length of data from this buffer into the given destination buffer, beginning at the given source position in this buffer, and the given destination position in the destination buffer.
copyInto(int, Buffer, int, int) - Method in class io.netty5.buffer.api.BufferStub
 
copyInto(int, ByteBuffer, int, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
copyInto(int, ByteBuffer, int, int) - Method in interface io.netty5.buffer.api.Buffer
Copies the given length of data from this buffer into the given destination byte buffer, beginning at the given source position in this buffer, and the given destination position in the destination byte buffer.
copyInto(int, ByteBuffer, int, int) - Method in class io.netty5.buffer.api.BufferStub
 
copyLong(long) - Static method in class io.netty5.buffer.Unpooled
Creates a new 8-byte big-endian buffer that holds the specified 64-bit integer.
copyLong(long...) - Static method in class io.netty5.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.netty5.buffer.Unpooled
Creates a new 3-byte big-endian buffer that holds the specified 24-bit integer.
copyMedium(int...) - Static method in class io.netty5.buffer.Unpooled
Create a new big-endian buffer that holds a sequence of the specified 24-bit integers.
copyOf(byte[]) - Method in interface io.netty5.buffer.api.BufferAllocator
Allocate a Buffer with the same size and contents of the given byte array.
copyOf(ByteBuffer) - Method in interface io.netty5.buffer.api.BufferAllocator
Allocate a Buffer with the same size and contents, as the contents of the given ByteBuffer.
copyShort(int) - Static method in class io.netty5.buffer.Unpooled
Creates a new 2-byte big-endian buffer that holds the specified 16-bit integer.
copyShort(int...) - Static method in class io.netty5.buffer.Unpooled
Create a new big-endian buffer that holds a sequence of the specified 16-bit integers.
copyShort(short...) - Static method in class io.netty5.buffer.Unpooled
Create a new big-endian buffer that holds a sequence of the specified 16-bit integers.
copyToCharSequence(Buffer, int, int, Charset) - Static method in interface io.netty5.buffer.api.internal.Statics
 
copyToViaReverseLoop(Buffer, int, Buffer, int, int) - Static method in interface io.netty5.buffer.api.internal.Statics
 
countBorrows() - Method in class io.netty5.buffer.api.internal.ResourceSupport
Count the number of borrows of this object.
countBorrows(ResourceSupport<?, ?>) - Static method in interface io.netty5.buffer.api.internal.Statics
 
countComponents() - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
countComponents() - Method in interface io.netty5.buffer.api.Buffer
Get the number of "components" in this buffer.
countComponents() - Method in class io.netty5.buffer.api.BufferStub
 
countReadableComponents() - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
countReadableComponents() - Method in interface io.netty5.buffer.api.Buffer
Get the number of "components" in this buffer, that are readable.
countReadableComponents() - Method in class io.netty5.buffer.api.BufferStub
 
countWritableComponents() - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
countWritableComponents() - Method in interface io.netty5.buffer.api.Buffer
Get the number of "components" in this buffer, that are writable.
countWritableComponents() - Method in class io.netty5.buffer.api.BufferStub
 
createResourceClosedException() - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
createResourceClosedException() - Method in class io.netty5.buffer.api.internal.ResourceSupport
 
currentOffset() - Method in interface io.netty5.buffer.api.ByteCursor
The current position of this iterator into the underlying sequence of bytes.

D

deallocate() - Method in class io.netty5.buffer.AbstractReferenceCountedByteBuf
deallocate() - Method in class io.netty5.buffer.CompositeByteBuf
 
deallocate() - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
deallocate() - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
decodeHexByte(CharSequence, int) - Static method in class io.netty5.buffer.ByteBufUtil
Decode a 2-digit hex byte from within a string.
decodeHexDump(CharSequence) - Static method in class io.netty5.buffer.ByteBufUtil
Decodes a string generated by ByteBufUtil.hexDump(byte[])
decodeHexDump(CharSequence, int, int) - Static method in class io.netty5.buffer.ByteBufUtil
Decodes part of a string generated by ByteBufUtil.hexDump(byte[])
decompose(int, int) - Method in class io.netty5.buffer.CompositeByteBuf
Same with AbstractByteBuf.slice(int, int) except that this method returns a list.
decomposeBuffer() - Method in interface io.netty5.buffer.api.CompositeBuffer
Break a composite buffer into its constituent components.
DEFAULT - Static variable in interface io.netty5.buffer.ByteBufAllocator
 
DEFAULT - Static variable in class io.netty5.buffer.PooledByteBufAllocator
 
DEFAULT - Static variable in class io.netty5.buffer.UnpooledByteBufAllocator
Default instance which uses leak-detection for direct buffers.
DEFAULT_INSTANCE - Static variable in class io.netty5.buffer.api.adaptor.ByteBufAllocatorAdaptor
 
DefaultBufferAllocators - Class in io.netty5.buffer.api
Accessor for the default, shared BufferAllocator instances.
DefaultByteBufHolder - Class in io.netty5.buffer
Default implementation of a ByteBufHolder that holds it's data in a ByteBuf.
DefaultByteBufHolder(ByteBuf) - Constructor for class io.netty5.buffer.DefaultByteBufHolder
 
defaultMaxOrder() - Static method in class io.netty5.buffer.api.pool.PooledBufferAllocator
Default maximum order - System Property: io.netty5.allocator.maxOrder - default 11
defaultMaxOrder() - Static method in class io.netty5.buffer.PooledByteBufAllocator
Default maximum order - System Property: io.netty5.allocator.maxOrder - default 9
defaultNormalCacheSize() - Static method in class io.netty5.buffer.api.pool.PooledBufferAllocator
Default normal cache size - System Property: io.netty5.allocator.normalCacheSize - default 64
defaultNormalCacheSize() - Static method in class io.netty5.buffer.PooledByteBufAllocator
Default normal cache size - System Property: io.netty5.allocator.normalCacheSize - default 64
defaultNumDirectArena() - Static method in class io.netty5.buffer.api.pool.PooledBufferAllocator
Default number of direct arenas - System Property: io.netty5.allocator.numDirectArenas - default 2 * cores
defaultNumDirectArena() - Static method in class io.netty5.buffer.PooledByteBufAllocator
Default number of direct arenas - System Property: io.netty5.allocator.numDirectArenas - default 2 * cores
defaultNumHeapArena() - Static method in class io.netty5.buffer.api.pool.PooledBufferAllocator
Default number of heap arenas - System Property: io.netty5.allocator.numHeapArenas - default 2 * cores
defaultNumHeapArena() - Static method in class io.netty5.buffer.PooledByteBufAllocator
Default number of heap arenas - System Property: io.netty5.allocator.numHeapArenas - default 2 * cores
defaultPageSize() - Static method in class io.netty5.buffer.api.pool.PooledBufferAllocator
Default buffer page size - System Property: io.netty5.allocator.pageSize - default 8192
defaultPageSize() - Static method in class io.netty5.buffer.PooledByteBufAllocator
Default buffer page size - System Property: io.netty5.allocator.pageSize - default 8192
defaultPreferDirect() - Static method in class io.netty5.buffer.api.pool.PooledBufferAllocator
Default prefer direct - System Property: io.netty5.noPreferDirect - default false
defaultPreferDirect() - Static method in class io.netty5.buffer.PooledByteBufAllocator
Default prefer direct - System Property: io.netty5.noPreferDirect - default false
defaultSmallCacheSize() - Static method in class io.netty5.buffer.api.pool.PooledBufferAllocator
Default small cache size - System Property: io.netty5.allocator.smallCacheSize - default 256
defaultSmallCacheSize() - Static method in class io.netty5.buffer.PooledByteBufAllocator
Default small cache size - System Property: io.netty5.allocator.smallCacheSize - default 256
defaultTinyCacheSize() - Static method in class io.netty5.buffer.PooledByteBufAllocator
Deprecated.
Tiny caches have been merged into small caches.
defaultUseCacheForAllThreads() - Static method in class io.netty5.buffer.api.pool.PooledBufferAllocator
Default thread caching behavior - System Property: io.netty5.allocator.useCacheForAllThreads - default true
defaultUseCacheForAllThreads() - Static method in class io.netty5.buffer.PooledByteBufAllocator
Default thread caching behavior - System Property: io.netty5.allocator.useCacheForAllThreads - default false
delegate - Variable in class io.netty5.buffer.api.BufferStub
 
directArenas() - Method in class io.netty5.buffer.PooledByteBufAllocator
directArenas() - Method in class io.netty5.buffer.PooledByteBufAllocatorMetric
Return a List of all direct PoolArenaMetrics that are provided by this pool.
directBuffer() - Method in class io.netty5.buffer.AbstractByteBufAllocator
 
directBuffer() - Method in class io.netty5.buffer.api.adaptor.ByteBufAllocatorAdaptor
 
directBuffer() - Method in interface io.netty5.buffer.ByteBufAllocator
Allocate a direct ByteBuf.
directBuffer() - Static method in class io.netty5.buffer.Unpooled
Creates a new big-endian direct buffer with reasonably small initial capacity, which expands its capacity boundlessly on demand.
directBuffer(int) - Method in class io.netty5.buffer.AbstractByteBufAllocator
 
directBuffer(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAllocatorAdaptor
 
directBuffer(int) - Method in interface io.netty5.buffer.ByteBufAllocator
Allocate a direct ByteBuf with the given initial capacity.
directBuffer(int) - Static method in class io.netty5.buffer.Unpooled
Creates a new big-endian direct buffer with the specified capacity, which expands its capacity boundlessly on demand.
directBuffer(int, int) - Method in class io.netty5.buffer.AbstractByteBufAllocator
 
directBuffer(int, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAllocatorAdaptor
 
directBuffer(int, int) - Method in interface io.netty5.buffer.ByteBufAllocator
Allocate a direct ByteBuf with the given initial capacity and the given maximal capacity.
directBuffer(int, int) - Static method in class io.netty5.buffer.Unpooled
Creates a new big-endian direct buffer with the specified initialCapacity, that may grow up to maxCapacity.
discardReadBytes() - Method in class io.netty5.buffer.AbstractByteBuf
 
discardReadBytes() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
discardReadBytes() - Method in class io.netty5.buffer.ByteBuf
Discards the bytes between the 0th index and readerIndex.
discardReadBytes() - Method in class io.netty5.buffer.CompositeByteBuf
 
discardReadBytes() - Method in class io.netty5.buffer.EmptyByteBuf
 
discardReadBytes() - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
discardReadBytes() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
discardReadComponents() - Method in class io.netty5.buffer.CompositeByteBuf
Discard all ByteBufs which are read.
discardSomeReadBytes() - Method in class io.netty5.buffer.AbstractByteBuf
 
discardSomeReadBytes() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
discardSomeReadBytes() - Method in class io.netty5.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 class io.netty5.buffer.CompositeByteBuf
 
discardSomeReadBytes() - Method in class io.netty5.buffer.EmptyByteBuf
 
discardSomeReadBytes() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
dispose(Object) - Static method in interface io.netty5.buffer.api.Resource
Attempt to dispose of whatever the given object is.
drop() - Method in interface io.netty5.buffer.api.pool.UntetheredMemory
Produces the drop instance associated with this piece of untethered memory.
drop(int) - Method in class io.netty5.buffer.api.internal.LifecycleTracer
Add to the trace log that the object has been dropped.
drop(T) - Method in interface io.netty5.buffer.api.Drop
Dispose of the resources in the given Resource instance.
drop(T) - Method in class io.netty5.buffer.api.internal.ArcDrop
 
drop(T) - Method in class io.netty5.buffer.api.internal.CleanerDrop
 
Drop<T> - Interface in io.netty5.buffer.api
An interface used by Resource instances to implement their resource disposal mechanics.
DropCaptor<T> - Class in io.netty5.buffer.api.internal
Utility class to capture or hold on to a drop instance.
DropCaptor() - Constructor for class io.netty5.buffer.api.internal.DropCaptor
 
dumpStats() - Method in class io.netty5.buffer.api.pool.PooledBufferAllocator
Returns the status of the allocator (which contains all metrics) as string.
dumpStats() - Method in class io.netty5.buffer.PooledByteBufAllocator
Returns the status of the allocator (which contains all metrics) as string.
duplicate() - Method in class io.netty5.buffer.AbstractByteBuf
 
duplicate() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
duplicate() - Method in class io.netty5.buffer.ByteBuf
Returns a buffer which shares the whole region of this buffer.
duplicate() - Method in interface io.netty5.buffer.ByteBufHolder
Duplicates this ByteBufHolder.
duplicate() - Method in class io.netty5.buffer.DefaultByteBufHolder
Duplicates this ByteBufHolder.
duplicate() - Method in class io.netty5.buffer.EmptyByteBuf
 
duplicate() - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
duplicate() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
DuplicatedByteBuf - Class in io.netty5.buffer
Deprecated.
Do not use.
DuplicatedByteBuf(ByteBuf) - Constructor for class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 

E

elementSize() - Method in interface io.netty5.buffer.api.pool.PoolSubpageMetric
Return the size (in bytes) of the elements that will be allocated.
elementSize() - Method in interface io.netty5.buffer.PoolSubpageMetric
Return the size (in bytes) of the elements that will be allocated.
EMPTY_BUFFER - Static variable in class io.netty5.buffer.Unpooled
A buffer whose capacity is 0.
EmptyByteBuf - Class in io.netty5.buffer
An empty ByteBuf whose capacity and maximum capacity are all 0.
EmptyByteBuf(ByteBufAllocator) - Constructor for class io.netty5.buffer.EmptyByteBuf
 
encodeString(ByteBufAllocator, CharBuffer, Charset) - Static method in class io.netty5.buffer.ByteBufUtil
Encode the given CharBuffer using the given Charset into a new ByteBuf which is allocated via the ByteBufAllocator.
encodeString(ByteBufAllocator, CharBuffer, Charset, int) - Static method in class io.netty5.buffer.ByteBufUtil
Encode the given CharBuffer using the given Charset into a new ByteBuf which is allocated via the ByteBufAllocator.
ensureAccessible() - Method in class io.netty5.buffer.AbstractByteBuf
Should be called by every method that tries to access the buffers content to check if the buffer was released before.
ensureAccessible(ByteBuf) - Static method in class io.netty5.buffer.ByteBufUtil
 
ensureWritable(int) - Method in class io.netty5.buffer.AbstractByteBuf
 
ensureWritable(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
ensureWritable(int) - Method in interface io.netty5.buffer.api.Buffer
Ensures that this buffer has at least the given number of bytes of available space for writing.
ensureWritable(int) - Method in class io.netty5.buffer.api.BufferStub
 
ensureWritable(int) - Method in interface io.netty5.buffer.api.CompositeBuffer
 
ensureWritable(int) - Method in class io.netty5.buffer.ByteBuf
Expands the buffer ByteBuf.capacity() to make sure the number of writable bytes is equal to or greater than the specified value.
ensureWritable(int) - Method in class io.netty5.buffer.CompositeByteBuf
 
ensureWritable(int) - Method in class io.netty5.buffer.EmptyByteBuf
 
ensureWritable(int) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
ensureWritable(int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
ensureWritable(int, boolean) - Method in class io.netty5.buffer.AbstractByteBuf
 
ensureWritable(int, boolean) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
ensureWritable(int, boolean) - Method in class io.netty5.buffer.ByteBuf
Expands the buffer ByteBuf.capacity() to make sure the number of writable bytes is equal to or greater than the specified value.
ensureWritable(int, boolean) - Method in class io.netty5.buffer.EmptyByteBuf
 
ensureWritable(int, boolean) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
ensureWritable(int, boolean) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
ensureWritable(int, int, boolean) - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
ensureWritable(int, int, boolean) - Method in interface io.netty5.buffer.api.Buffer
Ensures that this buffer has at least the given number of bytes of available space for writing.
ensureWritable(int, int, boolean) - Method in class io.netty5.buffer.api.BufferStub
 
ensureWritable(int, int, boolean) - Method in interface io.netty5.buffer.api.CompositeBuffer
 
ensureWritableSuccess(int) - Static method in class io.netty5.buffer.ByteBufUtil
Used to determine if the return value of ByteBuf.ensureWritable(int, boolean) means that there is adequate space and a write operation will succeed.
equals(Buffer, int, Buffer, int, int) - Static method in interface io.netty5.buffer.api.internal.Statics
 
equals(Buffer, Buffer) - Static method in interface io.netty5.buffer.api.internal.Statics
 
equals(ByteBuf, int, ByteBuf, int, int) - Static method in class io.netty5.buffer.ByteBufUtil
Returns true if and only if the two specified buffers are identical to each other for length bytes starting at aStartIndex index for the a buffer and bStartIndex index for the b buffer.
equals(ByteBuf, ByteBuf) - Static method in class io.netty5.buffer.ByteBufUtil
Returns true if and only if the two specified buffers are identical to each other as described in ByteBuf.equals(Object).
equals(Object) - Method in class io.netty5.buffer.AbstractByteBuf
 
equals(Object) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
equals(Object) - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
equals(Object) - Method in class io.netty5.buffer.api.BufferHolder
This implementation of the equals operation is restricted to work only with instances of the same class.
equals(Object) - Method in class io.netty5.buffer.api.BufferStub
 
equals(Object) - Method in class io.netty5.buffer.api.internal.AdaptableBuffer
 
equals(Object) - Method in class io.netty5.buffer.ByteBuf
Determines if the content of the specified buffer is identical to the content of this array.
equals(Object) - Method in class io.netty5.buffer.DefaultByteBufHolder
This implementation of the equals operation is restricted to work only with instances of the same class.
equals(Object) - Method in class io.netty5.buffer.EmptyByteBuf
 
equals(Object) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
extendWith(Send<Buffer>) - Method in interface io.netty5.buffer.api.CompositeBuffer
Extend this composite buffer with the given extension buffer.
extract(ByteBuf) - Static method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
Extracts the underlying Buffer instance that is backing this ByteBuf, if any.
extractOrCopy(BufferAllocator, ByteBuf) - Static method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
Extracts the underlying Buffer instance that is backing this ByteBuf, if any.

F

fill(byte) - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
fill(byte) - Method in interface io.netty5.buffer.api.Buffer
Fills the buffer with the given byte value.
fill(byte) - Method in class io.netty5.buffer.api.BufferStub
 
fill(byte) - Method in interface io.netty5.buffer.api.CompositeBuffer
 
FIND_CR - Static variable in interface io.netty5.buffer.ByteBufProcessor
Deprecated.
Use ByteProcessor.FIND_CR.
FIND_CRLF - Static variable in interface io.netty5.buffer.ByteBufProcessor
Deprecated.
Use ByteProcessor.FIND_CRLF.
FIND_LF - Static variable in interface io.netty5.buffer.ByteBufProcessor
Deprecated.
Use ByteProcessor.FIND_LF.
FIND_LINEAR_WHITESPACE - Static variable in interface io.netty5.buffer.ByteBufProcessor
Deprecated.
Use ByteProcessor.FIND_LINEAR_WHITESPACE.
FIND_NON_CR - Static variable in interface io.netty5.buffer.ByteBufProcessor
Deprecated.
Use ByteProcessor.FIND_NON_CR.
FIND_NON_CRLF - Static variable in interface io.netty5.buffer.ByteBufProcessor
Deprecated.
Use ByteProcessor.FIND_NON_CRLF.
FIND_NON_LF - Static variable in interface io.netty5.buffer.ByteBufProcessor
Deprecated.
Use ByteProcessor.FIND_NON_LF.
FIND_NON_LINEAR_WHITESPACE - Static variable in interface io.netty5.buffer.ByteBufProcessor
Deprecated.
Use ByteProcessor.FIND_NON_LINEAR_WHITESPACE.
FIND_NON_NUL - Static variable in interface io.netty5.buffer.ByteBufProcessor
Deprecated.
Use ByteProcessor.FIND_NON_NUL.
FIND_NUL - Static variable in interface io.netty5.buffer.ByteBufProcessor
Deprecated.
Use ByteProcessor.FIND_NUL.
findVarHandle(MethodHandles.Lookup, Class<?>, String, Class<?>) - Static method in interface io.netty5.buffer.api.internal.Statics
 
forEachByte(int, int, ByteProcessor) - Method in class io.netty5.buffer.AbstractByteBuf
 
forEachByte(int, int, ByteProcessor) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
forEachByte(int, int, ByteProcessor) - Method in class io.netty5.buffer.ByteBuf
Iterates over the specified area of this buffer with the specified processor in ascending order.
forEachByte(int, int, ByteProcessor) - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
forEachByte(int, int, ByteProcessor) - Method in class io.netty5.buffer.EmptyByteBuf
 
forEachByte(int, int, ByteProcessor) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
forEachByte(int, int, ByteProcessor) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
forEachByte(ByteProcessor) - Method in class io.netty5.buffer.AbstractByteBuf
 
forEachByte(ByteProcessor) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
forEachByte(ByteProcessor) - Method in class io.netty5.buffer.ByteBuf
Iterates over the readable bytes of this buffer with the specified processor in ascending order.
forEachByte(ByteProcessor) - Method in class io.netty5.buffer.EmptyByteBuf
 
forEachByte(ByteProcessor) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
forEachByteAsc0(int, int, ByteProcessor) - Method in class io.netty5.buffer.CompositeByteBuf
 
forEachByteDesc(int, int, ByteProcessor) - Method in class io.netty5.buffer.AbstractByteBuf
 
forEachByteDesc(int, int, ByteProcessor) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
forEachByteDesc(int, int, ByteProcessor) - Method in class io.netty5.buffer.ByteBuf
Iterates over the specified area of this buffer with the specified processor in descending order.
forEachByteDesc(int, int, ByteProcessor) - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
forEachByteDesc(int, int, ByteProcessor) - Method in class io.netty5.buffer.EmptyByteBuf
 
forEachByteDesc(int, int, ByteProcessor) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
forEachByteDesc(int, int, ByteProcessor) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
forEachByteDesc(ByteProcessor) - Method in class io.netty5.buffer.AbstractByteBuf
 
forEachByteDesc(ByteProcessor) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
forEachByteDesc(ByteProcessor) - Method in class io.netty5.buffer.ByteBuf
Iterates over the readable bytes of this buffer with the specified processor in descending order.
forEachByteDesc(ByteProcessor) - Method in class io.netty5.buffer.EmptyByteBuf
 
forEachByteDesc(ByteProcessor) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
forEachByteDesc0(int, int, ByteProcessor) - Method in class io.netty5.buffer.CompositeByteBuf
 
forEachReadable(int, ReadableComponentProcessor<E>) - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
forEachReadable(int, ReadableComponentProcessor<E>) - Method in interface io.netty5.buffer.api.Buffer
Processes all readable components of this buffer, and return the number of components processed.
forEachReadable(int, ReadableComponentProcessor<E>) - Method in class io.netty5.buffer.api.BufferStub
 
forEachWritable(int, WritableComponentProcessor<E>) - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
forEachWritable(int, WritableComponentProcessor<E>) - Method in interface io.netty5.buffer.api.Buffer
Process all writable components of this buffer, and return the number of components processed.
forEachWritable(int, WritableComponentProcessor<E>) - Method in class io.netty5.buffer.api.BufferStub
 
fork() - Method in interface io.netty5.buffer.api.Drop
Branch the responsibility of dropping a resource.
fork() - Method in class io.netty5.buffer.api.internal.ArcDrop
 
fork() - Method in class io.netty5.buffer.api.internal.CleanerDrop
 
freeArray(byte[]) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
freeBytes() - Method in interface io.netty5.buffer.api.pool.PoolChunkMetric
Return the number of free bytes in the chunk.
freeBytes() - Method in interface io.netty5.buffer.PoolChunkMetric
Return the number of free bytes in the chunk.
freeDirect(ByteBuffer) - Method in class io.netty5.buffer.UnpooledDirectByteBuf
Free a direct ByteBuffer
freeThreadLocalCache() - Method in class io.netty5.buffer.PooledByteBufAllocator
Deprecated.
will be removed Free all cached buffers for the calling Thread.

G

get() - Static method in class io.netty5.buffer.api.internal.LifecycleTracer
Get a tracer for a newly allocated resource.
getAllocationType() - Method in interface io.netty5.buffer.api.BufferAllocator
Get the AllocationType from this allocator.
getAllocationType() - Method in class io.netty5.buffer.api.pool.PooledBufferAllocator
 
getAllocator() - Method in interface io.netty5.buffer.api.AllocatorControl
Get the BufferAllocator instance that is the source of this allocator control.
getArray() - Method in class io.netty5.buffer.api.internal.WrappingAllocation
 
getBoolean(int) - Method in class io.netty5.buffer.AbstractByteBuf
 
getBoolean(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
getBoolean(int) - Method in class io.netty5.buffer.ByteBuf
Gets a boolean at the specified absolute (@code index) in this buffer.
getBoolean(int) - Method in class io.netty5.buffer.EmptyByteBuf
 
getBoolean(int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
getBuffer() - Method in class io.netty5.buffer.api.BufferHolder
Access the held Buffer instance.
getBufferVolatile() - Method in class io.netty5.buffer.api.BufferHolder
Access the held Buffer instance.
getByte() - Method in interface io.netty5.buffer.api.ByteCursor
Return the last byte that was read by ByteCursor.readByte().
getByte(int) - Method in class io.netty5.buffer.AbstractByteBuf
 
getByte(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
getByte(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
getByte(int) - Method in interface io.netty5.buffer.api.BufferAccessor
Get the byte value at the given reader offset.
getByte(int) - Method in class io.netty5.buffer.api.BufferStub
 
getByte(int) - Method in class io.netty5.buffer.ByteBuf
Gets a byte at the specified absolute index in this buffer.
getByte(int) - Method in class io.netty5.buffer.CompositeByteBuf
 
getByte(int) - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
getByte(int) - Method in class io.netty5.buffer.EmptyByteBuf
 
getByte(int) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
getByte(int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
getByte(int) - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
getByte(int) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
getByte(int) - Method in class io.netty5.buffer.UnpooledUnsafeDirectByteBuf
 
getByte(int) - Method in class io.netty5.buffer.UnpooledUnsafeHeapByteBuf
 
getByteBufferPutOffsetsMethodHandle() - Static method in interface io.netty5.buffer.api.internal.Statics
 
getByteBufferSliceOffsetsMethodHandle() - Static method in interface io.netty5.buffer.api.internal.Statics
 
getBytes(int, byte[]) - Method in class io.netty5.buffer.AbstractByteBuf
 
getBytes(int, byte[]) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
getBytes(int, byte[]) - Method in class io.netty5.buffer.ByteBuf
Transfers this buffer's data to the specified destination starting at the specified absolute index.
getBytes(int, byte[]) - Method in class io.netty5.buffer.CompositeByteBuf
 
getBytes(int, byte[]) - Method in class io.netty5.buffer.EmptyByteBuf
 
getBytes(int, byte[]) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
getBytes(int, byte[], int, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
getBytes(int, byte[], int, int) - Method in class io.netty5.buffer.ByteBuf
Transfers this buffer's data to the specified destination starting at the specified absolute index.
getBytes(int, byte[], int, int) - Method in class io.netty5.buffer.CompositeByteBuf
 
getBytes(int, byte[], int, int) - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
getBytes(int, byte[], int, int) - Method in class io.netty5.buffer.EmptyByteBuf
 
getBytes(int, byte[], int, int) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
getBytes(int, byte[], int, int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
getBytes(int, byte[], int, int) - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
getBytes(int, byte[], int, int) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
getBytes(int, ByteBuf) - Method in class io.netty5.buffer.AbstractByteBuf
 
getBytes(int, ByteBuf) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
getBytes(int, ByteBuf) - Method in class io.netty5.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) - Method in class io.netty5.buffer.CompositeByteBuf
 
getBytes(int, ByteBuf) - Method in class io.netty5.buffer.EmptyByteBuf
 
getBytes(int, ByteBuf) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
getBytes(int, ByteBuf, int) - Method in class io.netty5.buffer.AbstractByteBuf
 
getBytes(int, ByteBuf, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
getBytes(int, ByteBuf, int) - Method in class io.netty5.buffer.ByteBuf
Transfers this buffer's data to the specified destination starting at the specified absolute index.
getBytes(int, ByteBuf, int) - Method in class io.netty5.buffer.CompositeByteBuf
 
getBytes(int, ByteBuf, int) - Method in class io.netty5.buffer.EmptyByteBuf
 
getBytes(int, ByteBuf, int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty5.buffer.ByteBuf
Transfers this buffer's data to the specified destination starting at the specified absolute index.
getBytes(int, ByteBuf, int, int) - Method in class io.netty5.buffer.CompositeByteBuf
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty5.buffer.EmptyByteBuf
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty5.buffer.UnpooledUnsafeDirectByteBuf
 
getBytes(int, OutputStream, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
getBytes(int, OutputStream, int) - Method in class io.netty5.buffer.ByteBuf
Transfers this buffer's data to the specified stream starting at the specified absolute index.
getBytes(int, OutputStream, int) - Method in class io.netty5.buffer.CompositeByteBuf
 
getBytes(int, OutputStream, int) - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
getBytes(int, OutputStream, int) - Method in class io.netty5.buffer.EmptyByteBuf
 
getBytes(int, OutputStream, int) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
getBytes(int, OutputStream, int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
getBytes(int, OutputStream, int) - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
getBytes(int, OutputStream, int) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
getBytes(int, ByteBuffer) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
getBytes(int, ByteBuffer) - Method in class io.netty5.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, ByteBuffer) - Method in class io.netty5.buffer.CompositeByteBuf
 
getBytes(int, ByteBuffer) - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
getBytes(int, ByteBuffer) - Method in class io.netty5.buffer.EmptyByteBuf
 
getBytes(int, ByteBuffer) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
getBytes(int, ByteBuffer) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
getBytes(int, ByteBuffer) - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
getBytes(int, ByteBuffer) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
getBytes(int, FileChannel, long, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
getBytes(int, FileChannel, long, int) - Method in class io.netty5.buffer.ByteBuf
Transfers this buffer's data starting at the specified absolute index to the specified channel starting at the given file position.
getBytes(int, FileChannel, long, int) - Method in class io.netty5.buffer.CompositeByteBuf
 
getBytes(int, FileChannel, long, int) - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
getBytes(int, FileChannel, long, int) - Method in class io.netty5.buffer.EmptyByteBuf
 
getBytes(int, FileChannel, long, int) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
getBytes(int, FileChannel, long, int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
getBytes(int, FileChannel, long, int) - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
getBytes(int, FileChannel, long, int) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
getBytes(int, GatheringByteChannel, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
getBytes(int, GatheringByteChannel, int) - Method in class io.netty5.buffer.ByteBuf
Transfers this buffer's data to the specified channel starting at the specified absolute index.
getBytes(int, GatheringByteChannel, int) - Method in class io.netty5.buffer.CompositeByteBuf
 
getBytes(int, GatheringByteChannel, int) - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
getBytes(int, GatheringByteChannel, int) - Method in class io.netty5.buffer.EmptyByteBuf
 
getBytes(int, GatheringByteChannel, int) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
getBytes(int, GatheringByteChannel, int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
getBytes(int, GatheringByteChannel, int) - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
getBytes(int, GatheringByteChannel, int) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
getBytes(ByteBuf) - Static method in class io.netty5.buffer.ByteBufUtil
Create a copy of the underlying storage from buf into a byte array.
getBytes(ByteBuf, int, int) - Static method in class io.netty5.buffer.ByteBufUtil
Create a copy of the underlying storage from buf into a byte array.
getBytes(ByteBuf, int, int, boolean) - Static method in class io.netty5.buffer.ByteBufUtil
Return an array of the underlying storage from buf into a byte array.
getChar(int) - Method in class io.netty5.buffer.AbstractByteBuf
 
getChar(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
getChar(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
getChar(int) - Method in interface io.netty5.buffer.api.BufferAccessor
Get the char value at the given reader offset.
getChar(int) - Method in class io.netty5.buffer.api.BufferStub
 
getChar(int) - Method in class io.netty5.buffer.ByteBuf
Gets a 2-byte UTF-16 character at the specified absolute index in this buffer.
getChar(int) - Method in class io.netty5.buffer.EmptyByteBuf
 
getChar(int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
getCharSequence(int, int, Charset) - Method in class io.netty5.buffer.AbstractByteBuf
 
getCharSequence(int, int, Charset) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
getCharSequence(int, int, Charset) - Method in class io.netty5.buffer.ByteBuf
Gets a CharSequence with the given length at the given index.
getCharSequence(int, int, Charset) - Method in class io.netty5.buffer.EmptyByteBuf
 
getCharSequence(int, int, Charset) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
getDouble(int) - Method in class io.netty5.buffer.AbstractByteBuf
 
getDouble(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
getDouble(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
getDouble(int) - Method in interface io.netty5.buffer.api.BufferAccessor
Get the double value at the given reader offset.
getDouble(int) - Method in class io.netty5.buffer.api.BufferStub
 
getDouble(int) - Method in class io.netty5.buffer.ByteBuf
Gets a 64-bit floating point number at the specified absolute index in this buffer.
getDouble(int) - Method in class io.netty5.buffer.EmptyByteBuf
 
getDouble(int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
getDoubleLE(int) - Method in class io.netty5.buffer.ByteBuf
Gets a 64-bit floating point number at the specified absolute index in this buffer in Little Endian Byte Order.
getDrop() - Method in class io.netty5.buffer.api.internal.DropCaptor
 
getFloat(int) - Method in class io.netty5.buffer.AbstractByteBuf
 
getFloat(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
getFloat(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
getFloat(int) - Method in interface io.netty5.buffer.api.BufferAccessor
Get the float value at the given reader offset.
getFloat(int) - Method in class io.netty5.buffer.api.BufferStub
 
getFloat(int) - Method in class io.netty5.buffer.ByteBuf
Gets a 32-bit floating point number at the specified absolute index in this buffer.
getFloat(int) - Method in class io.netty5.buffer.EmptyByteBuf
 
getFloat(int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
getFloatLE(int) - Method in class io.netty5.buffer.ByteBuf
Gets a 32-bit floating point number at the specified absolute index in this buffer in Little Endian Byte Order.
getFoundNeedleId() - Method in class io.netty5.buffer.search.AhoCorasicSearchProcessorFactory.Processor
 
getFoundNeedleId() - Method in interface io.netty5.buffer.search.MultiSearchProcessor
 
getInstance() - Static method in class io.netty5.buffer.api.LoggingLeakCallback
Get an instance of the LoggingLeakCallback.
getInt(int) - Method in class io.netty5.buffer.AbstractByteBuf
 
getInt(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
getInt(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
getInt(int) - Method in interface io.netty5.buffer.api.BufferAccessor
Get the int value at the given reader offset.
getInt(int) - Method in class io.netty5.buffer.api.BufferStub
 
getInt(int) - Method in class io.netty5.buffer.ByteBuf
Gets a 32-bit integer at the specified absolute index in this buffer.
getInt(int) - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
getInt(int) - Method in class io.netty5.buffer.EmptyByteBuf
 
getInt(int) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
getInt(int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
getInt(int) - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
getInt(int) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
getInt(int) - Method in class io.netty5.buffer.UnpooledUnsafeDirectByteBuf
 
getInt(int) - Method in class io.netty5.buffer.UnpooledUnsafeHeapByteBuf
 
getIntLE(int) - Method in class io.netty5.buffer.AbstractByteBuf
 
getIntLE(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
getIntLE(int) - Method in class io.netty5.buffer.ByteBuf
Gets a 32-bit integer at the specified absolute index in this buffer with Little Endian Byte Order.
getIntLE(int) - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
getIntLE(int) - Method in class io.netty5.buffer.EmptyByteBuf
 
getIntLE(int) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
getIntLE(int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
getIntLE(int) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
getIntLE(int) - Method in class io.netty5.buffer.UnpooledUnsafeHeapByteBuf
 
getLong(int) - Method in class io.netty5.buffer.AbstractByteBuf
 
getLong(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
getLong(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
getLong(int) - Method in interface io.netty5.buffer.api.BufferAccessor
Get the long value at the given reader offset.
getLong(int) - Method in class io.netty5.buffer.api.BufferStub
 
getLong(int) - Method in class io.netty5.buffer.ByteBuf
Gets a 64-bit long integer at the specified absolute index in this buffer.
getLong(int) - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
getLong(int) - Method in class io.netty5.buffer.EmptyByteBuf
 
getLong(int) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
getLong(int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
getLong(int) - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
getLong(int) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
getLong(int) - Method in class io.netty5.buffer.UnpooledUnsafeDirectByteBuf
 
getLong(int) - Method in class io.netty5.buffer.UnpooledUnsafeHeapByteBuf
 
getLongLE(int) - Method in class io.netty5.buffer.AbstractByteBuf
 
getLongLE(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
getLongLE(int) - Method in class io.netty5.buffer.ByteBuf
Gets a 64-bit long integer at the specified absolute index in this buffer in Little Endian Byte Order.
getLongLE(int) - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
getLongLE(int) - Method in class io.netty5.buffer.EmptyByteBuf
 
getLongLE(int) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
getLongLE(int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
getLongLE(int) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
getLongLE(int) - Method in class io.netty5.buffer.UnpooledUnsafeHeapByteBuf
 
getMedium(int) - Method in class io.netty5.buffer.AbstractByteBuf
 
getMedium(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
getMedium(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
getMedium(int) - Method in interface io.netty5.buffer.api.BufferAccessor
Get the int value at the given reader offset.
getMedium(int) - Method in class io.netty5.buffer.api.BufferStub
 
getMedium(int) - Method in class io.netty5.buffer.ByteBuf
Gets a 24-bit medium integer at the specified absolute index in this buffer.
getMedium(int) - Method in class io.netty5.buffer.EmptyByteBuf
 
getMedium(int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
getMediumLE(int) - Method in class io.netty5.buffer.AbstractByteBuf
 
getMediumLE(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
getMediumLE(int) - Method in class io.netty5.buffer.ByteBuf
Gets a 24-bit medium integer at the specified absolute index in this buffer in the Little Endian Byte Order.
getMediumLE(int) - Method in class io.netty5.buffer.EmptyByteBuf
 
getMediumLE(int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
getOffHeap() - Method in class io.netty5.buffer.api.adaptor.ByteBufAllocatorAdaptor
 
getOnHeap() - Method in class io.netty5.buffer.api.adaptor.ByteBufAllocatorAdaptor
 
getShort(int) - Method in class io.netty5.buffer.AbstractByteBuf
 
getShort(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
getShort(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
getShort(int) - Method in interface io.netty5.buffer.api.BufferAccessor
Get the short value at the given reader offset.
getShort(int) - Method in class io.netty5.buffer.api.BufferStub
 
getShort(int) - Method in class io.netty5.buffer.ByteBuf
Gets a 16-bit short integer at the specified absolute index in this buffer.
getShort(int) - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
getShort(int) - Method in class io.netty5.buffer.EmptyByteBuf
 
getShort(int) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
getShort(int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
getShort(int) - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
getShort(int) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
getShort(int) - Method in class io.netty5.buffer.UnpooledUnsafeDirectByteBuf
 
getShort(int) - Method in class io.netty5.buffer.UnpooledUnsafeHeapByteBuf
 
getShortLE(int) - Method in class io.netty5.buffer.AbstractByteBuf
 
getShortLE(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
getShortLE(int) - Method in class io.netty5.buffer.ByteBuf
Gets a 16-bit short integer at the specified absolute index in this buffer in Little Endian Byte Order.
getShortLE(int) - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
getShortLE(int) - Method in class io.netty5.buffer.EmptyByteBuf
 
getShortLE(int) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
getShortLE(int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
getShortLE(int) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
getShortLE(int) - Method in class io.netty5.buffer.UnpooledUnsafeHeapByteBuf
 
getUnsignedByte(int) - Method in class io.netty5.buffer.AbstractByteBuf
 
getUnsignedByte(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
getUnsignedByte(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
getUnsignedByte(int) - Method in interface io.netty5.buffer.api.BufferAccessor
Get the unsigned byte value at the given reader offset.
getUnsignedByte(int) - Method in class io.netty5.buffer.api.BufferStub
 
getUnsignedByte(int) - Method in class io.netty5.buffer.ByteBuf
Gets an unsigned byte at the specified absolute index in this buffer.
getUnsignedByte(int) - Method in class io.netty5.buffer.EmptyByteBuf
 
getUnsignedByte(int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
getUnsignedInt(int) - Method in class io.netty5.buffer.AbstractByteBuf
 
getUnsignedInt(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
getUnsignedInt(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
getUnsignedInt(int) - Method in interface io.netty5.buffer.api.BufferAccessor
Get the unsigned int value at the given reader offset.
getUnsignedInt(int) - Method in class io.netty5.buffer.api.BufferStub
 
getUnsignedInt(int) - Method in class io.netty5.buffer.ByteBuf
Gets an unsigned 32-bit integer at the specified absolute index in this buffer.
getUnsignedInt(int) - Method in class io.netty5.buffer.EmptyByteBuf
 
getUnsignedInt(int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
getUnsignedIntLE(int) - Method in class io.netty5.buffer.AbstractByteBuf
 
getUnsignedIntLE(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
getUnsignedIntLE(int) - Method in class io.netty5.buffer.ByteBuf
Gets an unsigned 32-bit integer at the specified absolute index in this buffer in Little Endian Byte Order.
getUnsignedIntLE(int) - Method in class io.netty5.buffer.EmptyByteBuf
 
getUnsignedIntLE(int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
getUnsignedMedium(int) - Method in class io.netty5.buffer.AbstractByteBuf
 
getUnsignedMedium(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
getUnsignedMedium(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
getUnsignedMedium(int) - Method in interface io.netty5.buffer.api.BufferAccessor
Get the unsigned int value at the given reader offset.
getUnsignedMedium(int) - Method in class io.netty5.buffer.api.BufferStub
 
getUnsignedMedium(int) - Method in class io.netty5.buffer.ByteBuf
Gets an unsigned 24-bit medium integer at the specified absolute index in this buffer.
getUnsignedMedium(int) - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
getUnsignedMedium(int) - Method in class io.netty5.buffer.EmptyByteBuf
 
getUnsignedMedium(int) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
getUnsignedMedium(int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
getUnsignedMedium(int) - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
getUnsignedMedium(int) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
getUnsignedMedium(int) - Method in class io.netty5.buffer.UnpooledUnsafeDirectByteBuf
 
getUnsignedMedium(int) - Method in class io.netty5.buffer.UnpooledUnsafeHeapByteBuf
 
getUnsignedMediumLE(int) - Method in class io.netty5.buffer.AbstractByteBuf
 
getUnsignedMediumLE(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
getUnsignedMediumLE(int) - Method in class io.netty5.buffer.ByteBuf
Gets an unsigned 24-bit medium integer at the specified absolute index in this buffer in Little Endian Byte Order.
getUnsignedMediumLE(int) - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
getUnsignedMediumLE(int) - Method in class io.netty5.buffer.EmptyByteBuf
 
getUnsignedMediumLE(int) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
getUnsignedMediumLE(int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
getUnsignedMediumLE(int) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
getUnsignedMediumLE(int) - Method in class io.netty5.buffer.UnpooledUnsafeHeapByteBuf
 
getUnsignedShort(int) - Method in class io.netty5.buffer.AbstractByteBuf
 
getUnsignedShort(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
getUnsignedShort(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
getUnsignedShort(int) - Method in interface io.netty5.buffer.api.BufferAccessor
Get the unsigned short value at the given reader offset.
getUnsignedShort(int) - Method in class io.netty5.buffer.api.BufferStub
 
getUnsignedShort(int) - Method in class io.netty5.buffer.ByteBuf
Gets an unsigned 16-bit short integer at the specified absolute index in this buffer.
getUnsignedShort(int) - Method in class io.netty5.buffer.EmptyByteBuf
 
getUnsignedShort(int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
getUnsignedShortLE(int) - Method in class io.netty5.buffer.AbstractByteBuf
 
getUnsignedShortLE(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
getUnsignedShortLE(int) - Method in class io.netty5.buffer.ByteBuf
Gets an unsigned 16-bit short integer at the specified absolute index in this buffer in Little Endian Byte Order.
getUnsignedShortLE(int) - Method in class io.netty5.buffer.EmptyByteBuf
 
getUnsignedShortLE(int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 

H

hasArray() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
hasArray() - Method in class io.netty5.buffer.ByteBuf
Returns true if and only if this buffer has a backing byte array.
hasArray() - Method in class io.netty5.buffer.CompositeByteBuf
 
hasArray() - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
hasArray() - Method in class io.netty5.buffer.EmptyByteBuf
 
hasArray() - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
hasArray() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
hasArray() - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
hasArray() - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
hashCode() - Method in class io.netty5.buffer.AbstractByteBuf
 
hashCode() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
hashCode() - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
hashCode() - Method in class io.netty5.buffer.api.BufferHolder
 
hashCode() - Method in class io.netty5.buffer.api.BufferStub
 
hashCode() - Method in class io.netty5.buffer.api.internal.AdaptableBuffer
 
hashCode() - Method in class io.netty5.buffer.ByteBuf
Returns a hash code which was calculated from the content of this buffer.
hashCode() - Method in class io.netty5.buffer.DefaultByteBufHolder
 
hashCode() - Method in class io.netty5.buffer.EmptyByteBuf
 
hashCode() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
hashCode(Buffer) - Static method in interface io.netty5.buffer.api.internal.Statics
 
hashCode(ByteBuf) - Static method in class io.netty5.buffer.ByteBufUtil
Calculates the hash code of the specified buffer.
hasMemoryAddress() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
hasMemoryAddress() - Method in class io.netty5.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.netty5.buffer.CompositeByteBuf
 
hasMemoryAddress() - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
hasMemoryAddress() - Method in class io.netty5.buffer.EmptyByteBuf
 
hasMemoryAddress() - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
hasMemoryAddress() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
hasMemoryAddress() - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
hasMemoryAddress() - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
hasMemoryAddress() - Method in class io.netty5.buffer.UnpooledUnsafeDirectByteBuf
 
hasReadableArray() - Method in interface io.netty5.buffer.api.ReadableComponent
Check if this component is backed by a cached byte array that can be accessed cheaply.
hasThreadLocalCache() - Method in class io.netty5.buffer.PooledByteBufAllocator
Deprecated.
will be removed Returns true if the calling Thread has a ThreadLocal cache for the allocated buffers.
hasWritableArray() - Method in interface io.netty5.buffer.api.WritableComponent
Check if this component is backed by a cached byte array that can be accessed cheaply.
heapArenas() - Method in class io.netty5.buffer.PooledByteBufAllocator
heapArenas() - Method in class io.netty5.buffer.PooledByteBufAllocatorMetric
Return a List of all heap PoolArenaMetrics that are provided by this pool.
heapBuffer() - Method in class io.netty5.buffer.AbstractByteBufAllocator
 
heapBuffer() - Method in class io.netty5.buffer.api.adaptor.ByteBufAllocatorAdaptor
 
heapBuffer() - Method in interface io.netty5.buffer.ByteBufAllocator
Allocate a heap ByteBuf.
heapBuffer(int) - Method in class io.netty5.buffer.AbstractByteBufAllocator
 
heapBuffer(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAllocatorAdaptor
 
heapBuffer(int) - Method in interface io.netty5.buffer.ByteBufAllocator
Allocate a heap ByteBuf with the given initial capacity.
heapBuffer(int, int) - Method in class io.netty5.buffer.AbstractByteBufAllocator
 
heapBuffer(int, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAllocatorAdaptor
 
heapBuffer(int, int) - Method in interface io.netty5.buffer.ByteBufAllocator
Allocate a heap ByteBuf with the given initial capacity and the given maximal capacity.
hexDump(byte[]) - Static method in class io.netty5.buffer.ByteBufUtil
Returns a hex dump of the specified byte array.
hexDump(byte[], int, int) - Static method in class io.netty5.buffer.ByteBufUtil
Returns a hex dump of the specified byte array's sub-region.
hexDump(ByteBuf) - Static method in class io.netty5.buffer.ByteBufUtil
Returns a hex dump of the specified buffer's readable bytes.
hexDump(ByteBuf, int, int) - Static method in class io.netty5.buffer.ByteBufUtil
Returns a hex dump of the specified buffer's sub-region.
hint() - Method in interface io.netty5.buffer.api.LeakInfo.TracePoint
Get the hint object from a touch call, if any.

I

implementationName() - Method in class io.netty5.buffer.api.adaptor.ByteBufMemoryManager
 
implementationName() - Method in class io.netty5.buffer.api.bytebuffer.ByteBufferMemoryManager
 
implementationName() - Method in interface io.netty5.buffer.api.MemoryManager
Get the name for this implementation, which can be used for finding this particular implementation via the MemoryManager.lookupImplementation(String) method.
implementationName() - Method in class io.netty5.buffer.api.unsafe.UnsafeMemoryManager
 
increment() - Method in class io.netty5.buffer.api.internal.ArcDrop
 
indexOf(int, int, byte) - Method in class io.netty5.buffer.AbstractByteBuf
 
indexOf(int, int, byte) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
indexOf(int, int, byte) - Method in class io.netty5.buffer.ByteBuf
Locates the first occurrence of the specified value in this buffer.
indexOf(int, int, byte) - Method in class io.netty5.buffer.EmptyByteBuf
 
indexOf(int, int, byte) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
indexOf(ByteBuf, int, int, byte) - Static method in class io.netty5.buffer.ByteBufUtil
The default implementation of ByteBuf.indexOf(int, int, byte).
indexOf(ByteBuf, ByteBuf) - Static method in class io.netty5.buffer.ByteBufUtil
Returns the reader index of needle in haystack, or -1 if needle is not in haystack.
initialise(ByteBufAllocatorAdaptor, int) - Method in class io.netty5.buffer.api.internal.AdaptableBuffer
 
instance() - Static method in interface io.netty5.buffer.api.MemoryManager
Get the default, or currently configured, memory managers instance.
internalComponent(int) - Method in class io.netty5.buffer.CompositeByteBuf
Return the internal ByteBuf on the specified index.
internalComponentAtOffset(int) - Method in class io.netty5.buffer.CompositeByteBuf
Return the internal ByteBuf on the specified offset.
internalNioBuffer(int, int) - Method in class io.netty5.buffer.AbstractDerivedByteBuf
Deprecated.
 
internalNioBuffer(int, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
internalNioBuffer(int, int) - Method in class io.netty5.buffer.ByteBuf
Internal use only: Exposes the internal NIO buffer.
internalNioBuffer(int, int) - Method in class io.netty5.buffer.CompositeByteBuf
 
internalNioBuffer(int, int) - Method in class io.netty5.buffer.EmptyByteBuf
 
internalNioBuffer(int, int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
internalNioBuffer(int, int) - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
internalNioBuffer(int, int) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
intoByteBuf(Buffer) - Static method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
Convert the given Buffer into a ByteBuf using the most optimal method.
io.netty5.buffer - package io.netty5.buffer
Abstraction of a byte buffer - the fundamental data structure to represent a low-level binary and text message.
io.netty5.buffer.api - package io.netty5.buffer.api
Incubating Buffer API, as a proposed alternative to ByteBuf.
io.netty5.buffer.api.adaptor - package io.netty5.buffer.api.adaptor
Helpers for integrating with the existing ByteBuf API.
io.netty5.buffer.api.bytebuffer - package io.netty5.buffer.api.bytebuffer
Safe ByteBuffer based implementation.
io.netty5.buffer.api.internal - package io.netty5.buffer.api.internal
Internal implementation details that can be shared among Buffer implementations.
io.netty5.buffer.api.pool - package io.netty5.buffer.api.pool
A pooling BufferAllocator implementation based on jemalloc.
io.netty5.buffer.api.unsafe - package io.netty5.buffer.api.unsafe
A Buffer implementation that is based on sun.misc.Unsafe.
io.netty5.buffer.search - package io.netty5.buffer.search
Utility classes for performing efficient substring search within ByteBuf.
ioBuffer() - Method in class io.netty5.buffer.AbstractByteBufAllocator
 
ioBuffer() - Method in class io.netty5.buffer.api.adaptor.ByteBufAllocatorAdaptor
 
ioBuffer() - Method in interface io.netty5.buffer.ByteBufAllocator
Allocate a ByteBuf, preferably a direct buffer which is suitable for I/O.
ioBuffer(int) - Method in class io.netty5.buffer.AbstractByteBufAllocator
 
ioBuffer(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAllocatorAdaptor
 
ioBuffer(int) - Method in interface io.netty5.buffer.ByteBufAllocator
Allocate a ByteBuf, preferably a direct buffer which is suitable for I/O.
ioBuffer(int, int) - Method in class io.netty5.buffer.AbstractByteBufAllocator
 
ioBuffer(int, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAllocatorAdaptor
 
ioBuffer(int, int) - Method in interface io.netty5.buffer.ByteBufAllocator
Allocate a ByteBuf, preferably a direct buffer which is suitable for I/O.
isAccessible() - Method in class io.netty5.buffer.api.BufferHolder
 
isAccessible() - Method in class io.netty5.buffer.api.BufferStub
 
isAccessible() - Method in class io.netty5.buffer.api.internal.ResourceSupport
 
isAccessible() - Method in interface io.netty5.buffer.api.Resource
Check if this object is accessible.
isAccessible(ByteBuf) - Static method in class io.netty5.buffer.ByteBufUtil
 
isClosed() - Method in class io.netty5.buffer.api.adaptor.ByteBufAllocatorAdaptor
 
isComposite(Buffer) - Static method in interface io.netty5.buffer.api.CompositeBuffer
Check if the given buffer is a composite buffer or not.
isContiguous() - Method in class io.netty5.buffer.AbstractDerivedByteBuf
Deprecated.
 
isContiguous() - Method in class io.netty5.buffer.ByteBuf
Returns true if this ByteBuf implementation is backed by a single memory region.
isContiguous() - Method in class io.netty5.buffer.EmptyByteBuf
 
isContiguous() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
isContiguous() - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
isContiguous() - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
isDirect() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
isDirect() - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
isDirect() - Method in interface io.netty5.buffer.api.Buffer
Queries if this buffer is backed by native memory, or not.
isDirect() - Method in class io.netty5.buffer.api.BufferStub
 
isDirect() - Method in class io.netty5.buffer.ByteBuf
Returns true if and only if this buffer is backed by an NIO direct buffer.
isDirect() - Method in class io.netty5.buffer.CompositeByteBuf
 
isDirect() - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
isDirect() - Method in class io.netty5.buffer.EmptyByteBuf
 
isDirect() - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
isDirect() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
isDirect() - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
isDirect() - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
isDirectBufferPooled() - Method in class io.netty5.buffer.api.adaptor.ByteBufAllocatorAdaptor
 
isDirectBufferPooled() - Method in class io.netty5.buffer.api.pool.PooledBufferAllocator
 
isDirectBufferPooled() - Method in interface io.netty5.buffer.ByteBufAllocator
Returns true if direct ByteBuf's are pooled
isDirectBufferPooled() - Method in class io.netty5.buffer.PooledByteBufAllocator
 
isDirectBufferPooled() - Method in class io.netty5.buffer.UnpooledByteBufAllocator
 
isDirectMemoryCacheAlignmentSupported() - Static method in class io.netty5.buffer.api.pool.PooledBufferAllocator
Return true if direct memory cache alignment is supported, false otherwise.
isDirectMemoryCacheAlignmentSupported() - Static method in class io.netty5.buffer.PooledByteBufAllocator
Return true if direct memory cache alignment is supported, false otherwise.
isOwned() - Method in class io.netty5.buffer.api.internal.ResourceSupport
Query if this object is in an "owned" state, which means no other references have been acquired to it.
isOwned(ResourceSupport<?, ?>) - Static method in interface io.netty5.buffer.api.internal.Statics
 
isPooling() - Method in interface io.netty5.buffer.api.BufferAllocator
Determine if this allocator is pooling and reusing its allocated memory.
isPooling() - Method in class io.netty5.buffer.api.pool.PooledBufferAllocator
 
isReadable() - Method in class io.netty5.buffer.AbstractByteBuf
 
isReadable() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
isReadable() - Method in class io.netty5.buffer.ByteBuf
Returns true if and only if ByteBuf.readableBytes() is greater than 0.
isReadable() - Method in class io.netty5.buffer.EmptyByteBuf
 
isReadable() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
isReadable(int) - Method in class io.netty5.buffer.AbstractByteBuf
 
isReadable(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
isReadable(int) - Method in class io.netty5.buffer.ByteBuf
Returns true if and only if this buffer contains equal to or more than the specified number of elements.
isReadable(int) - Method in class io.netty5.buffer.EmptyByteBuf
 
isReadable(int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
isReadOnly() - Method in class io.netty5.buffer.AbstractByteBuf
 
isReadOnly() - Method in class io.netty5.buffer.AbstractDerivedByteBuf
Deprecated.
 
isReadOnly() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
isReadOnly() - Method in class io.netty5.buffer.ByteBuf
Returns true if and only if this buffer is read-only.
isReadOnly() - Method in class io.netty5.buffer.EmptyByteBuf
 
isReadOnly() - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
isReadOnly() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
isSendOf(Class<?>, Object) - Static method in interface io.netty5.buffer.api.Send
Determine if the given candidate object is an instance of a Send from which an object of the given type can be received.
isText(ByteBuf, int, int, Charset) - Static method in class io.netty5.buffer.ByteBufUtil
Returns true if the specified ByteBuf starting at index with length is valid text using the given Charset, otherwise return false.
isText(ByteBuf, Charset) - Static method in class io.netty5.buffer.ByteBufUtil
Returns true if the given ByteBuf is valid text using the given Charset, otherwise return false.
isWritable() - Method in class io.netty5.buffer.AbstractByteBuf
 
isWritable() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
isWritable() - Method in class io.netty5.buffer.ByteBuf
Returns true if and only if ByteBuf.writableBytes() is greater than 0.
isWritable() - Method in class io.netty5.buffer.EmptyByteBuf
 
isWritable() - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
isWritable() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
isWritable(int) - Method in class io.netty5.buffer.AbstractByteBuf
 
isWritable(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
isWritable(int) - Method in class io.netty5.buffer.ByteBuf
Returns true if and only if this buffer has enough room to allow writing the specified number of elements.
isWritable(int) - Method in class io.netty5.buffer.EmptyByteBuf
 
isWritable(int) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
isWritable(int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
iterator() - Method in class io.netty5.buffer.CompositeByteBuf
 

K

KmpSearchProcessorFactory - Class in io.netty5.buffer.search
Implements Knuth-Morris-Pratt string search algorithm.
KmpSearchProcessorFactory.Processor - Class in io.netty5.buffer.search
 

L

LeakDetection - Class in io.netty5.buffer.api.internal
Utility class for the leak detection parts that are static and shared system-wide.
LeakInfo - Interface in io.netty5.buffer.api
Information about a resource leak that happened.
LeakInfo.TracePoint - Interface in io.netty5.buffer.api
A moment in the life of the leaked object, for which some information was recorded.
LifecycleTracer - Class in io.netty5.buffer.api.internal
Instances of this class record life cycle events of resources, to help debug life-cycle errors.
LifecycleTracer() - Constructor for class io.netty5.buffer.api.internal.LifecycleTracer
 
LITTLE_ENDIAN - Static variable in class io.netty5.buffer.Unpooled
Little endian byte order.
LoggingLeakCallback - Class in io.netty5.buffer.api
The LoggingLeakCallback can be installed to enable logging output when a leak is detected.
lookupImplementation(String) - Static method in interface io.netty5.buffer.api.MemoryManager
Find a MemoryManager implementation by its implementation name.

M

makeInaccessible() - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
makeInaccessible() - Method in class io.netty5.buffer.api.internal.ResourceSupport
Called when this resource needs to be considered inaccessible.
makeReadOnly() - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
makeReadOnly() - Method in interface io.netty5.buffer.api.Buffer
Makes this buffer read-only.
makeReadOnly() - Method in class io.netty5.buffer.api.BufferStub
 
makeReadOnly() - Method in interface io.netty5.buffer.api.CompositeBuffer
 
map(Class<R>, Function<T, R>) - Method in interface io.netty5.buffer.api.Send
Apply a mapping function to the object being sent.
mark(int) - Method in class io.netty5.buffer.BufferInputStream
 
mark(int) - Method in class io.netty5.buffer.ByteBufInputStream
 
markSupported() - Method in class io.netty5.buffer.BufferInputStream
 
markSupported() - Method in class io.netty5.buffer.ByteBufInputStream
 
maxCapacity() - Method in class io.netty5.buffer.AbstractByteBuf
 
maxCapacity() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
maxCapacity() - Method in class io.netty5.buffer.ByteBuf
Returns the maximum allowed capacity of this buffer.
maxCapacity() - Method in class io.netty5.buffer.EmptyByteBuf
 
maxCapacity() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
maxCapacity(int) - Method in class io.netty5.buffer.AbstractByteBuf
 
maxFastWritableBytes() - Method in class io.netty5.buffer.ByteBuf
Returns the maximum number of bytes which can be written for certain without involving an internal reallocation or data-copy.
maxFastWritableBytes() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
maxNumComponents() - Method in class io.netty5.buffer.CompositeByteBuf
Return the max number of ByteBuf's that are composed in this instance
maxNumElements() - Method in interface io.netty5.buffer.api.pool.PoolSubpageMetric
Return the number of maximal elements that can be allocated out of the sub-page.
maxNumElements() - Method in interface io.netty5.buffer.PoolSubpageMetric
Return the number of maximal elements that can be allocated out of the sub-page.
maxUsage() - Method in interface io.netty5.buffer.api.pool.PoolChunkListMetric
Return the maximum usage of the chunk list after which chunks are promoted to the next list.
maxUsage() - Method in interface io.netty5.buffer.PoolChunkListMetric
Return the maximum usage of the chunk list after which chunks are promoted to the next list.
maxWritableBytes() - Method in class io.netty5.buffer.AbstractByteBuf
 
maxWritableBytes() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
maxWritableBytes() - Method in class io.netty5.buffer.ByteBuf
Returns the maximum possible number of writable bytes, which is logically equivalent to (this.maxCapacity - this.writerIndex), but maybe overridden to accommodate specialized behavior (e.g. read only).
maxWritableBytes() - Method in class io.netty5.buffer.EmptyByteBuf
 
maxWritableBytes() - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
maxWritableBytes() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
MEM_USAGE_NATIVE - Static variable in interface io.netty5.buffer.api.internal.Statics
 
memory() - Method in interface io.netty5.buffer.api.pool.UntetheredMemory
Produces the recoverable memory object associated with this piece of untethered memory.
memoryAddress() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
memoryAddress() - Method in class io.netty5.buffer.ByteBuf
Returns the low-level memory address that point to the first byte of ths backing data.
memoryAddress() - Method in class io.netty5.buffer.CompositeByteBuf
 
memoryAddress() - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
memoryAddress() - Method in class io.netty5.buffer.EmptyByteBuf
 
memoryAddress() - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
memoryAddress() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
memoryAddress() - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
memoryAddress() - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
memoryAddress() - Method in class io.netty5.buffer.UnpooledUnsafeDirectByteBuf
 
MemoryManager - Interface in io.netty5.buffer.api
The choice of MemoryManager implementation also determines the choice of Buffer implementation.
MemoryManagerLoader - Class in io.netty5.buffer.api.internal
 
MemoryManagerOverride - Class in io.netty5.buffer.api.internal
 
metric() - Method in interface io.netty5.buffer.api.pool.BufferAllocatorMetricProvider
metric() - Method in class io.netty5.buffer.api.pool.PooledBufferAllocator
 
metric() - Method in interface io.netty5.buffer.ByteBufAllocatorMetricProvider
metric() - Method in class io.netty5.buffer.PooledByteBufAllocator
 
metric() - Method in class io.netty5.buffer.UnpooledByteBufAllocator
 
minUsage() - Method in interface io.netty5.buffer.api.pool.PoolChunkListMetric
Return the minimum usage of the chunk list before which chunks are promoted to the previous list.
minUsage() - Method in interface io.netty5.buffer.PoolChunkListMetric
Return the minimum usage of the chunk list before which chunks are promoted to the previous list.
MultiSearchProcessor - Interface in io.netty5.buffer.search
Interface for SearchProcessor that implements simultaneous search for multiple strings.
MultiSearchProcessorFactory - Interface in io.netty5.buffer.search
 

N

nativeAddressOfDirectByteBuffer(ByteBuffer) - Static method in interface io.netty5.buffer.api.internal.Statics
 
nativeAddressWithOffset(long, int) - Static method in interface io.netty5.buffer.api.internal.Statics
Compute an offset into a native address.
newAhoCorasicSearchProcessorFactory(byte[]...) - Static method in class io.netty5.buffer.search.AbstractMultiSearchProcessorFactory
Creates a MultiSearchProcessorFactory based on Aho–Corasick string search algorithm.
newBitapSearchProcessorFactory(byte[]) - Static method in class io.netty5.buffer.search.AbstractSearchProcessorFactory
Creates a SearchProcessorFactory based on Bitap string search algorithm.
newDirectBuffer(int, int) - Method in class io.netty5.buffer.AbstractByteBufAllocator
Create a direct ByteBuf with the given initialCapacity and maxCapacity.
newDirectBuffer(int, int) - Method in class io.netty5.buffer.PooledByteBufAllocator
 
newDirectBuffer(int, int) - Method in class io.netty5.buffer.UnpooledByteBufAllocator
 
newHeapBuffer(int, int) - Method in class io.netty5.buffer.AbstractByteBufAllocator
Create a heap ByteBuf with the given initialCapacity and maxCapacity.
newHeapBuffer(int, int) - Method in class io.netty5.buffer.PooledByteBufAllocator
 
newHeapBuffer(int, int) - Method in class io.netty5.buffer.UnpooledByteBufAllocator
 
newKmpSearchProcessorFactory(byte[]) - Static method in class io.netty5.buffer.search.AbstractSearchProcessorFactory
Creates a SearchProcessorFactory based on Knuth-Morris-Pratt string search algorithm.
newSearchProcessor() - Method in class io.netty5.buffer.search.AhoCorasicSearchProcessorFactory
newSearchProcessor() - Method in class io.netty5.buffer.search.BitapSearchProcessorFactory
newSearchProcessor() - Method in class io.netty5.buffer.search.KmpSearchProcessorFactory
newSearchProcessor() - Method in interface io.netty5.buffer.search.MultiSearchProcessorFactory
Returns a new MultiSearchProcessor.
newSearchProcessor() - Method in interface io.netty5.buffer.search.SearchProcessorFactory
Returns a new SearchProcessor.
newSwappedByteBuf() - Method in class io.netty5.buffer.AbstractByteBuf
Creates a new SwappedByteBuf for this ByteBuf instance.
newSwappedByteBuf() - Method in class io.netty5.buffer.UnpooledUnsafeDirectByteBuf
 
newSwappedByteBuf() - Method in class io.netty5.buffer.UnpooledUnsafeHeapByteBuf
Deprecated.
nioBuffer() - Method in class io.netty5.buffer.AbstractByteBuf
 
nioBuffer() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
nioBuffer() - Method in class io.netty5.buffer.ByteBuf
Exposes this buffer's readable bytes as an NIO ByteBuffer.
nioBuffer() - Method in class io.netty5.buffer.EmptyByteBuf
 
nioBuffer() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
nioBuffer(int, int) - Method in class io.netty5.buffer.AbstractDerivedByteBuf
Deprecated.
 
nioBuffer(int, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
nioBuffer(int, int) - Method in class io.netty5.buffer.ByteBuf
Exposes this buffer's sub-region as an NIO ByteBuffer.
nioBuffer(int, int) - Method in class io.netty5.buffer.CompositeByteBuf
 
nioBuffer(int, int) - Method in class io.netty5.buffer.EmptyByteBuf
 
nioBuffer(int, int) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
nioBuffer(int, int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
nioBuffer(int, int) - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
nioBuffer(int, int) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
nioBufferCount() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
nioBufferCount() - Method in class io.netty5.buffer.ByteBuf
Returns the maximum number of NIO ByteBuffers that consist this buffer.
nioBufferCount() - Method in class io.netty5.buffer.CompositeByteBuf
 
nioBufferCount() - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
nioBufferCount() - Method in class io.netty5.buffer.EmptyByteBuf
 
nioBufferCount() - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
nioBufferCount() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
nioBufferCount() - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
nioBufferCount() - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
nioBuffers() - Method in class io.netty5.buffer.AbstractByteBuf
 
nioBuffers() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
nioBuffers() - Method in class io.netty5.buffer.ByteBuf
Exposes this buffer's readable bytes as an NIO ByteBuffer's.
nioBuffers() - Method in class io.netty5.buffer.CompositeByteBuf
 
nioBuffers() - Method in class io.netty5.buffer.EmptyByteBuf
 
nioBuffers() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
nioBuffers(int, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
nioBuffers(int, int) - Method in class io.netty5.buffer.ByteBuf
Exposes this buffer's bytes as an NIO ByteBuffer's for the specified index and length The returned buffer either share or contains the copied content of this buffer, while changing the position and limit of the returned NIO buffer does not affect the indexes of this buffer.
nioBuffers(int, int) - Method in class io.netty5.buffer.CompositeByteBuf
 
nioBuffers(int, int) - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
nioBuffers(int, int) - Method in class io.netty5.buffer.EmptyByteBuf
 
nioBuffers(int, int) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
nioBuffers(int, int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
nioBuffers(int, int) - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
nioBuffers(int, int) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
NO_OP_DROP - Static variable in interface io.netty5.buffer.api.internal.Statics
 
normalCacheSize() - Method in interface io.netty5.buffer.api.pool.BufferAllocatorMetric
Return the size of the normal cache.
normalCacheSize() - Method in class io.netty5.buffer.PooledByteBufAllocator
normalCacheSize() - Method in class io.netty5.buffer.PooledByteBufAllocatorMetric
Return the size of the normal cache.
normalizeSize(int) - Method in interface io.netty5.buffer.api.pool.SizeClassesMetric
Normalizes usable size that would result from allocating an object with the specified size and alignment.
normalizeSize(int) - Method in interface io.netty5.buffer.SizeClassesMetric
Normalizes usable size that would result from allocating an object with the specified size and alignment.
notSendableException() - Method in class io.netty5.buffer.api.internal.ResourceSupport
Create an IllegalStateException with a custom message, tailored to this particular Resource instance, for when the object cannot be sent for some reason.
numActiveAllocations() - Method in interface io.netty5.buffer.api.pool.PoolArenaMetric
Return the number of currently active allocations.
numActiveAllocations() - Method in interface io.netty5.buffer.PoolArenaMetric
Return the number of currently active allocations.
numActiveBytes() - Method in interface io.netty5.buffer.api.pool.PoolArenaMetric
Return the number of active bytes that are currently allocated by the arena.
numActiveBytes() - Method in interface io.netty5.buffer.PoolArenaMetric
Return the number of active bytes that are currently allocated by the arena.
numActiveHugeAllocations() - Method in interface io.netty5.buffer.api.pool.PoolArenaMetric
Return the number of currently active huge allocations.
numActiveHugeAllocations() - Method in interface io.netty5.buffer.PoolArenaMetric
Return the number of currently active huge allocations.
numActiveNormalAllocations() - Method in interface io.netty5.buffer.api.pool.PoolArenaMetric
Return the number of currently active normal allocations.
numActiveNormalAllocations() - Method in interface io.netty5.buffer.PoolArenaMetric
Return the number of currently active normal allocations.
numActiveSmallAllocations() - Method in interface io.netty5.buffer.api.pool.PoolArenaMetric
Return the number of currently active small allocations.
numActiveSmallAllocations() - Method in interface io.netty5.buffer.PoolArenaMetric
Return the number of currently active small allocations.
numActiveTinyAllocations() - Method in interface io.netty5.buffer.PoolArenaMetric
Deprecated.
Tiny allocations have been merged into small allocations.
numAllocations() - Method in interface io.netty5.buffer.api.pool.PoolArenaMetric
Return the number of allocations done via the arena.
numAllocations() - Method in interface io.netty5.buffer.PoolArenaMetric
Return the number of allocations done via the arena.
numArenas() - Method in interface io.netty5.buffer.api.pool.BufferAllocatorMetric
Return the number of arenas.
numArenas() - Method in class io.netty5.buffer.api.pool.PooledBufferAllocator
 
numAvailable() - Method in interface io.netty5.buffer.api.pool.PoolSubpageMetric
Return the number of available elements to be allocated.
numAvailable() - Method in interface io.netty5.buffer.PoolSubpageMetric
Return the number of available elements to be allocated.
numChunkLists() - Method in interface io.netty5.buffer.api.pool.PoolArenaMetric
Returns the number of chunk lists for the arena.
numChunkLists() - Method in interface io.netty5.buffer.PoolArenaMetric
Returns the number of chunk lists for the arena.
numComponents() - Method in class io.netty5.buffer.CompositeByteBuf
Return the current number of ByteBuf's that are composed in this instance
numDeallocations() - Method in interface io.netty5.buffer.api.pool.PoolArenaMetric
Return the number of deallocations done via the arena.
numDeallocations() - Method in interface io.netty5.buffer.PoolArenaMetric
Return the number of deallocations done via the arena.
numDirectArenas() - Method in class io.netty5.buffer.PooledByteBufAllocator
numDirectArenas() - Method in class io.netty5.buffer.PooledByteBufAllocatorMetric
Return the number of direct arenas.
numHeapArenas() - Method in class io.netty5.buffer.PooledByteBufAllocator
numHeapArenas() - Method in class io.netty5.buffer.PooledByteBufAllocatorMetric
Return the number of heap arenas.
numHugeAllocations() - Method in interface io.netty5.buffer.api.pool.PoolArenaMetric
Return the number of huge allocations done via the arena.
numHugeAllocations() - Method in interface io.netty5.buffer.PoolArenaMetric
Return the number of huge allocations done via the arena.
numHugeDeallocations() - Method in interface io.netty5.buffer.api.pool.PoolArenaMetric
Return the number of huge deallocations done via the arena.
numHugeDeallocations() - Method in interface io.netty5.buffer.PoolArenaMetric
Return the number of huge deallocations done via the arena.
numNormalAllocations() - Method in interface io.netty5.buffer.api.pool.PoolArenaMetric
Return the number of normal allocations done via the arena.
numNormalAllocations() - Method in interface io.netty5.buffer.PoolArenaMetric
Return the number of normal allocations done via the arena.
numNormalDeallocations() - Method in interface io.netty5.buffer.api.pool.PoolArenaMetric
Return the number of normal deallocations done via the arena.
numNormalDeallocations() - Method in interface io.netty5.buffer.PoolArenaMetric
Return the number of normal deallocations done via the arena.
numSmallAllocations() - Method in interface io.netty5.buffer.api.pool.PoolArenaMetric
Return the number of small allocations done via the arena.
numSmallAllocations() - Method in interface io.netty5.buffer.PoolArenaMetric
Return the number of small allocations done via the arena.
numSmallDeallocations() - Method in interface io.netty5.buffer.api.pool.PoolArenaMetric
Return the number of small deallocations done via the arena.
numSmallDeallocations() - Method in interface io.netty5.buffer.PoolArenaMetric
Return the number of small deallocations done via the arena.
numSmallSubpages() - Method in interface io.netty5.buffer.api.pool.PoolArenaMetric
Returns the number of small sub-pages for the arena.
numSmallSubpages() - Method in interface io.netty5.buffer.PoolArenaMetric
Returns the number of small sub-pages for the arena.
numThreadCaches() - Method in interface io.netty5.buffer.api.pool.PoolArenaMetric
Returns the number of thread caches backed by this arena.
numThreadCaches() - Method in interface io.netty5.buffer.PoolArenaMetric
Returns the number of thread caches backed by this arena.
numThreadLocalCaches() - Method in interface io.netty5.buffer.api.pool.BufferAllocatorMetric
Return the number of thread local caches used by this PooledBufferAllocator.
numThreadLocalCaches() - Method in class io.netty5.buffer.PooledByteBufAllocator
numThreadLocalCaches() - Method in class io.netty5.buffer.PooledByteBufAllocatorMetric
Return the number of thread local caches used by this PooledByteBufAllocator.
numTinyAllocations() - Method in interface io.netty5.buffer.PoolArenaMetric
Deprecated.
Tiny allocations have been merged into small allocations.
numTinyDeallocations() - Method in interface io.netty5.buffer.PoolArenaMetric
Deprecated.
Tiny deallocations have been merged into small deallocations.
numTinySubpages() - Method in interface io.netty5.buffer.PoolArenaMetric
Deprecated.
Tiny sub-pages have been merged into small sub-pages.

O

objectDescription() - Method in interface io.netty5.buffer.api.LeakInfo
A human-readable description of the object that leaked.
OFF_HEAP - io.netty5.buffer.api.StandardAllocationTypes
The allocation should use native (non-heap) memory.
offHeapAllocator() - Static method in class io.netty5.buffer.api.DefaultBufferAllocators
Get the shared off-heap allocator.
offHeapPooled() - Static method in interface io.netty5.buffer.api.BufferAllocator
Produces a pooling BufferAllocator that allocates and recycles off-heap buffers.
offHeapUnpooled() - Static method in interface io.netty5.buffer.api.BufferAllocator
Produces a BufferAllocator that allocates unpooled, off-heap buffers.
ON_HEAP - io.netty5.buffer.api.StandardAllocationTypes
The allocation should use Java heap memory.
onHeapAllocator() - Static method in class io.netty5.buffer.api.DefaultBufferAllocators
Get the shared on-heap allocator.
onHeapPooled() - Static method in interface io.netty5.buffer.api.BufferAllocator
Produces a pooling BufferAllocator that allocates and recycles on-heap buffers.
onHeapUnpooled() - Static method in interface io.netty5.buffer.api.BufferAllocator
Produces a BufferAllocator that allocates unpooled, on-heap buffers.
onLeakDetected(Consumer<LeakInfo>) - Static method in class io.netty5.buffer.api.internal.LeakDetection
onLeakDetected(Consumer<LeakInfo>) - Static method in interface io.netty5.buffer.api.MemoryManager
Register a callback that will be called whenever a Buffer instance is leaked.
openCursor() - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
openCursor() - Method in interface io.netty5.buffer.api.Buffer
Opens a cursor to iterate the readable bytes of this buffer.
openCursor() - Method in class io.netty5.buffer.api.BufferStub
 
openCursor() - Method in interface io.netty5.buffer.api.ReadableComponent
Open a cursor to iterate the readable bytes of this component.
openCursor(int, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
openCursor(int, int) - Method in interface io.netty5.buffer.api.Buffer
Opens a cursor to iterate the given number bytes of this buffer, starting at the given offset.
openCursor(int, int) - Method in class io.netty5.buffer.api.BufferStub
 
openReverseCursor() - Method in interface io.netty5.buffer.api.Buffer
Opens a cursor to iterate the readable bytes of this buffer, in reverse.
openReverseCursor() - Method in class io.netty5.buffer.api.BufferStub
 
openReverseCursor(int, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
openReverseCursor(int, int) - Method in interface io.netty5.buffer.api.Buffer
Opens a cursor to iterate the given number bytes of this buffer, in reverse, starting at the given offset.
openReverseCursor(int, int) - Method in class io.netty5.buffer.api.BufferStub
 
order() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
order() - Method in class io.netty5.buffer.ByteBuf
Deprecated.
use the Little Endian accessors, e.g. getShortLE, getIntLE instead of creating a buffer with swapped endianness.
order() - Method in class io.netty5.buffer.CompositeByteBuf
 
order() - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
order() - Method in class io.netty5.buffer.EmptyByteBuf
 
order() - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
order() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
order() - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
order() - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
order(ByteOrder) - Method in class io.netty5.buffer.AbstractByteBuf
 
order(ByteOrder) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
order(ByteOrder) - Method in class io.netty5.buffer.ByteBuf
Deprecated.
use the Little Endian accessors, e.g. getShortLE, getIntLE instead of creating a buffer with swapped endianness.
order(ByteOrder) - Method in class io.netty5.buffer.EmptyByteBuf
 
order(ByteOrder) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
Owned<T> - Interface in io.netty5.buffer.api
This interface encapsulates the ownership of a Resource, and exposes a method that may be used to transfer this ownership to the specified recipient thread.

P

pageIdx2size(int) - Method in interface io.netty5.buffer.api.pool.SizeClassesMetric
Computes size from lookup table according to pageIdx.
pageIdx2size(int) - Method in interface io.netty5.buffer.SizeClassesMetric
Computes size from lookup table according to pageIdx.
pageIdx2sizeCompute(int) - Method in interface io.netty5.buffer.api.pool.SizeClassesMetric
Computes size according to pageIdx.
pageIdx2sizeCompute(int) - Method in interface io.netty5.buffer.SizeClassesMetric
Computes size according to pageIdx.
pages2pageIdx(int) - Method in interface io.netty5.buffer.api.pool.SizeClassesMetric
Normalizes request size up to the nearest pageSize class.
pages2pageIdx(int) - Method in interface io.netty5.buffer.SizeClassesMetric
Normalizes request size up to the nearest pageSize class.
pages2pageIdxFloor(int) - Method in interface io.netty5.buffer.api.pool.SizeClassesMetric
Normalizes request size down to the nearest pageSize class.
pages2pageIdxFloor(int) - Method in interface io.netty5.buffer.SizeClassesMetric
Normalizes request size down to the nearest pageSize class.
pageSize() - Method in interface io.netty5.buffer.api.pool.PoolSubpageMetric
Return the page size (in bytes) of this page.
pageSize() - Method in interface io.netty5.buffer.PoolSubpageMetric
Return the page size (in bytes) of this page.
pinnedDirectMemory() - Method in class io.netty5.buffer.PooledByteBufAllocator
Returns the number of bytes of direct memory that is currently pinned to direct buffers allocated by a ByteBufAllocator, or -1 if unknown.
pinnedHeapMemory() - Method in class io.netty5.buffer.PooledByteBufAllocator
Returns the number of bytes of heap memory that is currently pinned to heap buffers allocated by a ByteBufAllocator, or -1 if unknown.
PoolArenaMetric - Interface in io.netty5.buffer.api.pool
Expose metrics for an arena.
PoolArenaMetric - Interface in io.netty5.buffer
Expose metrics for an arena.
PoolChunkListMetric - Interface in io.netty5.buffer.api.pool
Metrics for a list of chunks.
PoolChunkListMetric - Interface in io.netty5.buffer
Metrics for a list of chunks.
PoolChunkMetric - Interface in io.netty5.buffer.api.pool
Metrics for a chunk.
PoolChunkMetric - Interface in io.netty5.buffer
Metrics for a chunk.
PooledBufferAllocator - Class in io.netty5.buffer.api.pool
 
PooledBufferAllocator(MemoryManager, boolean) - Constructor for class io.netty5.buffer.api.pool.PooledBufferAllocator
 
PooledBufferAllocator(MemoryManager, boolean, int, int, int) - Constructor for class io.netty5.buffer.api.pool.PooledBufferAllocator
 
PooledBufferAllocator(MemoryManager, boolean, int, int, int, int, int, boolean) - Constructor for class io.netty5.buffer.api.pool.PooledBufferAllocator
 
PooledBufferAllocator(MemoryManager, boolean, int, int, int, int, int, boolean, int) - Constructor for class io.netty5.buffer.api.pool.PooledBufferAllocator
 
PooledByteBufAllocator - Class in io.netty5.buffer
 
PooledByteBufAllocator() - Constructor for class io.netty5.buffer.PooledByteBufAllocator
 
PooledByteBufAllocator(boolean) - Constructor for class io.netty5.buffer.PooledByteBufAllocator
 
PooledByteBufAllocator(boolean, int, int, int, int) - Constructor for class io.netty5.buffer.PooledByteBufAllocator
PooledByteBufAllocator(boolean, int, int, int, int, int, int, boolean) - Constructor for class io.netty5.buffer.PooledByteBufAllocator
 
PooledByteBufAllocator(boolean, int, int, int, int, int, int, boolean, int) - Constructor for class io.netty5.buffer.PooledByteBufAllocator
 
PooledByteBufAllocator(boolean, int, int, int, int, int, int, int) - Constructor for class io.netty5.buffer.PooledByteBufAllocator
PooledByteBufAllocator(boolean, int, int, int, int, int, int, int, boolean) - Constructor for class io.netty5.buffer.PooledByteBufAllocator
PooledByteBufAllocator(boolean, int, int, int, int, int, int, int, boolean, int) - Constructor for class io.netty5.buffer.PooledByteBufAllocator
PooledByteBufAllocator(int, int, int, int) - Constructor for class io.netty5.buffer.PooledByteBufAllocator
 
PooledByteBufAllocatorMetric - Class in io.netty5.buffer
Exposed metric for PooledByteBufAllocator.
PoolSubpageMetric - Interface in io.netty5.buffer.api.pool
Metrics for a sub-page.
PoolSubpageMetric - Interface in io.netty5.buffer
Metrics for a sub-page.
preferredAllocator() - Static method in class io.netty5.buffer.api.DefaultBufferAllocators
Get the preferred, shared allocator.
prepareSend() - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
prepareSend() - Method in class io.netty5.buffer.api.internal.ResourceSupport
Prepare this instance for ownership transfer.
prettyHexDump(ByteBuf) - Static method in class io.netty5.buffer.ByteBufUtil
Returns a multi-line hexadecimal dump of the specified ByteBuf that is easy to read by humans.
prettyHexDump(ByteBuf, int, int) - Static method in class io.netty5.buffer.ByteBufUtil
Returns a multi-line hexadecimal dump of the specified ByteBuf that is easy to read by humans, starting at the given offset using the given length.
process(byte) - Method in class io.netty5.buffer.search.AhoCorasicSearchProcessorFactory.Processor
 
process(byte) - Method in class io.netty5.buffer.search.BitapSearchProcessorFactory.Processor
 
process(byte) - Method in class io.netty5.buffer.search.KmpSearchProcessorFactory.Processor
 
process(int, ReadableComponent) - Method in interface io.netty5.buffer.api.ReadableComponentProcessor
Process the given component at the given index in the iteration.
process(int, WritableComponent) - Method in interface io.netty5.buffer.api.WritableComponentProcessor
Process the given component at the given index in the Buffer.forEachWritable(int, WritableComponentProcessor) iteration}.
process(ByteProcessor) - Method in interface io.netty5.buffer.api.ByteCursor
Process the remaining bytes in this iterator with the given ByteProcessor.

R

read() - Method in class io.netty5.buffer.BufferInputStream
 
read() - Method in class io.netty5.buffer.ByteBufInputStream
 
read(byte[], int, int) - Method in class io.netty5.buffer.BufferInputStream
 
read(byte[], int, int) - Method in class io.netty5.buffer.ByteBufInputStream
 
readableArray() - Method in interface io.netty5.buffer.api.ReadableComponent
Get a byte array of the contents of this component.
readableArrayLength() - Method in interface io.netty5.buffer.api.ReadableComponent
The number of bytes in the ReadableComponent.readableArray() that belong to this component.
readableArrayOffset() - Method in interface io.netty5.buffer.api.ReadableComponent
An offset into the ReadableComponent.readableArray() where this component starts.
readableBuffer() - Method in interface io.netty5.buffer.api.ReadableComponent
Get a ByteBuffer instance for this memory component.
readableBytes() - Method in class io.netty5.buffer.AbstractByteBuf
 
readableBytes() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
readableBytes() - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
readableBytes() - Method in interface io.netty5.buffer.api.Buffer
Returns the number of readable bytes which is equal to (writerOffset() - readerOffset()).
readableBytes() - Method in class io.netty5.buffer.api.BufferStub
 
readableBytes() - Method in interface io.netty5.buffer.api.ReadableComponent
Get the number of readable bytes from this component.
readableBytes() - Method in class io.netty5.buffer.ByteBuf
Returns the number of readable bytes which is logically equivalent to (this.writerIndex - this.readerIndex), but maybe overridden to accommodate specialized behavior (e.g. write only).
readableBytes() - Method in class io.netty5.buffer.EmptyByteBuf
 
readableBytes() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
ReadableComponent - Interface in io.netty5.buffer.api
A view onto the buffer component being processed in a given iteration of Buffer.forEachReadable(int, ReadableComponentProcessor).
ReadableComponentProcessor<E extends Exception> - Interface in io.netty5.buffer.api
A processor of readable components.
readableNativeAddress() - Method in interface io.netty5.buffer.api.ReadableComponent
Give the native memory address backing this buffer, or return 0 if this buffer has no native memory address.
readBoolean() - Method in class io.netty5.buffer.AbstractByteBuf
 
readBoolean() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
readBoolean() - Method in class io.netty5.buffer.BufferInputStream
 
readBoolean() - Method in class io.netty5.buffer.ByteBuf
Gets a boolean at the current readerIndex and increases the readerIndex by 1 in this buffer.
readBoolean() - Method in class io.netty5.buffer.ByteBufInputStream
 
readBoolean() - Method in class io.netty5.buffer.EmptyByteBuf
 
readBoolean() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
readByte() - Method in class io.netty5.buffer.AbstractByteBuf
 
readByte() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
readByte() - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
readByte() - Method in interface io.netty5.buffer.api.BufferAccessor
Read the byte value at the current Buffer.readerOffset(), and increases the reader offset by Byte.BYTES.
readByte() - Method in class io.netty5.buffer.api.BufferStub
 
readByte() - Method in interface io.netty5.buffer.api.ByteCursor
Check if the iterator has at least one byte left, and if so, read that byte and move the cursor forward.
readByte() - Method in class io.netty5.buffer.BufferInputStream
 
readByte() - Method in class io.netty5.buffer.ByteBuf
Gets a byte at the current readerIndex and increases the readerIndex by 1 in this buffer.
readByte() - Method in class io.netty5.buffer.ByteBufInputStream
 
readByte() - Method in class io.netty5.buffer.EmptyByteBuf
 
readByte() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
readBytes() - Method in class io.netty5.buffer.BufferInputStream
Returns the number of read bytes by this stream so far.
readBytes() - Method in class io.netty5.buffer.ByteBufInputStream
Returns the number of read bytes by this stream so far.
readBytes(byte[]) - Method in class io.netty5.buffer.AbstractByteBuf
 
readBytes(byte[]) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
readBytes(byte[]) - Method in class io.netty5.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[]) - Method in class io.netty5.buffer.CompositeByteBuf
 
readBytes(byte[]) - Method in class io.netty5.buffer.EmptyByteBuf
 
readBytes(byte[]) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
readBytes(byte[], int, int) - Method in class io.netty5.buffer.AbstractByteBuf
 
readBytes(byte[], int, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
readBytes(byte[], int, int) - Method in interface io.netty5.buffer.api.Buffer
Read from this buffer, into the destination array, the given number of bytes.
readBytes(byte[], int, int) - Method in class io.netty5.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[], int, int) - Method in class io.netty5.buffer.CompositeByteBuf
 
readBytes(byte[], int, int) - Method in class io.netty5.buffer.EmptyByteBuf
 
readBytes(byte[], int, int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
readBytes(byte[], int, int) - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
readBytes(int) - Method in class io.netty5.buffer.AbstractByteBuf
 
readBytes(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
readBytes(int) - Method in class io.netty5.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(int) - Method in class io.netty5.buffer.EmptyByteBuf
 
readBytes(int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
readBytes(ByteBuf) - Method in class io.netty5.buffer.AbstractByteBuf
 
readBytes(ByteBuf) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
readBytes(ByteBuf) - Method in class io.netty5.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) - Method in class io.netty5.buffer.CompositeByteBuf
 
readBytes(ByteBuf) - Method in class io.netty5.buffer.EmptyByteBuf
 
readBytes(ByteBuf) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
readBytes(ByteBufAllocator, ByteBuf, int) - Static method in class io.netty5.buffer.ByteBufUtil
Read the given amount of bytes into a new ByteBuf that is allocated from the ByteBufAllocator.
readBytes(ByteBuf, int) - Method in class io.netty5.buffer.AbstractByteBuf
 
readBytes(ByteBuf, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
readBytes(ByteBuf, int) - Method in class io.netty5.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) - Method in class io.netty5.buffer.CompositeByteBuf
 
readBytes(ByteBuf, int) - Method in class io.netty5.buffer.EmptyByteBuf
 
readBytes(ByteBuf, int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
readBytes(ByteBuf, int, int) - Method in class io.netty5.buffer.AbstractByteBuf
 
readBytes(ByteBuf, int, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
readBytes(ByteBuf, int, int) - Method in class io.netty5.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 class io.netty5.buffer.CompositeByteBuf
 
readBytes(ByteBuf, int, int) - Method in class io.netty5.buffer.EmptyByteBuf
 
readBytes(ByteBuf, int, int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
readBytes(OutputStream, int) - Method in class io.netty5.buffer.AbstractByteBuf
 
readBytes(OutputStream, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
readBytes(OutputStream, int) - Method in class io.netty5.buffer.ByteBuf
Transfers this buffer's data to the specified stream starting at the current readerIndex.
readBytes(OutputStream, int) - Method in class io.netty5.buffer.CompositeByteBuf
 
readBytes(OutputStream, int) - Method in class io.netty5.buffer.EmptyByteBuf
 
readBytes(OutputStream, int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
readBytes(OutputStream, int) - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
readBytes(ByteBuffer) - Method in class io.netty5.buffer.AbstractByteBuf
 
readBytes(ByteBuffer) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
readBytes(ByteBuffer) - Method in class io.netty5.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(ByteBuffer) - Method in class io.netty5.buffer.CompositeByteBuf
 
readBytes(ByteBuffer) - Method in class io.netty5.buffer.EmptyByteBuf
 
readBytes(ByteBuffer) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
readBytes(ByteBuffer) - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
readBytes(FileChannel, long, int) - Method in class io.netty5.buffer.AbstractByteBuf
 
readBytes(FileChannel, long, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
readBytes(FileChannel, long, int) - Method in class io.netty5.buffer.ByteBuf
Transfers this buffer's data starting at the current readerIndex to the specified channel starting at the given file position.
readBytes(FileChannel, long, int) - Method in class io.netty5.buffer.EmptyByteBuf
 
readBytes(FileChannel, long, int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
readBytes(FileChannel, long, int) - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
readBytes(FileChannel, long, int) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
readBytes(GatheringByteChannel, int) - Method in class io.netty5.buffer.AbstractByteBuf
 
readBytes(GatheringByteChannel, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
readBytes(GatheringByteChannel, int) - Method in class io.netty5.buffer.ByteBuf
Transfers this buffer's data to the specified stream starting at the current readerIndex.
readBytes(GatheringByteChannel, int) - Method in class io.netty5.buffer.EmptyByteBuf
 
readBytes(GatheringByteChannel, int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
readBytes(GatheringByteChannel, int) - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
readBytes(GatheringByteChannel, int) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
readChar() - Method in class io.netty5.buffer.AbstractByteBuf
 
readChar() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
readChar() - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
readChar() - Method in interface io.netty5.buffer.api.BufferAccessor
Read the char value at the current Buffer.readerOffset(), and increases the reader offset by 2.
readChar() - Method in class io.netty5.buffer.api.BufferStub
 
readChar() - Method in class io.netty5.buffer.BufferInputStream
 
readChar() - Method in class io.netty5.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.netty5.buffer.ByteBufInputStream
 
readChar() - Method in class io.netty5.buffer.EmptyByteBuf
 
readChar() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
readCharSequence(int, Charset) - Method in class io.netty5.buffer.AbstractByteBuf
 
readCharSequence(int, Charset) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
readCharSequence(int, Charset) - Method in interface io.netty5.buffer.api.Buffer
Reads a CharSequence of the passed length using the passed Charset.
readCharSequence(int, Charset) - Method in class io.netty5.buffer.ByteBuf
Gets a CharSequence with the given length at the current readerIndex and increases the readerIndex by the given length.
readCharSequence(int, Charset) - Method in class io.netty5.buffer.EmptyByteBuf
 
readCharSequence(int, Charset) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
readCharSequence(Buffer, int, Charset) - Static method in interface io.netty5.buffer.api.internal.Statics
 
readDouble() - Method in class io.netty5.buffer.AbstractByteBuf
 
readDouble() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
readDouble() - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
readDouble() - Method in interface io.netty5.buffer.api.BufferAccessor
Read the double value at the current Buffer.readerOffset(), and increases the reader offset by Double.BYTES.
readDouble() - Method in class io.netty5.buffer.api.BufferStub
 
readDouble() - Method in class io.netty5.buffer.BufferInputStream
 
readDouble() - Method in class io.netty5.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.netty5.buffer.ByteBufInputStream
 
readDouble() - Method in class io.netty5.buffer.EmptyByteBuf
 
readDouble() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
readDoubleLE() - Method in class io.netty5.buffer.ByteBuf
Gets a 64-bit floating point number at the current readerIndex in Little Endian Byte Order and increases the readerIndex by 8 in this buffer.
readerIndex() - Method in class io.netty5.buffer.AbstractByteBuf
 
readerIndex() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
readerIndex() - Method in class io.netty5.buffer.ByteBuf
Returns the readerIndex of this buffer.
readerIndex() - Method in class io.netty5.buffer.EmptyByteBuf
 
readerIndex() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
readerIndex(int) - Method in class io.netty5.buffer.AbstractByteBuf
 
readerIndex(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
readerIndex(int) - Method in class io.netty5.buffer.ByteBuf
Sets the readerIndex of this buffer.
readerIndex(int) - Method in class io.netty5.buffer.CompositeByteBuf
 
readerIndex(int) - Method in class io.netty5.buffer.EmptyByteBuf
 
readerIndex(int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
readerOffset() - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
readerOffset() - Method in interface io.netty5.buffer.api.Buffer
Get the current reader offset.
readerOffset() - Method in class io.netty5.buffer.api.BufferStub
 
readerOffset(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
readerOffset(int) - Method in interface io.netty5.buffer.api.Buffer
Set the reader offset.
readerOffset(int) - Method in class io.netty5.buffer.api.BufferStub
 
readerOffset(int) - Method in interface io.netty5.buffer.api.CompositeBuffer
 
readFloat() - Method in class io.netty5.buffer.AbstractByteBuf
 
readFloat() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
readFloat() - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
readFloat() - Method in interface io.netty5.buffer.api.BufferAccessor
Read the float value at the current Buffer.readerOffset(), and increases the reader offset by Float.BYTES.
readFloat() - Method in class io.netty5.buffer.api.BufferStub
 
readFloat() - Method in class io.netty5.buffer.BufferInputStream
 
readFloat() - Method in class io.netty5.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.netty5.buffer.ByteBufInputStream
 
readFloat() - Method in class io.netty5.buffer.EmptyByteBuf
 
readFloat() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
readFloatLE() - Method in class io.netty5.buffer.ByteBuf
Gets a 32-bit floating point number at the current readerIndex in Little Endian Byte Order and increases the readerIndex by 4 in this buffer.
readFully(byte[]) - Method in class io.netty5.buffer.BufferInputStream
 
readFully(byte[]) - Method in class io.netty5.buffer.ByteBufInputStream
 
readFully(byte[], int, int) - Method in class io.netty5.buffer.BufferInputStream
 
readFully(byte[], int, int) - Method in class io.netty5.buffer.ByteBufInputStream
 
readInt() - Method in class io.netty5.buffer.AbstractByteBuf
 
readInt() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
readInt() - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
readInt() - Method in interface io.netty5.buffer.api.BufferAccessor
Read the int value at the current Buffer.readerOffset(), and increases the reader offset by Integer.BYTES.
readInt() - Method in class io.netty5.buffer.api.BufferStub
 
readInt() - Method in class io.netty5.buffer.BufferInputStream
 
readInt() - Method in class io.netty5.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.netty5.buffer.ByteBufInputStream
 
readInt() - Method in class io.netty5.buffer.EmptyByteBuf
 
readInt() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
readIntLE() - Method in class io.netty5.buffer.AbstractByteBuf
 
readIntLE() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
readIntLE() - Method in class io.netty5.buffer.ByteBuf
Gets a 32-bit integer at the current readerIndex in the Little Endian Byte Order and increases the readerIndex by 4 in this buffer.
readIntLE() - Method in class io.netty5.buffer.EmptyByteBuf
 
readIntLE() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
readLine() - Method in class io.netty5.buffer.BufferInputStream
 
readLine() - Method in class io.netty5.buffer.ByteBufInputStream
 
readLong() - Method in class io.netty5.buffer.AbstractByteBuf
 
readLong() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
readLong() - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
readLong() - Method in interface io.netty5.buffer.api.BufferAccessor
Read the long value at the current Buffer.readerOffset(), and increases the reader offset by Long.BYTES.
readLong() - Method in class io.netty5.buffer.api.BufferStub
 
readLong() - Method in class io.netty5.buffer.BufferInputStream
 
readLong() - Method in class io.netty5.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.netty5.buffer.ByteBufInputStream
 
readLong() - Method in class io.netty5.buffer.EmptyByteBuf
 
readLong() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
readLongLE() - Method in class io.netty5.buffer.AbstractByteBuf
 
readLongLE() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
readLongLE() - Method in class io.netty5.buffer.ByteBuf
Gets a 64-bit integer at the current readerIndex in the Little Endian Byte Order and increases the readerIndex by 8 in this buffer.
readLongLE() - Method in class io.netty5.buffer.EmptyByteBuf
 
readLongLE() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
readMedium() - Method in class io.netty5.buffer.AbstractByteBuf
 
readMedium() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
readMedium() - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
readMedium() - Method in interface io.netty5.buffer.api.BufferAccessor
Read the int value at the current Buffer.readerOffset(), and increases the reader offset by 3.
readMedium() - Method in class io.netty5.buffer.api.BufferStub
 
readMedium() - Method in class io.netty5.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.netty5.buffer.EmptyByteBuf
 
readMedium() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
readMediumLE() - Method in class io.netty5.buffer.AbstractByteBuf
 
readMediumLE() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
readMediumLE() - Method in class io.netty5.buffer.ByteBuf
Gets a 24-bit medium integer at the current readerIndex in the Little Endian Byte Order and increases the readerIndex by 3 in this buffer.
readMediumLE() - Method in class io.netty5.buffer.EmptyByteBuf
 
readMediumLE() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
readOnly() - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
readOnly() - Method in interface io.netty5.buffer.api.Buffer
Queries if this buffer is read-only or not.
readOnly() - Method in class io.netty5.buffer.api.BufferStub
 
ReadOnlyByteBuf - Class in io.netty5.buffer
Deprecated.
Do not use.
ReadOnlyByteBuf(ByteBuf) - Constructor for class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
readRetainedSlice(int) - Method in class io.netty5.buffer.AbstractByteBuf
 
readRetainedSlice(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
readRetainedSlice(int) - Method in class io.netty5.buffer.ByteBuf
Returns a new retained slice of this buffer's sub-region starting at the current readerIndex and increases the readerIndex by the size of the new slice (= length).
readRetainedSlice(int) - Method in class io.netty5.buffer.EmptyByteBuf
 
readRetainedSlice(int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
readShort() - Method in class io.netty5.buffer.AbstractByteBuf
 
readShort() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
readShort() - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
readShort() - Method in interface io.netty5.buffer.api.BufferAccessor
Read the short value at the current Buffer.readerOffset(), and increases the reader offset by Short.BYTES.
readShort() - Method in class io.netty5.buffer.api.BufferStub
 
readShort() - Method in class io.netty5.buffer.BufferInputStream
 
readShort() - Method in class io.netty5.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.netty5.buffer.ByteBufInputStream
 
readShort() - Method in class io.netty5.buffer.EmptyByteBuf
 
readShort() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
readShortLE() - Method in class io.netty5.buffer.AbstractByteBuf
 
readShortLE() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
readShortLE() - Method in class io.netty5.buffer.ByteBuf
Gets a 16-bit short integer at the current readerIndex in the Little Endian Byte Order and increases the readerIndex by 2 in this buffer.
readShortLE() - Method in class io.netty5.buffer.EmptyByteBuf
 
readShortLE() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
readSlice(int) - Method in class io.netty5.buffer.AbstractByteBuf
 
readSlice(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
readSlice(int) - Method in class io.netty5.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.netty5.buffer.EmptyByteBuf
 
readSlice(int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
readSplit(int) - Method in interface io.netty5.buffer.api.Buffer
Splits the buffer into two, at the offset from the current Buffer.readerOffset() reader offset} position.
readUnsignedByte() - Method in class io.netty5.buffer.AbstractByteBuf
 
readUnsignedByte() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
readUnsignedByte() - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
readUnsignedByte() - Method in interface io.netty5.buffer.api.BufferAccessor
Read the unsigned byte value at the current Buffer.readerOffset(), and increases the reader offset by Byte.BYTES.
readUnsignedByte() - Method in class io.netty5.buffer.api.BufferStub
 
readUnsignedByte() - Method in class io.netty5.buffer.BufferInputStream
 
readUnsignedByte() - Method in class io.netty5.buffer.ByteBuf
Gets an unsigned byte at the current readerIndex and increases the readerIndex by 1 in this buffer.
readUnsignedByte() - Method in class io.netty5.buffer.ByteBufInputStream
 
readUnsignedByte() - Method in class io.netty5.buffer.EmptyByteBuf
 
readUnsignedByte() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
readUnsignedInt() - Method in class io.netty5.buffer.AbstractByteBuf
 
readUnsignedInt() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
readUnsignedInt() - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
readUnsignedInt() - Method in interface io.netty5.buffer.api.BufferAccessor
Read the unsigned int value at the current Buffer.readerOffset(), and increases the reader offset by Integer.BYTES.
readUnsignedInt() - Method in class io.netty5.buffer.api.BufferStub
 
readUnsignedInt() - Method in class io.netty5.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.netty5.buffer.EmptyByteBuf
 
readUnsignedInt() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
readUnsignedIntLE() - Method in class io.netty5.buffer.AbstractByteBuf
 
readUnsignedIntLE() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
readUnsignedIntLE() - Method in class io.netty5.buffer.ByteBuf
Gets an unsigned 32-bit integer at the current readerIndex in the Little Endian Byte Order and increases the readerIndex by 4 in this buffer.
readUnsignedIntLE() - Method in class io.netty5.buffer.EmptyByteBuf
 
readUnsignedIntLE() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
readUnsignedMedium() - Method in class io.netty5.buffer.AbstractByteBuf
 
readUnsignedMedium() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
readUnsignedMedium() - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
readUnsignedMedium() - Method in interface io.netty5.buffer.api.BufferAccessor
Read the unsigned int value at the current Buffer.readerOffset(), and increases the reader offset by 3.
readUnsignedMedium() - Method in class io.netty5.buffer.api.BufferStub
 
readUnsignedMedium() - Method in class io.netty5.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.netty5.buffer.EmptyByteBuf
 
readUnsignedMedium() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
readUnsignedMediumLE() - Method in class io.netty5.buffer.AbstractByteBuf
 
readUnsignedMediumLE() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
readUnsignedMediumLE() - Method in class io.netty5.buffer.ByteBuf
Gets an unsigned 24-bit medium integer at the current readerIndex in the Little Endian Byte Order and increases the readerIndex by 3 in this buffer.
readUnsignedMediumLE() - Method in class io.netty5.buffer.EmptyByteBuf
 
readUnsignedMediumLE() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
readUnsignedShort() - Method in class io.netty5.buffer.AbstractByteBuf
 
readUnsignedShort() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
readUnsignedShort() - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
readUnsignedShort() - Method in interface io.netty5.buffer.api.BufferAccessor
Read the unsigned short value at the current Buffer.readerOffset(), and increases the reader offset by Short.BYTES.
readUnsignedShort() - Method in class io.netty5.buffer.api.BufferStub
 
readUnsignedShort() - Method in class io.netty5.buffer.BufferInputStream
 
readUnsignedShort() - Method in class io.netty5.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.netty5.buffer.ByteBufInputStream
 
readUnsignedShort() - Method in class io.netty5.buffer.EmptyByteBuf
 
readUnsignedShort() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
readUnsignedShortLE() - Method in class io.netty5.buffer.AbstractByteBuf
 
readUnsignedShortLE() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
readUnsignedShortLE() - Method in class io.netty5.buffer.ByteBuf
Gets an unsigned 16-bit short integer at the current readerIndex in the Little Endian Byte Order and increases the readerIndex by 2 in this buffer.
readUnsignedShortLE() - Method in class io.netty5.buffer.EmptyByteBuf
 
readUnsignedShortLE() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
readUTF() - Method in class io.netty5.buffer.BufferInputStream
 
readUTF() - Method in class io.netty5.buffer.ByteBufInputStream
 
receive() - Method in class io.netty5.buffer.api.internal.SendFromOwned
 
receive() - Method in class io.netty5.buffer.api.internal.SendFromSupplier
 
receive() - Method in interface io.netty5.buffer.api.Send
Receive the Resource instance being sent, and bind its ownership to the calling thread.
receive(Buffer) - Method in class io.netty5.buffer.api.BufferHolder
Called when a sent BufferHolder is received by the recipient.
receive(Buffer) - Method in class io.netty5.buffer.api.BufferRef
 
recoverMemory(AllocatorControl, Object, Drop<Buffer>) - Method in class io.netty5.buffer.api.adaptor.ByteBufMemoryManager
 
recoverMemory(AllocatorControl, Object, Drop<Buffer>) - Method in class io.netty5.buffer.api.bytebuffer.ByteBufferMemoryManager
 
recoverMemory(AllocatorControl, Object, Drop<Buffer>) - Method in interface io.netty5.buffer.api.MemoryManager
Recover the memory from a prior MemoryManager.unwrapRecoverableMemory(Buffer) call, and wrap it in a Buffer instance.
recoverMemory(AllocatorControl, Object, Drop<Buffer>) - Method in class io.netty5.buffer.api.unsafe.UnsafeMemoryManager
 
refCnt() - Method in class io.netty5.buffer.AbstractDerivedByteBuf
Deprecated.
 
refCnt() - Method in class io.netty5.buffer.AbstractReferenceCountedByteBuf
 
refCnt() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
refCnt() - Method in class io.netty5.buffer.api.internal.AdaptableBuffer
 
refCnt() - Method in class io.netty5.buffer.DefaultByteBufHolder
 
refCnt() - Method in class io.netty5.buffer.EmptyByteBuf
 
refCnt() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
referentIsInstanceOf(Class<?>) - Method in class io.netty5.buffer.api.internal.SendFromOwned
 
referentIsInstanceOf(Class<?>) - Method in class io.netty5.buffer.api.internal.SendFromSupplier
 
referentIsInstanceOf(Class<?>) - Method in interface io.netty5.buffer.api.Send
Determine if the object received from this Send is an instance of the given class.
release() - Method in class io.netty5.buffer.AbstractDerivedByteBuf
Deprecated.
 
release() - Method in class io.netty5.buffer.AbstractReferenceCountedByteBuf
 
release() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
release() - Method in class io.netty5.buffer.api.internal.AdaptableBuffer
 
release() - Method in class io.netty5.buffer.DefaultByteBufHolder
 
release() - Method in class io.netty5.buffer.EmptyByteBuf
 
release() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
release(int) - Method in class io.netty5.buffer.AbstractDerivedByteBuf
Deprecated.
 
release(int) - Method in class io.netty5.buffer.AbstractReferenceCountedByteBuf
 
release(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
release(int) - Method in class io.netty5.buffer.api.internal.AdaptableBuffer
 
release(int) - Method in class io.netty5.buffer.DefaultByteBufHolder
 
release(int) - Method in class io.netty5.buffer.EmptyByteBuf
 
release(int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
removeComponent(int) - Method in class io.netty5.buffer.CompositeByteBuf
Remove the ByteBuf from the given index.
removeComponents(int, int) - Method in class io.netty5.buffer.CompositeByteBuf
Remove the number of ByteBufs starting from the given index.
replace(Send<Buffer>) - Method in class io.netty5.buffer.api.BufferRef
Replace the underlying referenced buffer with the given buffer.
replace(ByteBuf) - Method in interface io.netty5.buffer.ByteBufHolder
Returns a new ByteBufHolder which contains the specified content.
replace(ByteBuf) - Method in class io.netty5.buffer.DefaultByteBufHolder
Returns a new ByteBufHolder which contains the specified content.
replaceBuffer(Send<Buffer>) - Method in class io.netty5.buffer.api.BufferHolder
Replace the underlying referenced buffer with the given buffer.
replaceBufferVolatile(Send<Buffer>) - Method in class io.netty5.buffer.api.BufferHolder
Replace the underlying referenced buffer with the given buffer.
reportLeak(LifecycleTracer, String) - Static method in class io.netty5.buffer.api.internal.LeakDetection
Called when a leak is detected.
reserveAndWriteUtf8(ByteBuf, CharSequence, int) - Static method in class io.netty5.buffer.ByteBufUtil
Encode a CharSequence in UTF-8 and write it into reserveBytes of a ByteBuf.
reserveAndWriteUtf8(ByteBuf, CharSequence, int, int, int) - Static method in class io.netty5.buffer.ByteBufUtil
Equivalent to reserveAndWriteUtf8(buf, seq.subSequence(start, end), reserveBytes) but avoids subsequence object allocation if possible.
reset() - Method in class io.netty5.buffer.BufferInputStream
 
reset() - Method in class io.netty5.buffer.ByteBufInputStream
 
reset() - Method in class io.netty5.buffer.search.AhoCorasicSearchProcessorFactory.Processor
 
reset() - Method in class io.netty5.buffer.search.BitapSearchProcessorFactory.Processor
 
reset() - Method in class io.netty5.buffer.search.KmpSearchProcessorFactory.Processor
 
reset() - Method in interface io.netty5.buffer.search.SearchProcessor
Resets the state of SearchProcessor.
resetOffsets() - Method in interface io.netty5.buffer.api.Buffer
Resets the read offset and the write offset on this buffer to zero, and return this buffer.
resetOffsets() - Method in class io.netty5.buffer.api.BufferStub
 
resetOffsets() - Method in interface io.netty5.buffer.api.CompositeBuffer
 
resetRefCnt() - Method in class io.netty5.buffer.AbstractReferenceCountedByteBuf
An unsafe operation intended for use by a subclass that resets the reference count of the buffer to 1
Resource<T extends Resource<T>> - Interface in io.netty5.buffer.api
A resource that has a life-time, and can be closed.
ResourceSupport<I extends Resource<I>,​T extends ResourceSupport<I,​T>> - Class in io.netty5.buffer.api.internal
Internal support class for resources.
ResourceSupport(Drop<T>) - Constructor for class io.netty5.buffer.api.internal.ResourceSupport
 
retain() - Method in class io.netty5.buffer.AbstractDerivedByteBuf
Deprecated.
 
retain() - Method in class io.netty5.buffer.AbstractReferenceCountedByteBuf
 
retain() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
retain() - Method in class io.netty5.buffer.api.internal.AdaptableBuffer
 
retain() - Method in class io.netty5.buffer.ByteBuf
 
retain() - Method in interface io.netty5.buffer.ByteBufHolder
 
retain() - Method in class io.netty5.buffer.CompositeByteBuf
 
retain() - Method in class io.netty5.buffer.DefaultByteBufHolder
 
retain() - Method in class io.netty5.buffer.EmptyByteBuf
 
retain() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
retain(int) - Method in class io.netty5.buffer.AbstractDerivedByteBuf
Deprecated.
 
retain(int) - Method in class io.netty5.buffer.AbstractReferenceCountedByteBuf
 
retain(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
retain(int) - Method in class io.netty5.buffer.api.internal.AdaptableBuffer
 
retain(int) - Method in class io.netty5.buffer.ByteBuf
 
retain(int) - Method in interface io.netty5.buffer.ByteBufHolder
 
retain(int) - Method in class io.netty5.buffer.CompositeByteBuf
 
retain(int) - Method in class io.netty5.buffer.DefaultByteBufHolder
 
retain(int) - Method in class io.netty5.buffer.EmptyByteBuf
 
retain(int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
retainedDuplicate() - Method in class io.netty5.buffer.AbstractByteBuf
 
retainedDuplicate() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
retainedDuplicate() - Method in class io.netty5.buffer.ByteBuf
Returns a retained buffer which shares the whole region of this buffer.
retainedDuplicate() - Method in interface io.netty5.buffer.ByteBufHolder
Duplicates this ByteBufHolder.
retainedDuplicate() - Method in class io.netty5.buffer.DefaultByteBufHolder
Duplicates this ByteBufHolder.
retainedDuplicate() - Method in class io.netty5.buffer.EmptyByteBuf
 
retainedDuplicate() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
retainedSlice() - Method in class io.netty5.buffer.AbstractByteBuf
 
retainedSlice() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
retainedSlice() - Method in class io.netty5.buffer.ByteBuf
Returns a retained slice of this buffer's readable bytes.
retainedSlice() - Method in class io.netty5.buffer.EmptyByteBuf
 
retainedSlice() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
retainedSlice(int, int) - Method in class io.netty5.buffer.AbstractByteBuf
 
retainedSlice(int, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
retainedSlice(int, int) - Method in class io.netty5.buffer.ByteBuf
Returns a retained slice of this buffer's sub-region.
retainedSlice(int, int) - Method in class io.netty5.buffer.EmptyByteBuf
 
retainedSlice(int, int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 

S

SearchProcessor - Interface in io.netty5.buffer.search
Interface for ByteProcessor that implements string search.
SearchProcessorFactory - Interface in io.netty5.buffer.search
 
send() - Method in class io.netty5.buffer.api.BufferHolder
 
send() - Method in class io.netty5.buffer.api.BufferStub
 
send() - Method in class io.netty5.buffer.api.internal.ResourceSupport
Send this Resource instance to another Thread, transferring the ownership to the recipient.
send() - Method in interface io.netty5.buffer.api.Resource
Send this object instance to another Thread, transferring the ownership to the recipient.
send(Owned<T>) - Method in class io.netty5.buffer.api.internal.LifecycleTracer
Add to the trace log that the object is being sent.
Send<T extends Resource<T>> - Interface in io.netty5.buffer.api
A temporary holder of a Resource, used for transferring the ownership of the resource from one thread to another.
SendFromOwned<I extends Resource<I>,​T extends ResourceSupport<I,​T>> - Class in io.netty5.buffer.api.internal
 
SendFromOwned(Owned<T>, Drop<T>, Class<?>) - Constructor for class io.netty5.buffer.api.internal.SendFromOwned
 
SendFromSupplier<T extends Resource<T>> - Class in io.netty5.buffer.api.internal
 
SendFromSupplier(Class<T>, Supplier<? extends T>) - Constructor for class io.netty5.buffer.api.internal.SendFromSupplier
 
sending(Class<T>, Supplier<? extends T>) - Static method in interface io.netty5.buffer.api.Send
Construct a Send based on the given Supplier.
setBoolean(int, boolean) - Method in class io.netty5.buffer.AbstractByteBuf
 
setBoolean(int, boolean) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
setBoolean(int, boolean) - Method in class io.netty5.buffer.ByteBuf
Sets the specified boolean at the specified absolute index in this buffer.
setBoolean(int, boolean) - Method in class io.netty5.buffer.CompositeByteBuf
 
setBoolean(int, boolean) - Method in class io.netty5.buffer.EmptyByteBuf
 
setBoolean(int, boolean) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
setByte(int, byte) - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
setByte(int, byte) - Method in interface io.netty5.buffer.api.BufferAccessor
Set the given byte value at the given write offset.
setByte(int, byte) - Method in class io.netty5.buffer.api.BufferStub
 
setByte(int, byte) - Method in interface io.netty5.buffer.api.CompositeBuffer
 
setByte(int, int) - Method in class io.netty5.buffer.AbstractByteBuf
 
setByte(int, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
setByte(int, int) - Method in class io.netty5.buffer.ByteBuf
Sets the specified byte at the specified absolute index in this buffer.
setByte(int, int) - Method in class io.netty5.buffer.CompositeByteBuf
 
setByte(int, int) - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
setByte(int, int) - Method in class io.netty5.buffer.EmptyByteBuf
 
setByte(int, int) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
setByte(int, int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
setByte(int, int) - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
setByte(int, int) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
setByte(int, int) - Method in class io.netty5.buffer.UnpooledUnsafeDirectByteBuf
 
setByte(int, int) - Method in class io.netty5.buffer.UnpooledUnsafeHeapByteBuf
 
setBytes(int, byte[]) - Method in class io.netty5.buffer.AbstractByteBuf
 
setBytes(int, byte[]) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
setBytes(int, byte[]) - Method in class io.netty5.buffer.ByteBuf
Transfers the specified source array's data to this buffer starting at the specified absolute index.
setBytes(int, byte[]) - Method in class io.netty5.buffer.CompositeByteBuf
 
setBytes(int, byte[]) - Method in class io.netty5.buffer.EmptyByteBuf
 
setBytes(int, byte[]) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
setBytes(int, byte[], int, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
setBytes(int, byte[], int, int) - Method in class io.netty5.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 class io.netty5.buffer.CompositeByteBuf
 
setBytes(int, byte[], int, int) - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
setBytes(int, byte[], int, int) - Method in class io.netty5.buffer.EmptyByteBuf
 
setBytes(int, byte[], int, int) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
setBytes(int, byte[], int, int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
setBytes(int, byte[], int, int) - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
setBytes(int, byte[], int, int) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
setBytes(int, byte[], int, int) - Method in class io.netty5.buffer.UnpooledUnsafeDirectByteBuf
 
setBytes(int, ByteBuf) - Method in class io.netty5.buffer.AbstractByteBuf
 
setBytes(int, ByteBuf) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
setBytes(int, ByteBuf) - Method in class io.netty5.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) - Method in class io.netty5.buffer.CompositeByteBuf
 
setBytes(int, ByteBuf) - Method in class io.netty5.buffer.EmptyByteBuf
 
setBytes(int, ByteBuf) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
setBytes(int, ByteBuf, int) - Method in class io.netty5.buffer.AbstractByteBuf
 
setBytes(int, ByteBuf, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
setBytes(int, ByteBuf, int) - Method in class io.netty5.buffer.ByteBuf
Transfers the specified source buffer's data to this buffer starting at the specified absolute index.
setBytes(int, ByteBuf, int) - Method in class io.netty5.buffer.CompositeByteBuf
 
setBytes(int, ByteBuf, int) - Method in class io.netty5.buffer.EmptyByteBuf
 
setBytes(int, ByteBuf, int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty5.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 class io.netty5.buffer.CompositeByteBuf
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty5.buffer.EmptyByteBuf
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty5.buffer.UnpooledUnsafeDirectByteBuf
 
setBytes(int, InputStream, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
setBytes(int, InputStream, int) - Method in class io.netty5.buffer.ByteBuf
Transfers the content of the specified source stream to this buffer starting at the specified absolute index.
setBytes(int, InputStream, int) - Method in class io.netty5.buffer.CompositeByteBuf
 
setBytes(int, InputStream, int) - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
setBytes(int, InputStream, int) - Method in class io.netty5.buffer.EmptyByteBuf
 
setBytes(int, InputStream, int) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
setBytes(int, InputStream, int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
setBytes(int, InputStream, int) - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
setBytes(int, InputStream, int) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
setBytes(int, InputStream, int) - Method in class io.netty5.buffer.UnpooledUnsafeDirectByteBuf
 
setBytes(int, ByteBuffer) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
setBytes(int, ByteBuffer) - Method in class io.netty5.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, ByteBuffer) - Method in class io.netty5.buffer.CompositeByteBuf
 
setBytes(int, ByteBuffer) - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
setBytes(int, ByteBuffer) - Method in class io.netty5.buffer.EmptyByteBuf
 
setBytes(int, ByteBuffer) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
setBytes(int, ByteBuffer) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
setBytes(int, ByteBuffer) - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
setBytes(int, ByteBuffer) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
setBytes(int, ByteBuffer) - Method in class io.netty5.buffer.UnpooledUnsafeDirectByteBuf
 
setBytes(int, FileChannel, long, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
setBytes(int, FileChannel, long, int) - Method in class io.netty5.buffer.ByteBuf
Transfers the content of the specified source channel starting at the given file position to this buffer starting at the specified absolute index.
setBytes(int, FileChannel, long, int) - Method in class io.netty5.buffer.CompositeByteBuf
 
setBytes(int, FileChannel, long, int) - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
setBytes(int, FileChannel, long, int) - Method in class io.netty5.buffer.EmptyByteBuf
 
setBytes(int, FileChannel, long, int) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
setBytes(int, FileChannel, long, int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
setBytes(int, FileChannel, long, int) - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
setBytes(int, FileChannel, long, int) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty5.buffer.ByteBuf
Transfers the content of the specified source channel to this buffer starting at the specified absolute index.
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty5.buffer.CompositeByteBuf
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty5.buffer.EmptyByteBuf
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
setChar(int, char) - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
setChar(int, char) - Method in interface io.netty5.buffer.api.BufferAccessor
Set the given char value at the given write offset.
setChar(int, char) - Method in class io.netty5.buffer.api.BufferStub
 
setChar(int, char) - Method in interface io.netty5.buffer.api.CompositeBuffer
 
setChar(int, int) - Method in class io.netty5.buffer.AbstractByteBuf
 
setChar(int, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
setChar(int, int) - Method in class io.netty5.buffer.ByteBuf
Sets the specified 2-byte UTF-16 character at the specified absolute index in this buffer.
setChar(int, int) - Method in class io.netty5.buffer.CompositeByteBuf
 
setChar(int, int) - Method in class io.netty5.buffer.EmptyByteBuf
 
setChar(int, int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
setCharSequence(int, CharSequence, Charset) - Method in class io.netty5.buffer.AbstractByteBuf
 
setCharSequence(int, CharSequence, Charset) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
setCharSequence(int, CharSequence, Charset) - Method in class io.netty5.buffer.ByteBuf
Writes the specified CharSequence at the given index.
setCharSequence(int, CharSequence, Charset) - Method in class io.netty5.buffer.EmptyByteBuf
 
setCharSequence(int, CharSequence, Charset) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
setDouble(int, double) - Method in class io.netty5.buffer.AbstractByteBuf
 
setDouble(int, double) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
setDouble(int, double) - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
setDouble(int, double) - Method in interface io.netty5.buffer.api.BufferAccessor
Set the given double value at the given write offset.
setDouble(int, double) - Method in class io.netty5.buffer.api.BufferStub
 
setDouble(int, double) - Method in interface io.netty5.buffer.api.CompositeBuffer
 
setDouble(int, double) - Method in class io.netty5.buffer.ByteBuf
Sets the specified 64-bit floating-point number at the specified absolute index in this buffer.
setDouble(int, double) - Method in class io.netty5.buffer.CompositeByteBuf
 
setDouble(int, double) - Method in class io.netty5.buffer.EmptyByteBuf
 
setDouble(int, double) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
setDoubleLE(int, double) - Method in class io.netty5.buffer.ByteBuf
Sets the specified 64-bit floating-point number at the specified absolute index in this buffer in Little Endian Byte Order.
setFloat(int, float) - Method in class io.netty5.buffer.AbstractByteBuf
 
setFloat(int, float) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
setFloat(int, float) - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
setFloat(int, float) - Method in interface io.netty5.buffer.api.BufferAccessor
Set the given float value at the given write offset.
setFloat(int, float) - Method in class io.netty5.buffer.api.BufferStub
 
setFloat(int, float) - Method in interface io.netty5.buffer.api.CompositeBuffer
 
setFloat(int, float) - Method in class io.netty5.buffer.ByteBuf
Sets the specified 32-bit floating-point number at the specified absolute index in this buffer.
setFloat(int, float) - Method in class io.netty5.buffer.CompositeByteBuf
 
setFloat(int, float) - Method in class io.netty5.buffer.EmptyByteBuf
 
setFloat(int, float) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
setFloatLE(int, float) - Method in class io.netty5.buffer.ByteBuf
Sets the specified 32-bit floating-point number at the specified absolute index in this buffer in Little Endian Byte Order.
setIndex(int, int) - Method in class io.netty5.buffer.AbstractByteBuf
 
setIndex(int, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
setIndex(int, int) - Method in class io.netty5.buffer.ByteBuf
Sets the readerIndex and writerIndex of this buffer in one shot.
setIndex(int, int) - Method in class io.netty5.buffer.CompositeByteBuf
 
setIndex(int, int) - Method in class io.netty5.buffer.EmptyByteBuf
 
setIndex(int, int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
setInt(int, int) - Method in class io.netty5.buffer.AbstractByteBuf
 
setInt(int, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
setInt(int, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
setInt(int, int) - Method in interface io.netty5.buffer.api.BufferAccessor
Set the given int value at the given write offset.
setInt(int, int) - Method in class io.netty5.buffer.api.BufferStub
 
setInt(int, int) - Method in interface io.netty5.buffer.api.CompositeBuffer
 
setInt(int, int) - Method in class io.netty5.buffer.ByteBuf
Sets the specified 32-bit integer at the specified absolute index in this buffer.
setInt(int, int) - Method in class io.netty5.buffer.CompositeByteBuf
 
setInt(int, int) - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
setInt(int, int) - Method in class io.netty5.buffer.EmptyByteBuf
 
setInt(int, int) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
setInt(int, int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
setInt(int, int) - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
setInt(int, int) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
setInt(int, int) - Method in class io.netty5.buffer.UnpooledUnsafeDirectByteBuf
 
setInt(int, int) - Method in class io.netty5.buffer.UnpooledUnsafeHeapByteBuf
 
setIntLE(int, int) - Method in class io.netty5.buffer.AbstractByteBuf
 
setIntLE(int, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
setIntLE(int, int) - Method in class io.netty5.buffer.ByteBuf
Sets the specified 32-bit integer at the specified absolute index in this buffer with Little Endian byte order .
setIntLE(int, int) - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
setIntLE(int, int) - Method in class io.netty5.buffer.EmptyByteBuf
 
setIntLE(int, int) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
setIntLE(int, int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
setIntLE(int, int) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
setIntLE(int, int) - Method in class io.netty5.buffer.UnpooledUnsafeHeapByteBuf
 
setLong(int, long) - Method in class io.netty5.buffer.AbstractByteBuf
 
setLong(int, long) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
setLong(int, long) - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
setLong(int, long) - Method in interface io.netty5.buffer.api.BufferAccessor
Set the given long value at the given write offset.
setLong(int, long) - Method in class io.netty5.buffer.api.BufferStub
 
setLong(int, long) - Method in interface io.netty5.buffer.api.CompositeBuffer
 
setLong(int, long) - Method in class io.netty5.buffer.ByteBuf
Sets the specified 64-bit long integer at the specified absolute index in this buffer.
setLong(int, long) - Method in class io.netty5.buffer.CompositeByteBuf
 
setLong(int, long) - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
setLong(int, long) - Method in class io.netty5.buffer.EmptyByteBuf
 
setLong(int, long) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
setLong(int, long) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
setLong(int, long) - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
setLong(int, long) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
setLong(int, long) - Method in class io.netty5.buffer.UnpooledUnsafeDirectByteBuf
 
setLong(int, long) - Method in class io.netty5.buffer.UnpooledUnsafeHeapByteBuf
 
setLongLE(int, long) - Method in class io.netty5.buffer.AbstractByteBuf
 
setLongLE(int, long) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
setLongLE(int, long) - Method in class io.netty5.buffer.ByteBuf
Sets the specified 64-bit long integer at the specified absolute index in this buffer in Little Endian Byte Order.
setLongLE(int, long) - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
setLongLE(int, long) - Method in class io.netty5.buffer.EmptyByteBuf
 
setLongLE(int, long) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
setLongLE(int, long) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
setLongLE(int, long) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
setLongLE(int, long) - Method in class io.netty5.buffer.UnpooledUnsafeHeapByteBuf
 
setMedium(int, int) - Method in class io.netty5.buffer.AbstractByteBuf
 
setMedium(int, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
setMedium(int, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
setMedium(int, int) - Method in interface io.netty5.buffer.api.BufferAccessor
Set the given int value at the given write offset.
setMedium(int, int) - Method in class io.netty5.buffer.api.BufferStub
 
setMedium(int, int) - Method in interface io.netty5.buffer.api.CompositeBuffer
 
setMedium(int, int) - Method in class io.netty5.buffer.ByteBuf
Sets the specified 24-bit medium integer at the specified absolute index in this buffer.
setMedium(int, int) - Method in class io.netty5.buffer.CompositeByteBuf
 
setMedium(int, int) - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
setMedium(int, int) - Method in class io.netty5.buffer.EmptyByteBuf
 
setMedium(int, int) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
setMedium(int, int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
setMedium(int, int) - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
setMedium(int, int) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
setMedium(int, int) - Method in class io.netty5.buffer.UnpooledUnsafeDirectByteBuf
 
setMedium(int, int) - Method in class io.netty5.buffer.UnpooledUnsafeHeapByteBuf
 
setMediumLE(int, int) - Method in class io.netty5.buffer.AbstractByteBuf
 
setMediumLE(int, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
setMediumLE(int, int) - Method in class io.netty5.buffer.ByteBuf
Sets the specified 24-bit medium integer at the specified absolute index in this buffer in the Little Endian Byte Order.
setMediumLE(int, int) - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
setMediumLE(int, int) - Method in class io.netty5.buffer.EmptyByteBuf
 
setMediumLE(int, int) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
setMediumLE(int, int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
setMediumLE(int, int) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
setMediumLE(int, int) - Method in class io.netty5.buffer.UnpooledUnsafeHeapByteBuf
 
setRefCnt(int) - Method in class io.netty5.buffer.AbstractReferenceCountedByteBuf
An unsafe operation intended for use by a subclass that sets the reference count of the buffer directly
setShort(int, int) - Method in class io.netty5.buffer.AbstractByteBuf
 
setShort(int, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
setShort(int, int) - Method in class io.netty5.buffer.ByteBuf
Sets the specified 16-bit short integer at the specified absolute index in this buffer.
setShort(int, int) - Method in class io.netty5.buffer.CompositeByteBuf
 
setShort(int, int) - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
setShort(int, int) - Method in class io.netty5.buffer.EmptyByteBuf
 
setShort(int, int) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
setShort(int, int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
setShort(int, int) - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
setShort(int, int) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
setShort(int, int) - Method in class io.netty5.buffer.UnpooledUnsafeDirectByteBuf
 
setShort(int, int) - Method in class io.netty5.buffer.UnpooledUnsafeHeapByteBuf
 
setShort(int, short) - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
setShort(int, short) - Method in interface io.netty5.buffer.api.BufferAccessor
Set the given short value at the given write offset.
setShort(int, short) - Method in class io.netty5.buffer.api.BufferStub
 
setShort(int, short) - Method in interface io.netty5.buffer.api.CompositeBuffer
 
setShortBE(ByteBuf, int, int) - Static method in class io.netty5.buffer.ByteBufUtil
Sets a big-endian 16-bit short integer to the buffer.
setShortLE(int, int) - Method in class io.netty5.buffer.AbstractByteBuf
 
setShortLE(int, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
setShortLE(int, int) - Method in class io.netty5.buffer.ByteBuf
Sets the specified 16-bit short integer at the specified absolute index in this buffer with the Little Endian Byte Order.
setShortLE(int, int) - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
setShortLE(int, int) - Method in class io.netty5.buffer.EmptyByteBuf
 
setShortLE(int, int) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
setShortLE(int, int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
setShortLE(int, int) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
setShortLE(int, int) - Method in class io.netty5.buffer.UnpooledUnsafeHeapByteBuf
 
setUnsignedByte(int, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
setUnsignedByte(int, int) - Method in interface io.netty5.buffer.api.BufferAccessor
Set the given unsigned byte value at the given write offset.
setUnsignedByte(int, int) - Method in class io.netty5.buffer.api.BufferStub
 
setUnsignedByte(int, int) - Method in interface io.netty5.buffer.api.CompositeBuffer
 
setUnsignedInt(int, long) - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
setUnsignedInt(int, long) - Method in interface io.netty5.buffer.api.BufferAccessor
Set the given unsigned int value at the given write offset.
setUnsignedInt(int, long) - Method in class io.netty5.buffer.api.BufferStub
 
setUnsignedInt(int, long) - Method in interface io.netty5.buffer.api.CompositeBuffer
 
setUnsignedMedium(int, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
setUnsignedMedium(int, int) - Method in interface io.netty5.buffer.api.BufferAccessor
Set the given unsigned int value at the given write offset.
setUnsignedMedium(int, int) - Method in class io.netty5.buffer.api.BufferStub
 
setUnsignedMedium(int, int) - Method in interface io.netty5.buffer.api.CompositeBuffer
 
setUnsignedShort(int, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
setUnsignedShort(int, int) - Method in interface io.netty5.buffer.api.BufferAccessor
Set the given unsigned short value at the given write offset.
setUnsignedShort(int, int) - Method in class io.netty5.buffer.api.BufferStub
 
setUnsignedShort(int, int) - Method in interface io.netty5.buffer.api.CompositeBuffer
 
setZero(int, int) - Method in class io.netty5.buffer.AbstractByteBuf
 
setZero(int, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
setZero(int, int) - Method in class io.netty5.buffer.ByteBuf
Fills this buffer with NUL (0x00) starting at the specified absolute index.
setZero(int, int) - Method in class io.netty5.buffer.CompositeByteBuf
 
setZero(int, int) - Method in class io.netty5.buffer.EmptyByteBuf
 
setZero(int, int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
setZero(int, int) - Method in class io.netty5.buffer.UnpooledUnsafeDirectByteBuf
 
setZero(int, int) - Method in class io.netty5.buffer.UnpooledUnsafeHeapByteBuf
 
size2SizeIdx(int) - Method in interface io.netty5.buffer.api.pool.SizeClassesMetric
Normalizes request size up to the nearest size class.
size2SizeIdx(int) - Method in interface io.netty5.buffer.SizeClassesMetric
Normalizes request size up to the nearest size class.
SizeClassesMetric - Interface in io.netty5.buffer.api.pool
Expose metrics for an SizeClasses.
SizeClassesMetric - Interface in io.netty5.buffer
Expose metrics for an SizeClasses.
sizeIdx2size(int) - Method in interface io.netty5.buffer.api.pool.SizeClassesMetric
Computes size from lookup table according to sizeIdx.
sizeIdx2size(int) - Method in interface io.netty5.buffer.SizeClassesMetric
Computes size from lookup table according to sizeIdx.
sizeIdx2sizeCompute(int) - Method in interface io.netty5.buffer.api.pool.SizeClassesMetric
Computes size according to sizeIdx.
sizeIdx2sizeCompute(int) - Method in interface io.netty5.buffer.SizeClassesMetric
Computes size according to sizeIdx.
skip(long) - Method in class io.netty5.buffer.BufferInputStream
 
skip(long) - Method in class io.netty5.buffer.ByteBufInputStream
 
skipBytes(int) - Method in class io.netty5.buffer.AbstractByteBuf
 
skipBytes(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
skipBytes(int) - Method in class io.netty5.buffer.BufferInputStream
 
skipBytes(int) - Method in class io.netty5.buffer.ByteBuf
Increases the current readerIndex by the specified length in this buffer.
skipBytes(int) - Method in class io.netty5.buffer.ByteBufInputStream
 
skipBytes(int) - Method in class io.netty5.buffer.CompositeByteBuf
 
skipBytes(int) - Method in class io.netty5.buffer.EmptyByteBuf
 
skipBytes(int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
skipReadable(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
skipReadable(int) - Method in interface io.netty5.buffer.api.Buffer
Set the reader offset to readerOffset() + delta.
skipReadable(int) - Method in class io.netty5.buffer.api.BufferStub
 
skipReadable(int) - Method in interface io.netty5.buffer.api.ReadableComponent
Move the read-offset to indicate that the given number of bytes were read from this component.
skipWritable(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
skipWritable(int) - Method in interface io.netty5.buffer.api.Buffer
Set the write offset to writerOffset() + delta.
skipWritable(int) - Method in class io.netty5.buffer.api.BufferStub
 
skipWritable(int) - Method in interface io.netty5.buffer.api.WritableComponent
Move the write-offset to indicate that the given number of bytes were written to this component.
slice() - Method in class io.netty5.buffer.AbstractByteBuf
 
slice() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
slice() - Method in class io.netty5.buffer.ByteBuf
Returns a slice of this buffer's readable bytes.
slice() - Method in class io.netty5.buffer.EmptyByteBuf
 
slice() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
slice(int, int) - Method in class io.netty5.buffer.AbstractByteBuf
 
slice(int, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
slice(int, int) - Method in class io.netty5.buffer.ByteBuf
Returns a slice of this buffer's sub-region.
slice(int, int) - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
slice(int, int) - Method in class io.netty5.buffer.EmptyByteBuf
 
slice(int, int) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
slice(int, int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
SlicedByteBuf - Class in io.netty5.buffer
Deprecated.
Do not use.
SlicedByteBuf(ByteBuf, int, int) - Constructor for class io.netty5.buffer.SlicedByteBuf
Deprecated.
 
sliceMemory(Object, int, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufMemoryManager
 
sliceMemory(Object, int, int) - Method in class io.netty5.buffer.api.bytebuffer.ByteBufferMemoryManager
 
sliceMemory(Object, int, int) - Method in interface io.netty5.buffer.api.MemoryManager
Produces a slice of the given internal memory representation object.
sliceMemory(Object, int, int) - Method in class io.netty5.buffer.api.unsafe.UnsafeMemoryManager
 
smallCacheSize() - Method in interface io.netty5.buffer.api.pool.BufferAllocatorMetric
Return the size of the small cache.
smallCacheSize() - Method in class io.netty5.buffer.PooledByteBufAllocator
smallCacheSize() - Method in class io.netty5.buffer.PooledByteBufAllocatorMetric
Return the size of the small cache.
smallSubpages() - Method in interface io.netty5.buffer.api.pool.PoolArenaMetric
Returns an unmodifiable List which holds PoolSubpageMetrics for small sub-pages.
smallSubpages() - Method in interface io.netty5.buffer.PoolArenaMetric
Returns an unmodifiable List which holds PoolSubpageMetrics for small sub-pages.
split() - Method in interface io.netty5.buffer.api.Buffer
Splits the buffer into two, at the write offset position.
split() - Method in class io.netty5.buffer.api.BufferStub
 
split() - Method in interface io.netty5.buffer.api.CompositeBuffer
 
split(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
split(int) - Method in interface io.netty5.buffer.api.Buffer
Splits the buffer into two, at the given splitOffset.
split(int) - Method in class io.netty5.buffer.api.BufferStub
 
split(int) - Method in interface io.netty5.buffer.api.CompositeBuffer
 
splitComponentsCeil(int) - Method in interface io.netty5.buffer.api.CompositeBuffer
Split this buffer at a component boundary that is greater than or equal to the given offset.
splitComponentsFloor(int) - Method in interface io.netty5.buffer.api.CompositeBuffer
Split this buffer at a component boundary that is less than or equal to the given offset.
splitTo(LifecycleTracer) - Method in class io.netty5.buffer.api.internal.LifecycleTracer
Attach a trace to both life-cycles, that a single life-cycle has been split into two.
StandardAllocationTypes - Enum in io.netty5.buffer.api
Standard implementations of AllocationType that all memory managers should support.
standardDrop(MemoryManager) - Static method in interface io.netty5.buffer.api.internal.Statics
 
standardDropWrap(Drop<T>, MemoryManager) - Static method in interface io.netty5.buffer.api.internal.Statics
 
Statics - Interface in io.netty5.buffer.api.internal
 
stream() - Static method in class io.netty5.buffer.api.internal.MemoryManagerLoader
 
stream() - Method in interface io.netty5.buffer.api.LeakInfo
Create a Stream of all the LeakInfo.TracePoints in this LeakInfo.
swapInt(int) - Static method in class io.netty5.buffer.ByteBufUtil
Toggles the endianness of the specified 32-bit integer.
swapLong(long) - Static method in class io.netty5.buffer.ByteBufUtil
Toggles the endianness of the specified 64-bit long integer.
swapMedium(int) - Static method in class io.netty5.buffer.ByteBufUtil
Toggles the endianness of the specified 24-bit medium integer.
SwappedByteBuf - Class in io.netty5.buffer
Deprecated.
use the Little Endian accessors, e.g. getShortLE, getIntLE instead.
SwappedByteBuf(ByteBuf) - Constructor for class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
swapShort(short) - Static method in class io.netty5.buffer.ByteBufUtil
Toggles the endianness of the specified 16-bit short integer.

T

threadLocalDirectBuffer() - Static method in class io.netty5.buffer.ByteBufUtil
Returns a cached thread-local direct buffer, if available.
tinyCacheSize() - Method in class io.netty5.buffer.PooledByteBufAllocator
tinyCacheSize() - Method in class io.netty5.buffer.PooledByteBufAllocatorMetric
Deprecated.
Tiny caches have been merged into small caches.
tinySubpages() - Method in interface io.netty5.buffer.PoolArenaMetric
Deprecated.
Tiny sub-pages have been merged into small sub-pages.
toByteIndex(int) - Method in class io.netty5.buffer.CompositeByteBuf
 
toComponentIndex(int) - Method in class io.netty5.buffer.CompositeByteBuf
Return the index for the given offset
toLeakAwareBuffer(ByteBuf) - Static method in class io.netty5.buffer.AbstractByteBufAllocator
 
toLeakAwareBuffer(CompositeByteBuf) - Static method in class io.netty5.buffer.AbstractByteBufAllocator
 
toString() - Method in class io.netty5.buffer.AbstractByteBuf
 
toString() - Method in class io.netty5.buffer.AbstractByteBufAllocator
 
toString() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
toString() - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
toString() - Method in class io.netty5.buffer.api.internal.ArcDrop
 
toString() - Method in class io.netty5.buffer.api.internal.CleanerDrop
 
toString() - Method in class io.netty5.buffer.ByteBuf
Returns the string representation of this buffer.
toString() - Method in class io.netty5.buffer.CompositeByteBuf
 
toString() - Method in class io.netty5.buffer.DefaultByteBufHolder
 
toString() - Method in class io.netty5.buffer.EmptyByteBuf
 
toString() - Method in class io.netty5.buffer.PooledByteBufAllocatorMetric
 
toString() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
toString(int, int, Charset) - Method in class io.netty5.buffer.AbstractByteBuf
 
toString(int, int, Charset) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
toString(int, int, Charset) - Method in class io.netty5.buffer.ByteBuf
Decodes this buffer's sub-region into a string with the specified character set.
toString(int, int, Charset) - Method in class io.netty5.buffer.EmptyByteBuf
 
toString(int, int, Charset) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
toString(Buffer, Charset) - Static method in interface io.netty5.buffer.api.internal.Statics
 
toString(Charset) - Method in class io.netty5.buffer.AbstractByteBuf
 
toString(Charset) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
toString(Charset) - Method in interface io.netty5.buffer.api.Buffer
Decodes this buffer's readable bytes into a string with the specified Charset.
toString(Charset) - Method in class io.netty5.buffer.api.BufferStub
 
toString(Charset) - Method in class io.netty5.buffer.ByteBuf
Decodes this buffer's readable bytes into a string with the specified character set name.
toString(Charset) - Method in class io.netty5.buffer.EmptyByteBuf
 
toString(Charset) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
touch() - Method in class io.netty5.buffer.AbstractDerivedByteBuf
Deprecated.
 
touch() - Method in class io.netty5.buffer.AbstractReferenceCountedByteBuf
 
touch() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
touch() - Method in class io.netty5.buffer.api.internal.AdaptableBuffer
 
touch() - Method in class io.netty5.buffer.ByteBuf
 
touch() - Method in interface io.netty5.buffer.ByteBufHolder
 
touch() - Method in class io.netty5.buffer.CompositeByteBuf
 
touch() - Method in class io.netty5.buffer.DefaultByteBufHolder
 
touch() - Method in class io.netty5.buffer.EmptyByteBuf
 
touch() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
touch(Object) - Method in class io.netty5.buffer.AbstractDerivedByteBuf
Deprecated.
 
touch(Object) - Method in class io.netty5.buffer.AbstractReferenceCountedByteBuf
 
touch(Object) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
touch(Object) - Method in class io.netty5.buffer.api.BufferHolder
 
touch(Object) - Method in class io.netty5.buffer.api.BufferStub
 
touch(Object) - Method in class io.netty5.buffer.api.internal.AdaptableBuffer
 
touch(Object) - Method in class io.netty5.buffer.api.internal.LifecycleTracer
Add the hint object to the trace log.
touch(Object) - Method in class io.netty5.buffer.api.internal.ResourceSupport
 
touch(Object) - Method in interface io.netty5.buffer.api.Resource
Record the current access location for debugging purposes.
touch(Object) - Method in class io.netty5.buffer.ByteBuf
 
touch(Object) - Method in interface io.netty5.buffer.ByteBufHolder
 
touch(Object) - Method in class io.netty5.buffer.CompositeByteBuf
 
touch(Object) - Method in class io.netty5.buffer.DefaultByteBufHolder
 
touch(Object) - Method in class io.netty5.buffer.EmptyByteBuf
 
touch(Object) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
traceback() - Method in interface io.netty5.buffer.api.LeakInfo.TracePoint
Get a Throwable instance that holds the recorded stack trace of this trace point.
transferFrom(ReadableByteChannel, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
transferFrom(ReadableByteChannel, int) - Method in interface io.netty5.buffer.api.Buffer
Read from the given channel and write to this buffer.
transferFrom(ReadableByteChannel, int) - Method in class io.netty5.buffer.api.BufferStub
 
transferOwnership(Drop<T>) - Method in interface io.netty5.buffer.api.Owned
Transfer the ownership of the resource, to the calling thread.
transferTo(WritableByteChannel, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
transferTo(WritableByteChannel, int) - Method in interface io.netty5.buffer.api.Buffer
Read from this buffer and write to the given channel.
transferTo(WritableByteChannel, int) - Method in class io.netty5.buffer.api.BufferStub
 
trimCurrentThreadCache() - Method in class io.netty5.buffer.api.pool.PooledBufferAllocator
Trim thread local cache for the current Thread, which will give back any cached memory that was not allocated frequently since the last trim operation.
trimCurrentThreadCache() - Method in class io.netty5.buffer.PooledByteBufAllocator
Trim thread local cache for the current Thread, which will give back any cached memory that was not allocated frequently since the last trim operation.
trimIndicesToCapacity(int) - Method in class io.netty5.buffer.AbstractByteBuf
 

U

unmodifiableBuffer(ByteBuf) - Static method in class io.netty5.buffer.Unpooled
Deprecated.
unmodifiableBuffer(ByteBuf...) - Static method in class io.netty5.buffer.Unpooled
Unpooled - Class in io.netty5.buffer
Creates a new ByteBuf by allocating new space or by wrapping or copying existing byte arrays, byte buffers and a string.
UnpooledByteBufAllocator - Class in io.netty5.buffer
Simplistic ByteBufAllocator implementation that does not pool anything.
UnpooledByteBufAllocator(boolean) - Constructor for class io.netty5.buffer.UnpooledByteBufAllocator
Create a new instance which uses leak-detection for direct buffers.
UnpooledByteBufAllocator(boolean, boolean) - Constructor for class io.netty5.buffer.UnpooledByteBufAllocator
Create a new instance
UnpooledByteBufAllocator(boolean, boolean, boolean) - Constructor for class io.netty5.buffer.UnpooledByteBufAllocator
Create a new instance
UnpooledDirectByteBuf - Class in io.netty5.buffer
A NIO ByteBuffer based buffer.
UnpooledDirectByteBuf(ByteBufAllocator, int, int) - Constructor for class io.netty5.buffer.UnpooledDirectByteBuf
Creates a new direct buffer.
UnpooledDirectByteBuf(ByteBufAllocator, ByteBuffer, int) - Constructor for class io.netty5.buffer.UnpooledDirectByteBuf
Creates a new direct buffer by wrapping the specified initial buffer.
UnpooledHeapByteBuf - Class in io.netty5.buffer
Big endian Java heap buffer implementation.
UnpooledHeapByteBuf(ByteBufAllocator, byte[], int) - Constructor for class io.netty5.buffer.UnpooledHeapByteBuf
Creates a new heap buffer with an existing byte array.
UnpooledHeapByteBuf(ByteBufAllocator, int, int) - Constructor for class io.netty5.buffer.UnpooledHeapByteBuf
Creates a new heap buffer with a newly allocated byte array.
UnpooledUnsafeDirectByteBuf - Class in io.netty5.buffer
A NIO ByteBuffer based buffer.
UnpooledUnsafeDirectByteBuf(ByteBufAllocator, int, int) - Constructor for class io.netty5.buffer.UnpooledUnsafeDirectByteBuf
Creates a new direct buffer.
UnpooledUnsafeDirectByteBuf(ByteBufAllocator, ByteBuffer, int) - Constructor for class io.netty5.buffer.UnpooledUnsafeDirectByteBuf
Creates a new direct buffer by wrapping the specified initial buffer.
UnpooledUnsafeHeapByteBuf - Class in io.netty5.buffer
Big endian Java heap buffer implementation.
UnpooledUnsafeHeapByteBuf(ByteBufAllocator, int, int) - Constructor for class io.netty5.buffer.UnpooledUnsafeHeapByteBuf
Creates a new heap buffer with a newly allocated byte array.
unreleasableBuffer(ByteBuf) - Static method in class io.netty5.buffer.Unpooled
Return a unreleasable view on the given ByteBuf which will just ignore release and retain calls.
unsafeGetDrop() - Method in class io.netty5.buffer.api.internal.ResourceSupport
Get access to the underlying Drop object.
UnsafeMemoryManager - Class in io.netty5.buffer.api.unsafe
This memory manager produces and manages Buffer instances that are using Unsafe to allocate and access memory.
UnsafeMemoryManager() - Constructor for class io.netty5.buffer.api.unsafe.UnsafeMemoryManager
 
unsafeSetDrop(Drop<T>) - Method in class io.netty5.buffer.api.internal.ResourceSupport
Replace the current underlying Drop object with the given one.
unsafeSetDrop(ResourceSupport<?, ?>, Drop<?>) - Static method in interface io.netty5.buffer.api.internal.Statics
 
unsafeWrap(byte[]) - Static method in interface io.netty5.buffer.api.MemoryManager
Create a new on-heap Buffer instance that directly wraps the given array.
UntetheredMemory - Interface in io.netty5.buffer.api.pool
Memory that isn't attached to any particular buffer.
unwrap() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
unwrap() - Method in class io.netty5.buffer.api.internal.ArcDrop
 
unwrap() - Method in class io.netty5.buffer.ByteBuf
Return the underlying buffer instance if this buffer is a wrapper of another buffer.
unwrap() - Method in class io.netty5.buffer.CompositeByteBuf
 
unwrap() - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
unwrap() - Method in class io.netty5.buffer.EmptyByteBuf
 
unwrap() - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
unwrap() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
unwrap() - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
unwrap() - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
unwrapAndClose() - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
Unwrap this Buffer instance by returning the inner ByteBuf instance.
unwrapRecoverableMemory(Buffer) - Method in class io.netty5.buffer.api.adaptor.ByteBufMemoryManager
 
unwrapRecoverableMemory(Buffer) - Method in class io.netty5.buffer.api.bytebuffer.ByteBufferMemoryManager
 
unwrapRecoverableMemory(Buffer) - Method in interface io.netty5.buffer.api.MemoryManager
Create an object that represents the internal memory of the given buffer.
unwrapRecoverableMemory(Buffer) - Method in class io.netty5.buffer.api.unsafe.UnsafeMemoryManager
 
usage() - Method in interface io.netty5.buffer.api.pool.PoolChunkMetric
Return the percentage of the current usage of the chunk.
usage() - Method in interface io.netty5.buffer.PoolChunkMetric
Return the percentage of the current usage of the chunk.
usedDirectMemory() - Method in interface io.netty5.buffer.ByteBufAllocatorMetric
Returns the number of bytes of direct memory used by a ByteBufAllocator or -1 if unknown.
usedDirectMemory() - Method in class io.netty5.buffer.PooledByteBufAllocatorMetric
 
usedHeapMemory() - Method in interface io.netty5.buffer.ByteBufAllocatorMetric
Returns the number of bytes of heap memory used by a ByteBufAllocator or -1 if unknown.
usedHeapMemory() - Method in class io.netty5.buffer.PooledByteBufAllocatorMetric
 
usedMemory() - Method in interface io.netty5.buffer.api.pool.BufferAllocatorMetric
Returns the number of bytes of heap memory used by a BufferAllocator or -1 if unknown.
using(MemoryManager, Supplier<T>) - Static method in class io.netty5.buffer.api.internal.MemoryManagerOverride
 
using(MemoryManager, Supplier<T>) - Static method in interface io.netty5.buffer.api.MemoryManager
Temporarily override the default configured memory managers instance.
utf8Bytes(CharSequence) - Static method in class io.netty5.buffer.ByteBufUtil
Returns the exact bytes length of UTF8 character sequence.
utf8Bytes(CharSequence, int, int) - Static method in class io.netty5.buffer.ByteBufUtil
Equivalent to utf8Bytes(seq.subSequence(start, end)) but avoids subsequence object allocation.
utf8MaxBytes(int) - Static method in class io.netty5.buffer.ByteBufUtil
Returns max bytes length of UTF8 character sequence of the given length.
utf8MaxBytes(CharSequence) - Static method in class io.netty5.buffer.ByteBufUtil
Returns max bytes length of UTF8 character sequence.

V

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

W

wrap(Drop<T>, MemoryManager) - Static method in class io.netty5.buffer.api.internal.CleanerDrop
Wrap the given drop instance, and produce a new drop instance that will also call the delegate drop instance if it becomes cleanable.
wrap(Drop<X>) - Static method in class io.netty5.buffer.api.internal.ArcDrop
 
wrap(ByteBuf) - Static method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
Wrap the given ByteBuf instance in a Buffer implementation.
wrappedBuffer(byte[]) - Static method in class io.netty5.buffer.Unpooled
Creates a new big-endian buffer which wraps the specified array.
wrappedBuffer(byte[]...) - Static method in class io.netty5.buffer.Unpooled
Creates a new big-endian composite buffer which wraps the specified arrays without copying them.
wrappedBuffer(byte[], int, int) - Static method in class io.netty5.buffer.Unpooled
Creates a new big-endian buffer which wraps the sub-region of the specified array.
wrappedBuffer(int, byte[]...) - Static method in class io.netty5.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.netty5.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.netty5.buffer.Unpooled
Creates a new big-endian composite buffer which wraps the slices of the specified NIO buffers without copying them.
wrappedBuffer(long, int, boolean) - Static method in class io.netty5.buffer.Unpooled
Creates a new buffer which wraps the specified memory address.
wrappedBuffer(ByteBuf) - Static method in class io.netty5.buffer.Unpooled
Creates a new buffer which wraps the specified buffer's readable bytes.
wrappedBuffer(ByteBuf...) - Static method in class io.netty5.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.netty5.buffer.Unpooled
Creates a new buffer which wraps the specified NIO buffer's current slice.
wrappedBuffer(ByteBuffer...) - Static method in class io.netty5.buffer.Unpooled
Creates a new big-endian composite buffer which wraps the slices of the specified NIO buffers without copying them.
wrappedUnmodifiableBuffer(ByteBuf...) - Static method in class io.netty5.buffer.Unpooled
Wrap the given ByteBufs in an unmodifiable ByteBuf.
WrappingAllocation - Class in io.netty5.buffer.api.internal
An AllocationType for on-heap buffer allocations that wrap an existing byte array.
WrappingAllocation(byte[]) - Constructor for class io.netty5.buffer.api.internal.WrappingAllocation
 
writableArray() - Method in interface io.netty5.buffer.api.WritableComponent
Get a byte array of the contents of this component.
writableArrayLength() - Method in interface io.netty5.buffer.api.WritableComponent
The number of bytes in the WritableComponent.writableArray() that belong to this component.
writableArrayOffset() - Method in interface io.netty5.buffer.api.WritableComponent
An offset into the WritableComponent.writableArray() where this component starts.
writableBuffer() - Method in interface io.netty5.buffer.api.WritableComponent
Get a ByteBuffer instance for this memory component, which can be used for modifying the buffer contents.
writableBytes() - Method in class io.netty5.buffer.AbstractByteBuf
 
writableBytes() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
writableBytes() - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
writableBytes() - Method in interface io.netty5.buffer.api.Buffer
Returns the number of writable bytes which is equal to (capacity() - writerOffset()).
writableBytes() - Method in class io.netty5.buffer.api.BufferStub
 
writableBytes() - Method in interface io.netty5.buffer.api.WritableComponent
Get the space available to be written to this component, as a number of bytes.
writableBytes() - Method in class io.netty5.buffer.ByteBuf
Returns the number of writable bytes which is logically equivalent to (this.capacity - this.writerIndex), but maybe overridden to accommodate specialized behavior (e.g. read only).
writableBytes() - Method in class io.netty5.buffer.EmptyByteBuf
 
writableBytes() - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
writableBytes() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
WritableComponent - Interface in io.netty5.buffer.api
A view onto the buffer component being processed in a given iteration of Buffer.forEachWritable(int, WritableComponentProcessor).
WritableComponentProcessor<E extends Exception> - Interface in io.netty5.buffer.api
A processor of writable components.
writableNativeAddress() - Method in interface io.netty5.buffer.api.WritableComponent
Give the native memory address backing this buffer, or return 0 if this buffer has no native memory address.
write(byte[]) - Method in class io.netty5.buffer.BufferOutputStream
 
write(byte[]) - Method in class io.netty5.buffer.ByteBufOutputStream
 
write(byte[], int, int) - Method in class io.netty5.buffer.BufferOutputStream
 
write(byte[], int, int) - Method in class io.netty5.buffer.ByteBufOutputStream
 
write(int) - Method in class io.netty5.buffer.BufferOutputStream
 
write(int) - Method in class io.netty5.buffer.ByteBufOutputStream
 
writeAscii(ByteBufAllocator, CharSequence) - Static method in class io.netty5.buffer.ByteBufUtil
Encode a CharSequence in ASCII and write it to a ByteBuf allocated with alloc.
writeAscii(ByteBuf, CharSequence) - Static method in class io.netty5.buffer.ByteBufUtil
Encode a CharSequence in ASCII and write it to a ByteBuf.
writeBoolean(boolean) - Method in class io.netty5.buffer.AbstractByteBuf
 
writeBoolean(boolean) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
writeBoolean(boolean) - Method in class io.netty5.buffer.BufferOutputStream
 
writeBoolean(boolean) - Method in class io.netty5.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.netty5.buffer.ByteBufOutputStream
 
writeBoolean(boolean) - Method in class io.netty5.buffer.CompositeByteBuf
 
writeBoolean(boolean) - Method in class io.netty5.buffer.EmptyByteBuf
 
writeBoolean(boolean) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
writeByte(byte) - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
writeByte(byte) - Method in interface io.netty5.buffer.api.BufferAccessor
Write the given byte value at the current Buffer.writerOffset(), and increase the writer offset by Byte.BYTES.
writeByte(byte) - Method in class io.netty5.buffer.api.BufferStub
 
writeByte(byte) - Method in interface io.netty5.buffer.api.CompositeBuffer
 
writeByte(int) - Method in class io.netty5.buffer.AbstractByteBuf
 
writeByte(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
writeByte(int) - Method in class io.netty5.buffer.BufferOutputStream
 
writeByte(int) - Method in class io.netty5.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.netty5.buffer.ByteBufOutputStream
 
writeByte(int) - Method in class io.netty5.buffer.CompositeByteBuf
 
writeByte(int) - Method in class io.netty5.buffer.EmptyByteBuf
 
writeByte(int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
writeBytes(byte[]) - Method in class io.netty5.buffer.AbstractByteBuf
 
writeBytes(byte[]) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
writeBytes(byte[]) - Method in interface io.netty5.buffer.api.Buffer
Writes into this buffer, all the bytes from the given byte array.
writeBytes(byte[]) - Method in class io.netty5.buffer.api.BufferStub
 
writeBytes(byte[]) - Method in interface io.netty5.buffer.api.CompositeBuffer
 
writeBytes(byte[]) - Method in class io.netty5.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[]) - Method in class io.netty5.buffer.CompositeByteBuf
 
writeBytes(byte[]) - Method in class io.netty5.buffer.EmptyByteBuf
 
writeBytes(byte[]) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
writeBytes(byte[], int, int) - Method in class io.netty5.buffer.AbstractByteBuf
 
writeBytes(byte[], int, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
writeBytes(byte[], int, int) - Method in interface io.netty5.buffer.api.Buffer
Writes into this buffer, the given number of bytes from the byte array.
writeBytes(byte[], int, int) - Method in interface io.netty5.buffer.api.CompositeBuffer
 
writeBytes(byte[], int, int) - Method in class io.netty5.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(byte[], int, int) - Method in class io.netty5.buffer.CompositeByteBuf
 
writeBytes(byte[], int, int) - Method in class io.netty5.buffer.EmptyByteBuf
 
writeBytes(byte[], int, int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
writeBytes(Buffer) - Method in interface io.netty5.buffer.api.Buffer
Writes into this buffer, all the readable bytes from the given buffer.
writeBytes(Buffer) - Method in class io.netty5.buffer.api.BufferStub
 
writeBytes(Buffer) - Method in interface io.netty5.buffer.api.CompositeBuffer
 
writeBytes(ByteBuf) - Method in class io.netty5.buffer.AbstractByteBuf
 
writeBytes(ByteBuf) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
writeBytes(ByteBuf) - Method in class io.netty5.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) - Method in class io.netty5.buffer.CompositeByteBuf
 
writeBytes(ByteBuf) - Method in class io.netty5.buffer.EmptyByteBuf
 
writeBytes(ByteBuf) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
writeBytes(ByteBuf, int) - Method in class io.netty5.buffer.AbstractByteBuf
 
writeBytes(ByteBuf, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
writeBytes(ByteBuf, int) - Method in class io.netty5.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) - Method in class io.netty5.buffer.CompositeByteBuf
 
writeBytes(ByteBuf, int) - Method in class io.netty5.buffer.EmptyByteBuf
 
writeBytes(ByteBuf, int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
writeBytes(ByteBuf, int, int) - Method in class io.netty5.buffer.AbstractByteBuf
 
writeBytes(ByteBuf, int, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
writeBytes(ByteBuf, int, int) - Method in class io.netty5.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 class io.netty5.buffer.CompositeByteBuf
 
writeBytes(ByteBuf, int, int) - Method in class io.netty5.buffer.EmptyByteBuf
 
writeBytes(ByteBuf, int, int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
writeBytes(InputStream, int) - Method in class io.netty5.buffer.AbstractByteBuf
 
writeBytes(InputStream, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
writeBytes(InputStream, int) - Method in class io.netty5.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(InputStream, int) - Method in class io.netty5.buffer.EmptyByteBuf
 
writeBytes(InputStream, int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
writeBytes(String) - Method in class io.netty5.buffer.BufferOutputStream
 
writeBytes(String) - Method in class io.netty5.buffer.ByteBufOutputStream
 
writeBytes(ByteBuffer) - Method in class io.netty5.buffer.AbstractByteBuf
 
writeBytes(ByteBuffer) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
writeBytes(ByteBuffer) - Method in class io.netty5.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(ByteBuffer) - Method in class io.netty5.buffer.CompositeByteBuf
 
writeBytes(ByteBuffer) - Method in class io.netty5.buffer.EmptyByteBuf
 
writeBytes(ByteBuffer) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
writeBytes(FileChannel, long, int) - Method in class io.netty5.buffer.AbstractByteBuf
 
writeBytes(FileChannel, long, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
writeBytes(FileChannel, long, int) - Method in class io.netty5.buffer.ByteBuf
Transfers the content of the specified channel starting at the given file position to this buffer starting at the current writerIndex and increases the writerIndex by the number of the transferred bytes.
writeBytes(FileChannel, long, int) - Method in class io.netty5.buffer.EmptyByteBuf
 
writeBytes(FileChannel, long, int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
writeBytes(ScatteringByteChannel, int) - Method in class io.netty5.buffer.AbstractByteBuf
 
writeBytes(ScatteringByteChannel, int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
writeBytes(ScatteringByteChannel, int) - Method in class io.netty5.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(ScatteringByteChannel, int) - Method in class io.netty5.buffer.EmptyByteBuf
 
writeBytes(ScatteringByteChannel, int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
writeChar(char) - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
writeChar(char) - Method in interface io.netty5.buffer.api.BufferAccessor
Write the given char value at the current Buffer.writerOffset(), and increase the writer offset by 2.
writeChar(char) - Method in class io.netty5.buffer.api.BufferStub
 
writeChar(char) - Method in interface io.netty5.buffer.api.CompositeBuffer
 
writeChar(int) - Method in class io.netty5.buffer.AbstractByteBuf
 
writeChar(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
writeChar(int) - Method in class io.netty5.buffer.BufferOutputStream
 
writeChar(int) - Method in class io.netty5.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.netty5.buffer.ByteBufOutputStream
 
writeChar(int) - Method in class io.netty5.buffer.CompositeByteBuf
 
writeChar(int) - Method in class io.netty5.buffer.EmptyByteBuf
 
writeChar(int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
writeChars(String) - Method in class io.netty5.buffer.BufferOutputStream
 
writeChars(String) - Method in class io.netty5.buffer.ByteBufOutputStream
 
writeCharSequence(CharSequence, Buffer, Charset) - Static method in interface io.netty5.buffer.api.internal.Statics
 
writeCharSequence(CharSequence, Charset) - Method in class io.netty5.buffer.AbstractByteBuf
 
writeCharSequence(CharSequence, Charset) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
writeCharSequence(CharSequence, Charset) - Method in interface io.netty5.buffer.api.Buffer
Writes into this buffer, all the bytes from the given source using the passed charset.
writeCharSequence(CharSequence, Charset) - Method in class io.netty5.buffer.ByteBuf
Writes the specified CharSequence at the current writerIndex and increases the writerIndex by the written bytes.
writeCharSequence(CharSequence, Charset) - Method in class io.netty5.buffer.EmptyByteBuf
 
writeCharSequence(CharSequence, Charset) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
writeDouble(double) - Method in class io.netty5.buffer.AbstractByteBuf
 
writeDouble(double) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
writeDouble(double) - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
writeDouble(double) - Method in interface io.netty5.buffer.api.BufferAccessor
Write the given double value at the current Buffer.writerOffset(), and increase the writer offset by Double.BYTES.
writeDouble(double) - Method in class io.netty5.buffer.api.BufferStub
 
writeDouble(double) - Method in interface io.netty5.buffer.api.CompositeBuffer
 
writeDouble(double) - Method in class io.netty5.buffer.BufferOutputStream
 
writeDouble(double) - Method in class io.netty5.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.netty5.buffer.ByteBufOutputStream
 
writeDouble(double) - Method in class io.netty5.buffer.CompositeByteBuf
 
writeDouble(double) - Method in class io.netty5.buffer.EmptyByteBuf
 
writeDouble(double) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
writeDoubleLE(double) - Method in class io.netty5.buffer.ByteBuf
Sets the specified 64-bit floating point number at the current writerIndex in Little Endian Byte Order and increases the writerIndex by 8 in this buffer.
writeFloat(float) - Method in class io.netty5.buffer.AbstractByteBuf
 
writeFloat(float) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
writeFloat(float) - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
writeFloat(float) - Method in interface io.netty5.buffer.api.BufferAccessor
Write the given float value at the current Buffer.writerOffset(), and increase the writer offset by Float.BYTES.
writeFloat(float) - Method in class io.netty5.buffer.api.BufferStub
 
writeFloat(float) - Method in interface io.netty5.buffer.api.CompositeBuffer
 
writeFloat(float) - Method in class io.netty5.buffer.BufferOutputStream
 
writeFloat(float) - Method in class io.netty5.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.netty5.buffer.ByteBufOutputStream
 
writeFloat(float) - Method in class io.netty5.buffer.CompositeByteBuf
 
writeFloat(float) - Method in class io.netty5.buffer.EmptyByteBuf
 
writeFloat(float) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
writeFloatLE(float) - Method in class io.netty5.buffer.ByteBuf
Sets the specified 32-bit floating point number at the current writerIndex in Little Endian Byte Order and increases the writerIndex by 4 in this buffer.
writeInt(int) - Method in class io.netty5.buffer.AbstractByteBuf
 
writeInt(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
writeInt(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
writeInt(int) - Method in interface io.netty5.buffer.api.BufferAccessor
Write the given int value at the current Buffer.writerOffset(), and increase the writer offset by Integer.BYTES.
writeInt(int) - Method in class io.netty5.buffer.api.BufferStub
 
writeInt(int) - Method in interface io.netty5.buffer.api.CompositeBuffer
 
writeInt(int) - Method in class io.netty5.buffer.BufferOutputStream
 
writeInt(int) - Method in class io.netty5.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.netty5.buffer.ByteBufOutputStream
 
writeInt(int) - Method in class io.netty5.buffer.CompositeByteBuf
 
writeInt(int) - Method in class io.netty5.buffer.EmptyByteBuf
 
writeInt(int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
writeIntLE(int) - Method in class io.netty5.buffer.AbstractByteBuf
 
writeIntLE(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
writeIntLE(int) - Method in class io.netty5.buffer.ByteBuf
Sets the specified 32-bit integer at the current writerIndex in the Little Endian Byte Order and increases the writerIndex by 4 in this buffer.
writeIntLE(int) - Method in class io.netty5.buffer.EmptyByteBuf
 
writeIntLE(int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
writeLong(long) - Method in class io.netty5.buffer.AbstractByteBuf
 
writeLong(long) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
writeLong(long) - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
writeLong(long) - Method in interface io.netty5.buffer.api.BufferAccessor
Write the given long value at the current Buffer.writerOffset(), and increase the writer offset by Long.BYTES.
writeLong(long) - Method in class io.netty5.buffer.api.BufferStub
 
writeLong(long) - Method in interface io.netty5.buffer.api.CompositeBuffer
 
writeLong(long) - Method in class io.netty5.buffer.BufferOutputStream
 
writeLong(long) - Method in class io.netty5.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.netty5.buffer.ByteBufOutputStream
 
writeLong(long) - Method in class io.netty5.buffer.CompositeByteBuf
 
writeLong(long) - Method in class io.netty5.buffer.EmptyByteBuf
 
writeLong(long) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
writeLongLE(long) - Method in class io.netty5.buffer.AbstractByteBuf
 
writeLongLE(long) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
writeLongLE(long) - Method in class io.netty5.buffer.ByteBuf
Sets the specified 64-bit long integer at the current writerIndex in the Little Endian Byte Order and increases the writerIndex by 8 in this buffer.
writeLongLE(long) - Method in class io.netty5.buffer.EmptyByteBuf
 
writeLongLE(long) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
writeMedium(int) - Method in class io.netty5.buffer.AbstractByteBuf
 
writeMedium(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
writeMedium(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
writeMedium(int) - Method in interface io.netty5.buffer.api.BufferAccessor
Write the given int value at the current Buffer.writerOffset(), and increase the writer offset by 3.
writeMedium(int) - Method in class io.netty5.buffer.api.BufferStub
 
writeMedium(int) - Method in interface io.netty5.buffer.api.CompositeBuffer
 
writeMedium(int) - Method in class io.netty5.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 class io.netty5.buffer.CompositeByteBuf
 
writeMedium(int) - Method in class io.netty5.buffer.EmptyByteBuf
 
writeMedium(int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
writeMediumBE(ByteBuf, int) - Static method in class io.netty5.buffer.ByteBufUtil
Writes a big-endian 24-bit medium integer to the buffer.
writeMediumLE(int) - Method in class io.netty5.buffer.AbstractByteBuf
 
writeMediumLE(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
writeMediumLE(int) - Method in class io.netty5.buffer.ByteBuf
Sets the specified 24-bit medium integer at the current writerIndex in the Little Endian Byte Order and increases the writerIndex by 3 in this buffer.
writeMediumLE(int) - Method in class io.netty5.buffer.EmptyByteBuf
 
writeMediumLE(int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
writerIndex() - Method in class io.netty5.buffer.AbstractByteBuf
 
writerIndex() - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
writerIndex() - Method in class io.netty5.buffer.ByteBuf
Returns the writerIndex of this buffer.
writerIndex() - Method in class io.netty5.buffer.EmptyByteBuf
 
writerIndex() - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
writerIndex(int) - Method in class io.netty5.buffer.AbstractByteBuf
 
writerIndex(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
writerIndex(int) - Method in class io.netty5.buffer.ByteBuf
Sets the writerIndex of this buffer.
writerIndex(int) - Method in class io.netty5.buffer.CompositeByteBuf
 
writerIndex(int) - Method in class io.netty5.buffer.EmptyByteBuf
 
writerIndex(int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
writerOffset() - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
writerOffset() - Method in interface io.netty5.buffer.api.Buffer
Get the current writer offset.
writerOffset() - Method in class io.netty5.buffer.api.BufferStub
 
writerOffset(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
writerOffset(int) - Method in interface io.netty5.buffer.api.Buffer
Set the writer offset.
writerOffset(int) - Method in class io.netty5.buffer.api.BufferStub
 
writerOffset(int) - Method in interface io.netty5.buffer.api.CompositeBuffer
 
writeShort(int) - Method in class io.netty5.buffer.AbstractByteBuf
 
writeShort(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
writeShort(int) - Method in class io.netty5.buffer.BufferOutputStream
 
writeShort(int) - Method in class io.netty5.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.netty5.buffer.ByteBufOutputStream
 
writeShort(int) - Method in class io.netty5.buffer.CompositeByteBuf
 
writeShort(int) - Method in class io.netty5.buffer.EmptyByteBuf
 
writeShort(int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
writeShort(short) - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
writeShort(short) - Method in interface io.netty5.buffer.api.BufferAccessor
Write the given short value at the current Buffer.writerOffset(), and increase the writer offset by Short.BYTES.
writeShort(short) - Method in class io.netty5.buffer.api.BufferStub
 
writeShort(short) - Method in interface io.netty5.buffer.api.CompositeBuffer
 
writeShortBE(ByteBuf, int) - Static method in class io.netty5.buffer.ByteBufUtil
Writes a big-endian 16-bit short integer to the buffer.
writeShortLE(int) - Method in class io.netty5.buffer.AbstractByteBuf
 
writeShortLE(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
writeShortLE(int) - Method in class io.netty5.buffer.ByteBuf
Sets the specified 16-bit short integer in the Little Endian Byte Order at the current writerIndex and increases the writerIndex by 2 in this buffer.
writeShortLE(int) - Method in class io.netty5.buffer.EmptyByteBuf
 
writeShortLE(int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
writeSplit(int) - Method in interface io.netty5.buffer.api.Buffer
Splits the buffer into two, at the offset from the current Buffer.writerOffset() writer offset} position.
writeUnsignedByte(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
writeUnsignedByte(int) - Method in interface io.netty5.buffer.api.BufferAccessor
Write the given unsigned byte value at the current Buffer.writerOffset(), and increase the writer offset by Byte.BYTES.
writeUnsignedByte(int) - Method in class io.netty5.buffer.api.BufferStub
 
writeUnsignedByte(int) - Method in interface io.netty5.buffer.api.CompositeBuffer
 
writeUnsignedInt(long) - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
writeUnsignedInt(long) - Method in interface io.netty5.buffer.api.BufferAccessor
Write the given unsigned int value at the current Buffer.writerOffset(), and increase the writer offset by Integer.BYTES.
writeUnsignedInt(long) - Method in class io.netty5.buffer.api.BufferStub
 
writeUnsignedInt(long) - Method in interface io.netty5.buffer.api.CompositeBuffer
 
writeUnsignedMedium(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
writeUnsignedMedium(int) - Method in interface io.netty5.buffer.api.BufferAccessor
Write the given unsigned int value at the current Buffer.writerOffset(), and increase the writer offset by 3.
writeUnsignedMedium(int) - Method in class io.netty5.buffer.api.BufferStub
 
writeUnsignedMedium(int) - Method in interface io.netty5.buffer.api.CompositeBuffer
 
writeUnsignedShort(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufBuffer
 
writeUnsignedShort(int) - Method in interface io.netty5.buffer.api.BufferAccessor
Write the given unsigned short value at the current Buffer.writerOffset(), and increase the writer offset by Short.BYTES.
writeUnsignedShort(int) - Method in class io.netty5.buffer.api.BufferStub
 
writeUnsignedShort(int) - Method in interface io.netty5.buffer.api.CompositeBuffer
 
writeUTF(String) - Method in class io.netty5.buffer.BufferOutputStream
 
writeUTF(String) - Method in class io.netty5.buffer.ByteBufOutputStream
 
writeUtf8(ByteBufAllocator, CharSequence) - Static method in class io.netty5.buffer.ByteBufUtil
Encode a CharSequence in UTF-8 and write it to a ByteBuf allocated with alloc.
writeUtf8(ByteBuf, CharSequence) - Static method in class io.netty5.buffer.ByteBufUtil
Encode a CharSequence in UTF-8 and write it to a ByteBuf.
writeUtf8(ByteBuf, CharSequence, int, int) - Static method in class io.netty5.buffer.ByteBufUtil
Equivalent to writeUtf8(buf, seq.subSequence(start, end)) but avoids subsequence object allocation.
writeZero(int) - Method in class io.netty5.buffer.AbstractByteBuf
 
writeZero(int) - Method in class io.netty5.buffer.api.adaptor.ByteBufAdaptor
 
writeZero(int) - Method in class io.netty5.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 class io.netty5.buffer.CompositeByteBuf
 
writeZero(int) - Method in class io.netty5.buffer.EmptyByteBuf
 
writeZero(int) - Method in class io.netty5.buffer.SwappedByteBuf
Deprecated.
 
writeZero(int) - Method in class io.netty5.buffer.UnpooledUnsafeDirectByteBuf
 
writeZero(int) - Method in class io.netty5.buffer.UnpooledUnsafeHeapByteBuf
 
writtenBytes() - Method in class io.netty5.buffer.BufferOutputStream
Returns the number of written bytes by this stream so far.
writtenBytes() - Method in class io.netty5.buffer.ByteBufOutputStream
Returns the number of written bytes by this stream so far.

_

_getByte(int) - Method in class io.netty5.buffer.AbstractByteBuf
 
_getByte(int) - Method in class io.netty5.buffer.CompositeByteBuf
 
_getByte(int) - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
_getByte(int) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
_getByte(int) - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
_getByte(int) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
_getByte(int) - Method in class io.netty5.buffer.UnpooledUnsafeDirectByteBuf
 
_getByte(int) - Method in class io.netty5.buffer.UnpooledUnsafeHeapByteBuf
 
_getInt(int) - Method in class io.netty5.buffer.AbstractByteBuf
 
_getInt(int) - Method in class io.netty5.buffer.CompositeByteBuf
 
_getInt(int) - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
_getInt(int) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
_getInt(int) - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
_getInt(int) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
_getInt(int) - Method in class io.netty5.buffer.UnpooledUnsafeDirectByteBuf
 
_getInt(int) - Method in class io.netty5.buffer.UnpooledUnsafeHeapByteBuf
 
_getIntLE(int) - Method in class io.netty5.buffer.AbstractByteBuf
 
_getIntLE(int) - Method in class io.netty5.buffer.CompositeByteBuf
 
_getIntLE(int) - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
_getIntLE(int) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
_getIntLE(int) - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
_getIntLE(int) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
_getIntLE(int) - Method in class io.netty5.buffer.UnpooledUnsafeDirectByteBuf
 
_getIntLE(int) - Method in class io.netty5.buffer.UnpooledUnsafeHeapByteBuf
 
_getLong(int) - Method in class io.netty5.buffer.AbstractByteBuf
 
_getLong(int) - Method in class io.netty5.buffer.CompositeByteBuf
 
_getLong(int) - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
_getLong(int) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
_getLong(int) - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
_getLong(int) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
_getLong(int) - Method in class io.netty5.buffer.UnpooledUnsafeDirectByteBuf
 
_getLong(int) - Method in class io.netty5.buffer.UnpooledUnsafeHeapByteBuf
 
_getLongLE(int) - Method in class io.netty5.buffer.AbstractByteBuf
 
_getLongLE(int) - Method in class io.netty5.buffer.CompositeByteBuf
 
_getLongLE(int) - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
_getLongLE(int) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
_getLongLE(int) - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
_getLongLE(int) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
_getLongLE(int) - Method in class io.netty5.buffer.UnpooledUnsafeDirectByteBuf
 
_getLongLE(int) - Method in class io.netty5.buffer.UnpooledUnsafeHeapByteBuf
 
_getShort(int) - Method in class io.netty5.buffer.AbstractByteBuf
 
_getShort(int) - Method in class io.netty5.buffer.CompositeByteBuf
 
_getShort(int) - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
_getShort(int) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
_getShort(int) - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
_getShort(int) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
_getShort(int) - Method in class io.netty5.buffer.UnpooledUnsafeDirectByteBuf
 
_getShort(int) - Method in class io.netty5.buffer.UnpooledUnsafeHeapByteBuf
 
_getShortLE(int) - Method in class io.netty5.buffer.AbstractByteBuf
 
_getShortLE(int) - Method in class io.netty5.buffer.CompositeByteBuf
 
_getShortLE(int) - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
_getShortLE(int) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
_getShortLE(int) - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
_getShortLE(int) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
_getShortLE(int) - Method in class io.netty5.buffer.UnpooledUnsafeDirectByteBuf
 
_getShortLE(int) - Method in class io.netty5.buffer.UnpooledUnsafeHeapByteBuf
 
_getUnsignedMedium(int) - Method in class io.netty5.buffer.AbstractByteBuf
 
_getUnsignedMedium(int) - Method in class io.netty5.buffer.CompositeByteBuf
 
_getUnsignedMedium(int) - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
_getUnsignedMedium(int) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
_getUnsignedMedium(int) - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
_getUnsignedMedium(int) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
_getUnsignedMedium(int) - Method in class io.netty5.buffer.UnpooledUnsafeDirectByteBuf
 
_getUnsignedMedium(int) - Method in class io.netty5.buffer.UnpooledUnsafeHeapByteBuf
 
_getUnsignedMediumLE(int) - Method in class io.netty5.buffer.AbstractByteBuf
 
_getUnsignedMediumLE(int) - Method in class io.netty5.buffer.CompositeByteBuf
 
_getUnsignedMediumLE(int) - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
_getUnsignedMediumLE(int) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
_getUnsignedMediumLE(int) - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
_getUnsignedMediumLE(int) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
_getUnsignedMediumLE(int) - Method in class io.netty5.buffer.UnpooledUnsafeDirectByteBuf
 
_getUnsignedMediumLE(int) - Method in class io.netty5.buffer.UnpooledUnsafeHeapByteBuf
 
_setByte(int, int) - Method in class io.netty5.buffer.AbstractByteBuf
 
_setByte(int, int) - Method in class io.netty5.buffer.CompositeByteBuf
 
_setByte(int, int) - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
_setByte(int, int) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
_setByte(int, int) - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
_setByte(int, int) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
_setByte(int, int) - Method in class io.netty5.buffer.UnpooledUnsafeDirectByteBuf
 
_setByte(int, int) - Method in class io.netty5.buffer.UnpooledUnsafeHeapByteBuf
 
_setInt(int, int) - Method in class io.netty5.buffer.AbstractByteBuf
 
_setInt(int, int) - Method in class io.netty5.buffer.CompositeByteBuf
 
_setInt(int, int) - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
_setInt(int, int) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
_setInt(int, int) - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
_setInt(int, int) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
_setInt(int, int) - Method in class io.netty5.buffer.UnpooledUnsafeDirectByteBuf
 
_setInt(int, int) - Method in class io.netty5.buffer.UnpooledUnsafeHeapByteBuf
 
_setIntLE(int, int) - Method in class io.netty5.buffer.AbstractByteBuf
 
_setIntLE(int, int) - Method in class io.netty5.buffer.CompositeByteBuf
 
_setIntLE(int, int) - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
_setIntLE(int, int) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
_setIntLE(int, int) - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
_setIntLE(int, int) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
_setIntLE(int, int) - Method in class io.netty5.buffer.UnpooledUnsafeDirectByteBuf
 
_setIntLE(int, int) - Method in class io.netty5.buffer.UnpooledUnsafeHeapByteBuf
 
_setLong(int, long) - Method in class io.netty5.buffer.AbstractByteBuf
 
_setLong(int, long) - Method in class io.netty5.buffer.CompositeByteBuf
 
_setLong(int, long) - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
_setLong(int, long) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
_setLong(int, long) - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
_setLong(int, long) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
_setLong(int, long) - Method in class io.netty5.buffer.UnpooledUnsafeDirectByteBuf
 
_setLong(int, long) - Method in class io.netty5.buffer.UnpooledUnsafeHeapByteBuf
 
_setLongLE(int, long) - Method in class io.netty5.buffer.AbstractByteBuf
 
_setLongLE(int, long) - Method in class io.netty5.buffer.CompositeByteBuf
 
_setLongLE(int, long) - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
_setLongLE(int, long) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
_setLongLE(int, long) - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
_setLongLE(int, long) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
_setLongLE(int, long) - Method in class io.netty5.buffer.UnpooledUnsafeDirectByteBuf
 
_setLongLE(int, long) - Method in class io.netty5.buffer.UnpooledUnsafeHeapByteBuf
 
_setMedium(int, int) - Method in class io.netty5.buffer.AbstractByteBuf
 
_setMedium(int, int) - Method in class io.netty5.buffer.CompositeByteBuf
 
_setMedium(int, int) - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
_setMedium(int, int) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
_setMedium(int, int) - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
_setMedium(int, int) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
_setMedium(int, int) - Method in class io.netty5.buffer.UnpooledUnsafeDirectByteBuf
 
_setMedium(int, int) - Method in class io.netty5.buffer.UnpooledUnsafeHeapByteBuf
 
_setMediumLE(int, int) - Method in class io.netty5.buffer.AbstractByteBuf
 
_setMediumLE(int, int) - Method in class io.netty5.buffer.CompositeByteBuf
 
_setMediumLE(int, int) - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
_setMediumLE(int, int) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
_setMediumLE(int, int) - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
_setMediumLE(int, int) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
_setMediumLE(int, int) - Method in class io.netty5.buffer.UnpooledUnsafeDirectByteBuf
 
_setMediumLE(int, int) - Method in class io.netty5.buffer.UnpooledUnsafeHeapByteBuf
 
_setShort(int, int) - Method in class io.netty5.buffer.AbstractByteBuf
 
_setShort(int, int) - Method in class io.netty5.buffer.CompositeByteBuf
 
_setShort(int, int) - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
_setShort(int, int) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
_setShort(int, int) - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
_setShort(int, int) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
_setShort(int, int) - Method in class io.netty5.buffer.UnpooledUnsafeDirectByteBuf
 
_setShort(int, int) - Method in class io.netty5.buffer.UnpooledUnsafeHeapByteBuf
 
_setShortLE(int, int) - Method in class io.netty5.buffer.AbstractByteBuf
 
_setShortLE(int, int) - Method in class io.netty5.buffer.CompositeByteBuf
 
_setShortLE(int, int) - Method in class io.netty5.buffer.DuplicatedByteBuf
Deprecated.
 
_setShortLE(int, int) - Method in class io.netty5.buffer.ReadOnlyByteBuf
Deprecated.
 
_setShortLE(int, int) - Method in class io.netty5.buffer.UnpooledDirectByteBuf
 
_setShortLE(int, int) - Method in class io.netty5.buffer.UnpooledHeapByteBuf
 
_setShortLE(int, int) - Method in class io.netty5.buffer.UnpooledUnsafeDirectByteBuf
 
_setShortLE(int, int) - Method in class io.netty5.buffer.UnpooledUnsafeHeapByteBuf
 
A B C D E F G H I K L M N O P R S T U V W _ 
All Classes All Packages