|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractChannelBufferFactory | |
|---|---|
| org.jboss.netty.buffer | Abstraction of a byte buffer - the fundamental data structure to represent a low-level binary and text message. |
| Uses of AbstractChannelBufferFactory in org.jboss.netty.buffer |
|---|
| Subclasses of AbstractChannelBufferFactory in org.jboss.netty.buffer | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||