Uses of Interface
org.jboss.netty.buffer.WrappedChannelBuffer
Packages that use WrappedChannelBuffer
Package
Description
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 WrappedChannelBufferModifier and TypeClassDescriptionclass
A derived buffer which simply forwards all data access requests to its parent.class
A derived buffer which forbids any write requests to its parent.class
A derived buffer which exposes its parent's sub-region only.class
A derived buffer which hides its parent's tail data beyond a certain index.