All Classes
-
All Classes Interface Summary Class Summary Class Description AbstractByteBuf A skeletal implementation of a buffer.AbstractByteBufAllocator SkeletalByteBufAllocator
implementation to extend.AbstractDerivedByteBuf Deprecated. Do not use.AbstractMultiSearchProcessorFactory Base class for precomputed factories that createMultiSearchProcessor
s.AbstractReferenceCountedByteBuf Abstract base class forByteBuf
implementations that count references.AbstractSearchProcessorFactory Base class for precomputed factories that createSearchProcessor
s.AdaptiveByteBufAllocator An auto-tuning poolingByteBufAllocator
, that follows an anti-generational hypothesis.AhoCorasicSearchProcessorFactory Implements Aho–Corasick string search algorithm.AhoCorasicSearchProcessorFactory.Processor BitapSearchProcessorFactory Implements Bitap string search algorithm.BitapSearchProcessorFactory.Processor 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.ByteBufInputStream AnInputStream
which reads data from aByteBuf
.ByteBufOutputStream AnOutputStream
which writes data to aByteBuf
.ByteBufProcessor Deprecated. UseByteProcessor
.ByteBufUtil A collection of utility methods that is related with handlingByteBuf
, such as the generation of hex dump and swapping an integer's byte order.CompositeByteBuf A virtual buffer which shows multiple buffers as a single merged buffer.DefaultByteBufHolder Default implementation of aByteBufHolder
that holds it's data in aByteBuf
.DuplicatedByteBuf Deprecated. Do not use.EmptyByteBuf An emptyByteBuf
whose capacity and maximum capacity are all0
.KmpSearchProcessorFactory Implements Knuth-Morris-Pratt string search algorithm.KmpSearchProcessorFactory.Processor MultiSearchProcessor Interface forSearchProcessor
that implements simultaneous search for multiple strings.MultiSearchProcessorFactory PoolArenaMetric Expose metrics for an arena.PoolChunkListMetric Metrics for a list of chunks.PoolChunkMetric Metrics for a chunk.PooledByteBufAllocator PooledByteBufAllocatorMetric Exposed metric forPooledByteBufAllocator
.PoolSubpageMetric Metrics for a sub-page.ReadOnlyByteBuf Deprecated. Do not use.SearchProcessor Interface forByteProcessor
that implements string search.SearchProcessorFactory SizeClassesMetric Expose metrics for an SizeClasses.SlicedByteBuf Deprecated. Do not use.SwappedByteBuf Deprecated. use the Little Endian accessors, e.g.Unpooled Creates a newByteBuf
by allocating new space or by wrapping or copying existing byte arrays, byte buffers and a string.UnpooledByteBufAllocator SimplisticByteBufAllocator
implementation that does not pool anything.UnpooledDirectByteBuf A NIOByteBuffer
based buffer.UnpooledHeapByteBuf Big endian Java heap buffer implementation.UnpooledUnsafeDirectByteBuf A NIOByteBuffer
based buffer.UnpooledUnsafeHeapByteBuf Big endian Java heap buffer implementation.WrappedByteBuf Wraps anotherByteBuf
.