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

Packages that use ChannelBufferFactory
Package
Description
Abstraction of a byte buffer - the fundamental data structure to represent a low-level binary and text message.
The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel.
An HTTP-based client-side SocketChannel and its corresponding server-side Servlet implementation that make your existing server application work in a firewalled network.
Encoder and decoder which transform a Base64-encoded String or ChannelBuffer into a decoded ChannelBuffer and vice versa.
A helper that wraps an encoder or a decoder so that they can be used without doing actual I/O in unit tests or higher level codecs.
Decoder and Encoder which uses JBoss Marshalling.
Specialized variation of FrameDecoder which enables implementation of a non-blocking decoder in the blocking I/O paradigm.