Uses of Class
org.jboss.netty.buffer.AbstractChannelBufferFactory

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.
 



Copyright © 2008-2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.