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