Package | Description |
---|---|
org.jboss.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 |
DuplicatedChannelBuffer
A derived buffer which simply forwards all data access requests to its
parent.
|
class |
ReadOnlyChannelBuffer
A derived buffer which forbids any write requests to its parent.
|
class |
SlicedChannelBuffer
A derived buffer which exposes its parent's sub-region only.
|
class |
TruncatedChannelBuffer
A derived buffer which hides its parent's tail data beyond a certain index.
|
Copyright © 2008-2014 The Netty Project. All Rights Reserved.