|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.jboss.netty.buffer | |
---|---|
org.jboss.netty.buffer | Abstraction of a byte buffer - the fundamental data structure to represent a low-level binary and text message. |
org.jboss.netty.channel | The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel. |
org.jboss.netty.channel.socket.http | An HTTP-based client-side SocketChannel
and its corresponding server-side Servlet implementation that make your
existing server application work in a firewalled network. |
org.jboss.netty.handler.codec.base64 | Encoder and decoder which transform a
Base64-encoded
String or ChannelBuffer
into a decoded ChannelBuffer and vice versa. |
org.jboss.netty.handler.codec.embedder | 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. |
org.jboss.netty.handler.codec.frame | Extensible decoder and its common implementations which deal with the packet fragmentation and reassembly issue found in a stream-based transport such as TCP/IP. |
org.jboss.netty.handler.codec.http | Encoder, decoder and their related message types for HTTP. |
org.jboss.netty.handler.codec.http.websocket | Encoder, decoder and their related message types for Web Socket data frames. |
org.jboss.netty.handler.codec.protobuf | Encoder and decoder which transform a
Google Protocol Buffers
Message into a ChannelBuffer
and vice versa. |
org.jboss.netty.handler.codec.replay | Specialized variation of FrameDecoder
which enables implementation of a non-blocking decoder in the blocking I/O
paradigm. |
org.jboss.netty.handler.codec.rtsp | An RTSP extension based on the HTTP codec. |
org.jboss.netty.handler.codec.serialization | Encoder, decoder and their compatibility stream implementations which
transform a Serializable object into a byte buffer and
vice versa. |
org.jboss.netty.handler.ssl | SSL ·
TLS implementation based on SSLEngine |
Classes in org.jboss.netty.buffer used by org.jboss.netty.buffer | |
---|---|
AbstractChannelBuffer
A skeletal implementation of a buffer. |
|
AbstractChannelBufferFactory
A skeletal implementation of ChannelBufferFactory . |
|
ChannelBuffer
A random and sequential accessible sequence of zero or more bytes (octets). |
|
ChannelBufferFactory
A factory that creates or pools ChannelBuffer s. |
|
ChannelBufferIndexFinder
Locates an index of data in a ChannelBuffer . |
|
HeapChannelBuffer
A skeletal implementation for Java heap buffers. |
|
WrappedChannelBuffer
The common interface for buffer wrappers and derived buffers. |
Classes in org.jboss.netty.buffer used by org.jboss.netty.channel | |
---|---|
ChannelBufferFactory
A factory that creates or pools ChannelBuffer s. |
Classes in org.jboss.netty.buffer used by org.jboss.netty.channel.socket.http | |
---|---|
ChannelBufferFactory
A factory that creates or pools ChannelBuffer s. |
Classes in org.jboss.netty.buffer used by org.jboss.netty.handler.codec.base64 | |
---|---|
ChannelBuffer
A random and sequential accessible sequence of zero or more bytes (octets). |
|
ChannelBufferFactory
A factory that creates or pools ChannelBuffer s. |
Classes in org.jboss.netty.buffer used by org.jboss.netty.handler.codec.embedder | |
---|---|
ChannelBufferFactory
A factory that creates or pools ChannelBuffer s. |
Classes in org.jboss.netty.buffer used by org.jboss.netty.handler.codec.frame | |
---|---|
ChannelBuffer
A random and sequential accessible sequence of zero or more bytes (octets). |
Classes in org.jboss.netty.buffer used by org.jboss.netty.handler.codec.http | |
---|---|
ChannelBuffer
A random and sequential accessible sequence of zero or more bytes (octets). |
Classes in org.jboss.netty.buffer used by org.jboss.netty.handler.codec.http.websocket | |
---|---|
ChannelBuffer
A random and sequential accessible sequence of zero or more bytes (octets). |
Classes in org.jboss.netty.buffer used by org.jboss.netty.handler.codec.protobuf | |
---|---|
ChannelBuffer
A random and sequential accessible sequence of zero or more bytes (octets). |
Classes in org.jboss.netty.buffer used by org.jboss.netty.handler.codec.replay | |
---|---|
ChannelBuffer
A random and sequential accessible sequence of zero or more bytes (octets). |
Classes in org.jboss.netty.buffer used by org.jboss.netty.handler.codec.rtsp | |
---|---|
ChannelBuffer
A random and sequential accessible sequence of zero or more bytes (octets). |
Classes in org.jboss.netty.buffer used by org.jboss.netty.handler.codec.serialization | |
---|---|
ChannelBuffer
A random and sequential accessible sequence of zero or more bytes (octets). |
Classes in org.jboss.netty.buffer used by org.jboss.netty.handler.ssl | |
---|---|
ChannelBuffer
A random and sequential accessible sequence of zero or more bytes (octets). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |