Package | Description |
---|---|
io.netty.buffer |
Abstraction of a byte buffer - the fundamental data structure
to represent a low-level binary and text message.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDerivedByteBuf
|
class |
AbstractReferenceCountedByteBuf
Abstract base class for
ByteBuf implementations that count references. |
class |
CompositeByteBuf
A virtual buffer which shows multiple buffers as a single merged buffer.
|
class |
DuplicatedByteBuf
A derived buffer which simply forwards all data access requests to its
parent.
|
class |
ReadOnlyByteBuf
A derived buffer which forbids any write requests to its parent.
|
class |
SlicedByteBuf
A derived buffer which exposes its parent's sub-region only.
|
class |
UnpooledDirectByteBuf
A NIO
ByteBuffer based buffer. |
class |
UnpooledHeapByteBuf
Big endian Java heap buffer implementation.
|
class |
UnpooledUnsafeDirectByteBuf
A NIO
ByteBuffer based buffer. |
Copyright © 2008-2016 The Netty Project. All Rights Reserved.