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 |
CodecException
An
Exception which is thrown by a codec. |
DecoderException
An
Exception which is thrown by an encoder. |
MessageToByteEncoder |
Class and Description |
---|
MessageToMessageDecoder |
MessageToMessageEncoder |
Class and Description |
---|
MessageToMessageDecoder |
MessageToMessageEncoder |
Class and Description |
---|
ByteToByteDecoder |
ByteToByteEncoder |
Class and Description |
---|
ByteToMessageDecoder |
LengthFieldBasedFrameDecoder
A decoder that splits the received
ByteBuf s dynamically by the
value of the length field in the message. |
MessageToByteEncoder |
ReplayingDecoder
A specialized variation of
ByteToMessageDecoder which enables implementation
of a non-blocking decoder in the blocking I/O paradigm. |
Class and Description |
---|
ByteToMessageDecoder |
MessageToByteEncoder |
MessageToMessageDecoder |
MessageToMessageEncoder |
Class and Description |
---|
ByteToMessageDecoder |
LengthFieldBasedFrameDecoder
A decoder that splits the received
ByteBuf s dynamically by the
value of the length field in the message. |
MessageToByteEncoder |
Class and Description |
---|
MessageToMessageDecoder |
MessageToMessageEncoder |
Copyright © 2008-2012 The Netty Project. All Rights Reserved.