All Classes
-
All Classes Interface Summary Class Summary Class Description AbstractByteBuf A skeletal implementation of a buffer.AbstractByteBufAllocator SkeletalByteBufAllocatorimplementation to extend.AbstractDerivedByteBuf Deprecated. Do not use.AbstractMultiSearchProcessorFactory Base class for precomputed factories that createMultiSearchProcessors.AbstractReferenceCountedByteBuf Abstract base class forByteBufimplementations that count references.AbstractSearchProcessorFactory Base class for precomputed factories that createSearchProcessors.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 AnInputStreamwhich reads data from aByteBuf.ByteBufOutputStream AnOutputStreamwhich 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 aByteBufHolderthat holds it's data in aByteBuf.DuplicatedByteBuf Deprecated. Do not use.EmptyByteBuf An emptyByteBufwhose capacity and maximum capacity are all0.KmpSearchProcessorFactory Implements Knuth-Morris-Pratt string search algorithm.KmpSearchProcessorFactory.Processor MultiSearchProcessor Interface forSearchProcessorthat 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 forByteProcessorthat 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 newByteBufby allocating new space or by wrapping or copying existing byte arrays, byte buffers and a string.UnpooledByteBufAllocator SimplisticByteBufAllocatorimplementation that does not pool anything.UnpooledDirectByteBuf A NIOByteBufferbased buffer.UnpooledHeapByteBuf Big endian Java heap buffer implementation.UnpooledUnsafeDirectByteBuf A NIOByteBufferbased buffer.UnpooledUnsafeHeapByteBuf Big endian Java heap buffer implementation.WrappedByteBuf Wraps anotherByteBuf.