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.haproxy |
Decodes an HAProxy proxy protocol header
|
io.netty.handler.codec.http |
Encoder, decoder and their related message types for HTTP.
|
io.netty.handler.codec.http.multipart |
HTTP multipart support.
|
io.netty.handler.codec.http.websocketx |
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
|
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.rtsp |
An RTSP
extension based on the HTTP codec.
|
io.netty.handler.codec.sctp |
Decoder and encoders to manage message completion and multi-streaming codec in SCTP/IP.
|
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.socks |
Encoder, decoder and their related message types for Socks.
|
io.netty.handler.codec.spdy |
Encoder, decoder, session handler and their related message types for the SPDY protocol.
|
io.netty.handler.codec.string |
Encoder and decoder which transform a
String into a
ByteBuf and vice versa. |
io.netty.handler.ssl |
SSL ·
TLS implementation based on
SSLEngine |
Class and Description |
---|
ByteToMessageDecoder
ChannelInboundHandlerAdapter which decodes bytes in a stream-like fashion from one ByteBuf to an
other Message type. |
ByteToMessageDecoder.Cumulator
Cumulate
ByteBuf s. |
CodecException
An
Exception which is thrown by a codec. |
DecoderException
An
CodecException which is thrown by a decoder. |
DecoderResult |
MessageToByteEncoder
ChannelOutboundHandlerAdapter which encodes message in a stream-like fashion from one message to an
ByteBuf . |
ProtocolDetectionResult
Result of detecting a protocol.
|
ProtocolDetectionState
The state of the current detection.
|
Class and Description |
---|
MessageToMessageDecoder
ChannelInboundHandlerAdapter which decodes from one message to an other message. |
MessageToMessageEncoder
ChannelOutboundHandlerAdapter which encodes from one message to an other message
For example here is an implementation which decodes an Integer to an String . |
Class and Description |
---|
MessageToMessageDecoder
ChannelInboundHandlerAdapter which decodes from one message to an other message. |
MessageToMessageEncoder
ChannelOutboundHandlerAdapter which encodes from one message to an other message
For example here is an implementation which decodes an Integer to an String . |
Class and Description |
---|
ByteToMessageDecoder
ChannelInboundHandlerAdapter 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 decoder. |
EncoderException
An
CodecException which is thrown by an encoder. |
MessageToByteEncoder
ChannelOutboundHandlerAdapter which encodes message in a stream-like fashion from one message to an
ByteBuf . |
Class and Description |
---|
ByteToMessageDecoder
ChannelInboundHandlerAdapter 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 decoder. |
ProtocolDetectionResult
Result of detecting a protocol.
|
Class and Description |
---|
ByteToMessageDecoder
ChannelInboundHandlerAdapter which decodes bytes in a stream-like fashion from one ByteBuf to an
other Message type. |
DecoderResult |
MessageToMessageCodec
A Codec for on-the-fly encoding/decoding of message.
|
MessageToMessageDecoder
ChannelInboundHandlerAdapter which decodes from one message to an other message. |
MessageToMessageEncoder
ChannelOutboundHandlerAdapter which encodes from one message to an other message
For example here is an implementation which decodes an Integer to an String . |
Class and Description |
---|
CodecException
An
Exception which is thrown by a codec. |
DecoderException
An
CodecException which is thrown by a decoder. |
Class and Description |
---|
ByteToMessageDecoder
ChannelInboundHandlerAdapter which decodes bytes in a stream-like fashion from one ByteBuf to an
other Message type. |
MessageToMessageDecoder
ChannelInboundHandlerAdapter which decodes from one message to an other message. |
MessageToMessageEncoder
ChannelOutboundHandlerAdapter which encodes from one message to an other message
For example here is an implementation which decodes an Integer to an String . |
ReplayingDecoder
A specialized variation of
ByteToMessageDecoder which enables implementation
of a non-blocking decoder in the blocking I/O paradigm. |
Class and Description |
---|
ByteToMessageDecoder
ChannelInboundHandlerAdapter which decodes bytes in a stream-like fashion from one ByteBuf to an
other Message type. |
LengthFieldBasedFrameDecoder
A decoder that splits the received
ByteBuf s dynamically by the
value of the length field in the message. |
MessageToByteEncoder
ChannelOutboundHandlerAdapter 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
ChannelInboundHandlerAdapter which decodes bytes in a stream-like fashion from one ByteBuf to an
other Message type. |
MessageToByteEncoder
ChannelOutboundHandlerAdapter which encodes message in a stream-like fashion from one message to an
ByteBuf . |
MessageToMessageDecoder
ChannelInboundHandlerAdapter which decodes from one message to an other message. |
MessageToMessageEncoder
ChannelOutboundHandlerAdapter which encodes from one message to an other message
For example here is an implementation which decodes an Integer to an String . |
Class and Description |
---|
ByteToMessageDecoder
ChannelInboundHandlerAdapter which decodes bytes in a stream-like fashion from one ByteBuf to an
other Message type. |
MessageToMessageEncoder
ChannelOutboundHandlerAdapter which encodes from one message to an other message
For example here is an implementation which decodes an Integer to an String . |
Class and Description |
---|
MessageToMessageDecoder
ChannelInboundHandlerAdapter which decodes from one message to an other message. |
MessageToMessageEncoder
ChannelOutboundHandlerAdapter which encodes from one message to an other message
For example here is an implementation which decodes an Integer to an String . |
Class and Description |
---|
ByteToMessageDecoder
ChannelInboundHandlerAdapter which decodes bytes in a stream-like fashion from one ByteBuf to an
other Message type. |
LengthFieldBasedFrameDecoder
A decoder that splits the received
ByteBuf s dynamically by the
value of the length field in the message. |
MessageToByteEncoder
ChannelOutboundHandlerAdapter which encodes message in a stream-like fashion from one message to an
ByteBuf . |
Class and Description |
---|
ByteToMessageDecoder
ChannelInboundHandlerAdapter which decodes bytes in a stream-like fashion from one ByteBuf to an
other Message type. |
MessageToByteEncoder
ChannelOutboundHandlerAdapter 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
ChannelInboundHandlerAdapter which decodes bytes in a stream-like fashion from one ByteBuf to an
other Message type. |
MessageToMessageCodec
A Codec for on-the-fly encoding/decoding of message.
|
MessageToMessageDecoder
ChannelInboundHandlerAdapter which decodes from one message to an other message. |
MessageToMessageEncoder
ChannelOutboundHandlerAdapter which encodes from one message to an other message
For example here is an implementation which decodes an Integer to an String . |
Class and Description |
---|
MessageToMessageDecoder
ChannelInboundHandlerAdapter which decodes from one message to an other message. |
MessageToMessageEncoder
ChannelOutboundHandlerAdapter which encodes from one message to an other message
For example here is an implementation which decodes an Integer to an String . |
Class and Description |
---|
ByteToMessageDecoder
ChannelInboundHandlerAdapter which decodes bytes in a stream-like fashion from one ByteBuf to an
other Message type. |
Copyright © 2008–2018 The Netty Project. All rights reserved.