Uses of Class
org.jboss.netty.buffer.AbstractChannelBufferFactory
-
Packages that use AbstractChannelBufferFactory Package Description 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 Modifier and Type Class Description class
DirectChannelBufferFactory
AChannelBufferFactory
which pre-allocates a large chunk of direct buffer and returns its slice on demand.class
HeapChannelBufferFactory
AChannelBufferFactory
which merely allocates a heap buffer with the specified capacity.
-