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 |
DirectChannelBufferFactory
A
ChannelBufferFactory which pre-allocates a large chunk of direct
buffer and returns its slice on demand. |
class |
HeapChannelBufferFactory
A
ChannelBufferFactory which merely allocates a heap buffer with
the specified capacity. |
Copyright © 2008-2014 The Netty Project. All Rights Reserved.