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 TypeClassDescriptionclassA derived buffer which simply forwards all data access requests to its parent.classA derived buffer which forbids any write requests to its parent.classA derived buffer which exposes its parent's sub-region only.classA derived buffer which hides its parent's tail data beyond a certain index.