Uses of Package
io.netty.handler.codec
Packages that use io.netty.handler.codec
Package
Description
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.
Encoder and decoder which transform an array of bytes into a
ByteBuf
and vice versa.DNS codec.
Decodes an HAProxy proxy protocol header
Encoder, decoder and their related message types for HTTP.
HTTP multipart support.
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
Encoder, decoder, handshakers to handle
WebSocket Extensions.
Encoder, decoder, handshakers to handle most common WebSocket Compression Extensions.
Handlers for sending and receiving HTTP/2 frames.
JSON specific codecs.
Common superset of ascii and binary classes.
Implementations and Interfaces for the Memcache Binary protocol.
Encoder, decoder and different Message Types for MQTT.
Encoder, decoder for Redis.
An RTSP
extension based on the HTTP codec.
Decoder and encoders to manage message completion and multi-streaming codec in SCTP/IP.
Encoder, decoder and their compatibility stream implementations which
transform a
Serializable
object into a byte buffer and
vice versa.SMTP codec.
Encoder, decoder and their related message types for Socks.
Encoder, decoder and their related message types for SOCKS protocol.
Encoder, decoder and their related message types for SOCKSv4 protocol.
Encoder, decoder and their related message types for SOCKSv5 protocol.
Encoder, decoder, session handler and their related message types for the SPDY protocol.
STOMP codec
Xml specific codecs.
-
Classes in io.netty.handler.codec used by io.netty.handler.codecClassDescriptionThe newline characters to insert between header entries.The separator characters to insert between a header name and a header value.
ChannelInboundHandlerAdapter
which decodes bytes in a stream-like fashion from oneByteBuf
to an other Message type.CumulateByteBuf
s.Converts to/from native types, generalObject
, andCharSequence
s.AnException
which is thrown by a codec.SpecialAbstractList
implementation which is used within our codec base classes.A formatter for HTTP header dates, such as "Expires" and "Date" headers, or "expires" field in "Set-Cookie".AnCodecException
which is thrown by a decoder.Default implementation ofHeaders
;Common interface forHeaders
which represents a mapping of key to value.A decoder that splits the receivedByteBuf
s on line endings.ChannelOutboundHandlerAdapter
which encodes message in a stream-like fashion from one message to anByteBuf
.ChannelInboundHandlerAdapter
which decodes from one message to an other message.ChannelOutboundHandlerAdapter
which encodes from one message to an other message For example here is an implementation which decodes anInteger
to anString
.Result of detecting a protocol.The state of the current detection.SpecialByteBuf
implementation which is used by theReplayingDecoder
UnsupportedOperationException
will be thrown from allValueConverter
methods.Converts to/from a generic object to the type. -
Classes in io.netty.handler.codec used by io.netty.handler.codec.base64ClassDescription
ChannelInboundHandlerAdapter
which decodes from one message to an other message.ChannelOutboundHandlerAdapter
which encodes from one message to an other message For example here is an implementation which decodes anInteger
to anString
. -
Classes in io.netty.handler.codec used by io.netty.handler.codec.bytesClassDescription
ChannelInboundHandlerAdapter
which decodes from one message to an other message.ChannelOutboundHandlerAdapter
which encodes from one message to an other message For example here is an implementation which decodes anInteger
to anString
. -
Classes in io.netty.handler.codec used by io.netty.handler.codec.compressionClassDescription
ChannelInboundHandlerAdapter
which decodes bytes in a stream-like fashion from oneByteBuf
to an other Message type.AnException
which is thrown by a codec.AnCodecException
which is thrown by a decoder.AnCodecException
which is thrown by an encoder.ChannelOutboundHandlerAdapter
which encodes message in a stream-like fashion from one message to anByteBuf
. -
Classes in io.netty.handler.codec used by io.netty.handler.codec.dnsClassDescription
ChannelInboundHandlerAdapter
which decodes bytes in a stream-like fashion from oneByteBuf
to an other Message type.A decoder that splits the receivedByteBuf
s dynamically by the value of the length field in the message.ChannelOutboundHandlerAdapter
which encodes message in a stream-like fashion from one message to anByteBuf
.ChannelInboundHandlerAdapter
which decodes from one message to an other message.ChannelOutboundHandlerAdapter
which encodes from one message to an other message For example here is an implementation which decodes anInteger
to anString
. -
Classes in io.netty.handler.codec used by io.netty.handler.codec.haproxyClassDescription
ChannelInboundHandlerAdapter
which decodes bytes in a stream-like fashion from oneByteBuf
to an other Message type.AnException
which is thrown by a codec.AnCodecException
which is thrown by a decoder.ChannelOutboundHandlerAdapter
which encodes message in a stream-like fashion from one message to anByteBuf
.Result of detecting a protocol. -
Classes in io.netty.handler.codec used by io.netty.handler.codec.httpClassDescription
ChannelInboundHandlerAdapter
which decodes bytes in a stream-like fashion from oneByteBuf
to an other Message type.Converts to/from native types, generalObject
, andCharSequence
s.AnException
which is thrown by a codec.AnCodecException
which is thrown by a decoder.Provides the accessor methods for theDecoderResult
property of a decoded message.Default implementation ofHeaders
;Common interface forHeaders
which represents a mapping of key to value.An abstractChannelHandler
that aggregates a series of message objects into a single aggregated message.ChannelOutboundHandlerAdapter
which encodes message in a stream-like fashion from one message to anByteBuf
.A Codec for on-the-fly encoding/decoding of message.ChannelInboundHandlerAdapter
which decodes from one message to an other message.ChannelOutboundHandlerAdapter
which encodes from one message to an other message For example here is an implementation which decodes anInteger
to anString
.AnDecoderException
which is thrown when the length of the frame decoded is greater than the allowed maximum.Converts to/from a generic object to the type. -
Classes in io.netty.handler.codec used by io.netty.handler.codec.http.multipartClassDescriptionAn
Exception
which is thrown by a codec.AnCodecException
which is thrown by a decoder.Provides the accessor methods for theDecoderResult
property of a decoded message. -
Classes in io.netty.handler.codec used by io.netty.handler.codec.http.websocketxClassDescription
ChannelInboundHandlerAdapter
which decodes bytes in a stream-like fashion from oneByteBuf
to an other Message type.AnException
which is thrown by a codec.AnDecoderException
which is thrown when the received frame data could not be decoded by an inbound handler.AnCodecException
which is thrown by a decoder.An abstractChannelHandler
that aggregates a series of message objects into a single aggregated message.ChannelInboundHandlerAdapter
which decodes from one message to an other message.ChannelOutboundHandlerAdapter
which encodes from one message to an other message For example here is an implementation which decodes anInteger
to anString
.A specialized variation ofByteToMessageDecoder
which enables implementation of a non-blocking decoder in the blocking I/O paradigm. -
Classes in io.netty.handler.codec used by io.netty.handler.codec.http.websocketx.extensionsClassDescription
ChannelInboundHandlerAdapter
which decodes from one message to an other message.ChannelOutboundHandlerAdapter
which encodes from one message to an other message For example here is an implementation which decodes anInteger
to anString
. -
Classes in io.netty.handler.codec used by io.netty.handler.codec.http.websocketx.extensions.compressionClassDescription
ChannelInboundHandlerAdapter
which decodes from one message to an other message.ChannelOutboundHandlerAdapter
which encodes from one message to an other message For example here is an implementation which decodes anInteger
to anString
. -
Classes in io.netty.handler.codec used by io.netty.handler.codec.http2ClassDescription
ChannelInboundHandlerAdapter
which decodes bytes in a stream-like fashion from oneByteBuf
to an other Message type.Default implementation ofHeaders
;Common interface forHeaders
which represents a mapping of key to value.A Codec for on-the-fly encoding/decoding of message.Converts to/from a generic object to the type. -
Classes in io.netty.handler.codec used by io.netty.handler.codec.jsonClassDescription
ChannelInboundHandlerAdapter
which decodes bytes in a stream-like fashion from oneByteBuf
to an other Message type. -
Classes in io.netty.handler.codec used by io.netty.handler.codec.memcacheClassDescription
ChannelInboundHandlerAdapter
which decodes bytes in a stream-like fashion from oneByteBuf
to an other Message type.Provides the accessor methods for theDecoderResult
property of a decoded message.An abstractChannelHandler
that aggregates a series of message objects into a single aggregated message.ChannelInboundHandlerAdapter
which decodes from one message to an other message.ChannelOutboundHandlerAdapter
which encodes from one message to an other message For example here is an implementation which decodes anInteger
to anString
. -
Classes in io.netty.handler.codec used by io.netty.handler.codec.memcache.binaryClassDescription
ChannelInboundHandlerAdapter
which decodes bytes in a stream-like fashion from oneByteBuf
to an other Message type.Provides the accessor methods for theDecoderResult
property of a decoded message.An abstractChannelHandler
that aggregates a series of message objects into a single aggregated message.ChannelInboundHandlerAdapter
which decodes from one message to an other message.ChannelOutboundHandlerAdapter
which encodes from one message to an other message For example here is an implementation which decodes anInteger
to anString
. -
Classes in io.netty.handler.codec used by io.netty.handler.codec.mqttClassDescription
ChannelInboundHandlerAdapter
which decodes bytes in a stream-like fashion from oneByteBuf
to an other Message type.AnException
which is thrown by a codec.AnCodecException
which is thrown by a decoder.ChannelOutboundHandlerAdapter
which encodes from one message to an other message For example here is an implementation which decodes anInteger
to anString
.A specialized variation ofByteToMessageDecoder
which enables implementation of a non-blocking decoder in the blocking I/O paradigm. -
Classes in io.netty.handler.codec used by io.netty.handler.codec.redisClassDescription
ChannelInboundHandlerAdapter
which decodes bytes in a stream-like fashion from oneByteBuf
to an other Message type.AnException
which is thrown by a codec.An abstractChannelHandler
that aggregates a series of message objects into a single aggregated message.ChannelInboundHandlerAdapter
which decodes from one message to an other message.ChannelOutboundHandlerAdapter
which encodes from one message to an other message For example here is an implementation which decodes anInteger
to anString
. -
Classes in io.netty.handler.codec used by io.netty.handler.codec.rtspClassDescription
ChannelInboundHandlerAdapter
which decodes bytes in a stream-like fashion from oneByteBuf
to an other Message type.ChannelOutboundHandlerAdapter
which encodes from one message to an other message For example here is an implementation which decodes anInteger
to anString
. -
Classes in io.netty.handler.codec used by io.netty.handler.codec.sctpClassDescription
ChannelInboundHandlerAdapter
which decodes from one message to an other message.ChannelOutboundHandlerAdapter
which encodes from one message to an other message For example here is an implementation which decodes anInteger
to anString
. -
Classes in io.netty.handler.codec used by io.netty.handler.codec.serializationClassDescription
ChannelInboundHandlerAdapter
which decodes bytes in a stream-like fashion from oneByteBuf
to an other Message type.A decoder that splits the receivedByteBuf
s dynamically by the value of the length field in the message.ChannelOutboundHandlerAdapter
which encodes message in a stream-like fashion from one message to anByteBuf
. -
Classes in io.netty.handler.codec used by io.netty.handler.codec.smtpClassDescription
ChannelInboundHandlerAdapter
which decodes bytes in a stream-like fashion from oneByteBuf
to an other Message type.AnCodecException
which is thrown by a decoder.A decoder that splits the receivedByteBuf
s on line endings.ChannelOutboundHandlerAdapter
which encodes from one message to an other message For example here is an implementation which decodes anInteger
to anString
. -
Classes in io.netty.handler.codec used by io.netty.handler.codec.socksClassDescription
ChannelInboundHandlerAdapter
which decodes bytes in a stream-like fashion from oneByteBuf
to an other Message type.ChannelOutboundHandlerAdapter
which encodes message in a stream-like fashion from one message to anByteBuf
.A specialized variation ofByteToMessageDecoder
which enables implementation of a non-blocking decoder in the blocking I/O paradigm. -
Classes in io.netty.handler.codec used by io.netty.handler.codec.socksxClassDescription
ChannelInboundHandlerAdapter
which decodes bytes in a stream-like fashion from oneByteBuf
to an other Message type.Provides the accessor methods for theDecoderResult
property of a decoded message. -
Classes in io.netty.handler.codec used by io.netty.handler.codec.socksx.v4ClassDescription
ChannelInboundHandlerAdapter
which decodes bytes in a stream-like fashion from oneByteBuf
to an other Message type.Provides the accessor methods for theDecoderResult
property of a decoded message.ChannelOutboundHandlerAdapter
which encodes message in a stream-like fashion from one message to anByteBuf
.A specialized variation ofByteToMessageDecoder
which enables implementation of a non-blocking decoder in the blocking I/O paradigm. -
Classes in io.netty.handler.codec used by io.netty.handler.codec.socksx.v5ClassDescription
ChannelInboundHandlerAdapter
which decodes bytes in a stream-like fashion from oneByteBuf
to an other Message type.Provides the accessor methods for theDecoderResult
property of a decoded message.ChannelOutboundHandlerAdapter
which encodes message in a stream-like fashion from one message to anByteBuf
.A specialized variation ofByteToMessageDecoder
which enables implementation of a non-blocking decoder in the blocking I/O paradigm. -
Classes in io.netty.handler.codec used by io.netty.handler.codec.spdyClassDescription
ChannelInboundHandlerAdapter
which decodes bytes in a stream-like fashion from oneByteBuf
to an other Message type.Converts to/from native types, generalObject
, andCharSequence
s.Default implementation ofHeaders
;Common interface forHeaders
which represents a mapping of key to value.A Codec for on-the-fly encoding/decoding of message.ChannelInboundHandlerAdapter
which decodes from one message to an other message.ChannelOutboundHandlerAdapter
which encodes from one message to an other message For example here is an implementation which decodes anInteger
to anString
.Converts to/from a generic object to the type. -
Classes in io.netty.handler.codec used by io.netty.handler.codec.stompClassDescription
ChannelInboundHandlerAdapter
which decodes bytes in a stream-like fashion from oneByteBuf
to an other Message type.Provides the accessor methods for theDecoderResult
property of a decoded message.Default implementation ofHeaders
;Common interface forHeaders
which represents a mapping of key to value.An abstractChannelHandler
that aggregates a series of message objects into a single aggregated message.ChannelInboundHandlerAdapter
which decodes from one message to an other message.ChannelOutboundHandlerAdapter
which encodes from one message to an other message For example here is an implementation which decodes anInteger
to anString
.A specialized variation ofByteToMessageDecoder
which enables implementation of a non-blocking decoder in the blocking I/O paradigm. -
Classes in io.netty.handler.codec used by io.netty.handler.codec.stringClassDescription
ChannelInboundHandlerAdapter
which decodes from one message to an other message.ChannelOutboundHandlerAdapter
which encodes from one message to an other message For example here is an implementation which decodes anInteger
to anString
. -
Classes in io.netty.handler.codec used by io.netty.handler.codec.xmlClassDescription
ChannelInboundHandlerAdapter
which decodes bytes in a stream-like fashion from oneByteBuf
to an other Message type. -
Classes in io.netty.handler.codec used by io.netty.handler.sslClassDescription
ChannelInboundHandlerAdapter
which decodes bytes in a stream-like fashion from oneByteBuf
to an other Message type.CumulateByteBuf
s.