Uses of Package
io.netty5.buffer
-
Packages that use io.netty5.buffer Package Description 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.adaptor Helpers for integrating with the existingByteBuf
API.io.netty5.buffer.api.internal Internal implementation details that can be shared among Buffer implementations. -
Classes in io.netty5.buffer used by io.netty5.buffer Class Description AbstractByteBuf A skeletal implementation of a buffer.AbstractByteBufAllocator SkeletalByteBufAllocator
implementation to extend.AbstractDerivedByteBuf Deprecated.Do not use.AbstractReferenceCountedByteBuf Abstract base class forByteBuf
implementations that count references.ByteBuf A random and sequential accessible sequence of zero or more bytes (octets).ByteBufAllocator Implementations are responsible to allocate buffers.ByteBufAllocatorMetric ByteBufAllocatorMetricProvider ByteBufConvertible An interface that can be implemented by any object that know how to turn itself into aByteBuf
.ByteBufHolder A packet which is send or receive.ByteBufProcessor Deprecated.UseByteProcessor
.CompositeByteBuf A virtual buffer which shows multiple buffers as a single merged buffer.PoolArenaMetric Expose metrics for an arena.PoolChunkListMetric Metrics for a list of chunks.PooledByteBufAllocator PooledByteBufAllocatorMetric Exposed metric forPooledByteBufAllocator
.PoolSubpageMetric Metrics for a sub-page.SizeClassesMetric Expose metrics for an SizeClasses.SwappedByteBuf Deprecated.use the Little Endian accessors, e.g.UnpooledByteBufAllocator SimplisticByteBufAllocator
implementation that does not pool anything.UnpooledDirectByteBuf A NIOByteBuffer
based buffer.UnpooledHeapByteBuf Big endian Java heap buffer implementation. -
Classes in io.netty5.buffer used by io.netty5.buffer.api.adaptor Class Description ByteBuf A random and sequential accessible sequence of zero or more bytes (octets).ByteBufAllocator Implementations are responsible to allocate buffers.ByteBufConvertible An interface that can be implemented by any object that know how to turn itself into aByteBuf
.CompositeByteBuf A virtual buffer which shows multiple buffers as a single merged buffer. -
Classes in io.netty5.buffer used by io.netty5.buffer.api.internal Class Description ByteBuf A random and sequential accessible sequence of zero or more bytes (octets).ByteBufConvertible An interface that can be implemented by any object that know how to turn itself into aByteBuf
.