| Package | Description |
|---|---|
| io.netty.handler.codec |
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.
|
| io.netty.handler.codec.base64 | |
| io.netty.handler.codec.bytes |
Encoder and decoder which transform an array of bytes into a
ByteBuf and vice versa. |
| io.netty.handler.codec.compression | |
| io.netty.handler.codec.marshalling |
Decoder and Encoder which uses JBoss Marshalling.
|
| io.netty.handler.codec.protobuf |
Encoder and decoder which transform a
Google Protocol Buffers
Message into a ByteBuf
and vice versa. |
| io.netty.handler.codec.serialization |
Encoder, decoder and their compatibility stream implementations which
transform a
Serializable object into a byte buffer and
vice versa. |
| io.netty.handler.codec.string |
Encoder and decoder which transform a
String into a
ByteBuf and vice versa. |
| Class and Description |
|---|
ByteToMessageDecoder
ChannelInboundByteHandler which decodes bytes in a stream-like fashion from one ByteBuf to an other
Message type. |
| CodecException
An
Exception which is thrown by a codec. |
| DecoderException
An
CodecException which is thrown by a dencoder. |
| DecoderResult |
MessageToByteEncoder
ChannelOutboundMessageHandlerAdapter which encodes message in a stream-like fashion from one message to an
ByteBuf. |
| Class and Description |
|---|
| MessageToMessageDecoder |
| MessageToMessageEncoder |
| Class and Description |
|---|
| MessageToMessageDecoder |
| Class and Description |
|---|
ByteToByteDecoder
ChannelInboundByteHandlerAdapter which decodes bytes in a stream-like fashion from one ByteBuf to an
other. |
ByteToByteEncoder
ChannelOutboundByteHandlerAdapter which encodes bytes in a stream-like fashion from one ByteBuf to an
other. |
| CodecException
An
Exception which is thrown by a codec. |
| Class and Description |
|---|
ByteToMessageDecoder
ChannelInboundByteHandler which decodes bytes in a stream-like fashion from one ByteBuf to an other
Message type. |
| LengthFieldBasedFrameDecoder
A decoder that splits the received
ByteBufs dynamically by the
value of the length field in the message. |
MessageToByteEncoder
ChannelOutboundMessageHandlerAdapter which encodes message in a stream-like fashion from one message to an
ByteBuf. |
| ReplayingDecoder
A specialized variation of
ByteToMessageDecoder which enables implementation
of a non-blocking decoder in the blocking I/O paradigm. |
| Class and Description |
|---|
ByteToMessageDecoder
ChannelInboundByteHandler which decodes bytes in a stream-like fashion from one ByteBuf to an other
Message type. |
MessageToByteEncoder
ChannelOutboundMessageHandlerAdapter which encodes message in a stream-like fashion from one message to an
ByteBuf. |
| MessageToMessageDecoder |
| MessageToMessageEncoder |
| Class and Description |
|---|
ByteToMessageDecoder
ChannelInboundByteHandler which decodes bytes in a stream-like fashion from one ByteBuf to an other
Message type. |
| LengthFieldBasedFrameDecoder
A decoder that splits the received
ByteBufs dynamically by the
value of the length field in the message. |
MessageToByteEncoder
ChannelOutboundMessageHandlerAdapter which encodes message in a stream-like fashion from one message to an
ByteBuf. |
| Class and Description |
|---|
| MessageToMessageDecoder |
Copyright © 2008-2013 The Netty Project. All Rights Reserved.