Uses of Interface
org.jboss.netty.buffer.WrappedChannelBuffer

Packages that use WrappedChannelBuffer
org.jboss.netty.buffer Abstraction of a byte buffer - the fundamental data structure to represent a low-level binary and text message. 
 

Uses of WrappedChannelBuffer in org.jboss.netty.buffer
 

Classes in org.jboss.netty.buffer that implement WrappedChannelBuffer
 class DuplicatedChannelBuffer
          A derived buffer which simply forwards all data access requests to its parent.
 class ReadOnlyChannelBuffer
          A derived buffer which forbids any write requests to its parent.
 class SlicedChannelBuffer
          A derived buffer which exposes its parent's sub-region only.
 class TruncatedChannelBuffer
          A derived buffer which hides its parent's tail data beyond a certain index.
 



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