All Classes and Interfaces

Class
Description
A skeletal implementation of a buffer.
Skeletal ByteBufAllocator implementation to extend.
Deprecated.
Do not use.
Base class for precomputed factories that create MultiSearchProcessors.
Abstract base class for ByteBuf implementations that count references.
Base class for precomputed factories that create SearchProcessors.
Implements Aho–Corasick string search algorithm.
 
Implements Bitap string search algorithm.
 
A random and sequential accessible sequence of zero or more bytes (octets).
Implementations are responsible to allocate buffers.
 
 
An interface that can be implemented by any object that know how to turn itself into a ByteBuf.
A packet which is send or receive.
An InputStream which reads data from a ByteBuf.
An OutputStream which writes data to a ByteBuf.
Deprecated.
Use ByteProcessor.
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.
A virtual buffer which shows multiple buffers as a single merged buffer.
Default implementation of a ByteBufHolder that holds it's data in a ByteBuf.
Deprecated.
Do not use.
An empty ByteBuf whose capacity and maximum capacity are all 0.
Implements Knuth-Morris-Pratt string search algorithm.
 
Interface for SearchProcessor that implements simultaneous search for multiple strings.
 
Expose metrics for an arena.
Metrics for a list of chunks.
Metrics for a chunk.
 
Exposed metric for PooledByteBufAllocator.
Metrics for a sub-page.
Deprecated.
Do not use.
Interface for ByteProcessor that implements string search.
 
Expose metrics for an SizeClasses.
Deprecated.
Do not use.
Deprecated.
use the Little Endian accessors, e.g.
Creates a new ByteBuf by allocating new space or by wrapping or copying existing byte arrays, byte buffers and a string.
Simplistic ByteBufAllocator implementation that does not pool anything.
A NIO ByteBuffer based buffer.
Big endian Java heap buffer implementation.
A NIO ByteBuffer based buffer.
Big endian Java heap buffer implementation.