Package | Description |
---|---|
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.multipart |
HTTP multipart support.
|
org.jboss.netty.handler.codec.http.websocket | |
org.jboss.netty.handler.codec.http.websocketx |
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
|
org.jboss.netty.handler.codec.marshalling |
Decoder and Encoder which uses JBoss Marshalling.
|
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.codec.socks |
Encoder, decoder and their related message types for Socks.
|
org.jboss.netty.handler.codec.spdy |
Encoder, decoder, session handler and their related message types for the SPDY protocol.
|
org.jboss.netty.handler.ssl |
Class and Description |
---|
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.
|
Class and Description |
---|
ChannelBufferFactory
A factory that creates or pools
ChannelBuffer s. |
Class and Description |
---|
ChannelBufferFactory
A factory that creates or pools
ChannelBuffer s. |
Class and Description |
---|
ChannelBuffer
A random and sequential accessible sequence of zero or more bytes (octets).
|
ChannelBufferFactory
A factory that creates or pools
ChannelBuffer s. |
Class and Description |
---|
ChannelBufferFactory
A factory that creates or pools
ChannelBuffer s. |
Class and Description |
---|
ChannelBuffer
A random and sequential accessible sequence of zero or more bytes (octets).
|
Class and Description |
---|
ChannelBuffer
A random and sequential accessible sequence of zero or more bytes (octets).
|
Class and Description |
---|
ChannelBuffer
A random and sequential accessible sequence of zero or more bytes (octets).
|
Class and Description |
---|
ChannelBuffer
A random and sequential accessible sequence of zero or more bytes (octets).
|
Class and Description |
---|
ChannelBuffer
A random and sequential accessible sequence of zero or more bytes (octets).
|
Class and Description |
---|
ChannelBuffer
A random and sequential accessible sequence of zero or more bytes (octets).
|
Class and Description |
---|
ChannelBuffer
A random and sequential accessible sequence of zero or more bytes (octets).
|
Class and Description |
---|
ChannelBuffer
A random and sequential accessible sequence of zero or more bytes (octets).
|
Class and Description |
---|
ChannelBuffer
A random and sequential accessible sequence of zero or more bytes (octets).
|
Class and Description |
---|
ChannelBuffer
A random and sequential accessible sequence of zero or more bytes (octets).
|
Class and Description |
---|
ChannelBuffer
A random and sequential accessible sequence of zero or more bytes (octets).
|
Class and Description |
---|
ChannelBuffer
A random and sequential accessible sequence of zero or more bytes (octets).
|
Class and Description |
---|
ChannelBuffer
A random and sequential accessible sequence of zero or more bytes (octets).
|
Copyright © 2008-2014 The Netty Project. All Rights Reserved.