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.
Handlers for sending and receiving HTTP/2 frames.
HTTP/3 implementation.
JSON specific codecs.
Decoder and Encoder which uses JBoss Marshalling.
Common superset of ascii and binary classes.
Implementations and Interfaces for the Memcache Binary protocol.
Encoder, decoder and different Message Types for MQTT.
Encoder and decoder which transform a
Google Protocol Buffers
Message and MessageNano into a
ByteBuf and vice versa.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 codec provides asynchronous and non-blocking XML parser based on the
Aalto XML parser.
-
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.
ChannelInboundHandlerAdapterwhich decodes bytes in a stream-like fashion from oneByteBufto another Message type.CumulateByteBufs.Converts to/from native types, generalObject, andCharSequences.AnExceptionwhich is thrown by a codec.AnCodecExceptionwhich is thrown by a decoder.Default implementation ofHeaders;A concrete implementation ofDefaultHeadersthat allows for direct instantiation.Common interface forHeaderswhich represents a mapping of key to value.ChannelInboundHandlerAdapterwhich decodes from one message to an other message.ChannelOutboundHandlerAdapterwhich encodes from one message to an other message For example here is an implementation which decodes anIntegerto anString.Result of detecting a protocol.The state of the current detection.UnsupportedOperationExceptionwill be thrown from allValueConvertermethods.Converts to/from a generic object to the type. -
Classes in io.netty.handler.codec used by io.netty.handler.codec.base64ClassDescription
ChannelInboundHandlerAdapterwhich decodes from one message to an other message.ChannelOutboundHandlerAdapterwhich encodes from one message to an other message For example here is an implementation which decodes anIntegerto anString. -
Classes in io.netty.handler.codec used by io.netty.handler.codec.bytesClassDescription
ChannelInboundHandlerAdapterwhich decodes from one message to an other message.ChannelOutboundHandlerAdapterwhich encodes from one message to an other message For example here is an implementation which decodes anIntegerto anString. -
Classes in io.netty.handler.codec used by io.netty.handler.codec.compressionClassDescription
ChannelInboundHandlerAdapterwhich decodes bytes in a stream-like fashion from oneByteBufto another Message type.AnExceptionwhich is thrown by a codec.AnCodecExceptionwhich is thrown by a decoder.AnCodecExceptionwhich is thrown by an encoder.ChannelOutboundHandlerAdapterwhich 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
ChannelInboundHandlerAdapterwhich decodes bytes in a stream-like fashion from oneByteBufto another Message type.A decoder that splits the receivedByteBufs dynamically by the value of the length field in the message.ChannelOutboundHandlerAdapterwhich encodes message in a stream-like fashion from one message to anByteBuf.ChannelInboundHandlerAdapterwhich decodes from one message to an other message.ChannelOutboundHandlerAdapterwhich encodes from one message to an other message For example here is an implementation which decodes anIntegerto anString. -
Classes in io.netty.handler.codec used by io.netty.handler.codec.haproxyClassDescription
ChannelInboundHandlerAdapterwhich decodes bytes in a stream-like fashion from oneByteBufto another Message type.AnExceptionwhich is thrown by a codec.AnCodecExceptionwhich is thrown by a decoder.ChannelOutboundHandlerAdapterwhich 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
ChannelInboundHandlerAdapterwhich decodes bytes in a stream-like fashion from oneByteBufto another Message type.AnExceptionwhich is thrown by a codec.AnDecoderExceptionwhich is thrown when the received frame data could not be decoded by an inbound handler.AnCodecExceptionwhich is thrown by a decoder.Provides the accessor methods for theDecoderResultproperty of a decoded message.Default implementation ofHeaders;Common interface forHeaderswhich represents a mapping of key to value.An abstractChannelHandlerthat aggregates a series of message objects into a single aggregated message.A Codec for on-the-fly encoding/decoding of message.ChannelInboundHandlerAdapterwhich decodes from one message to an other message.ChannelOutboundHandlerAdapterwhich encodes from one message to an other message For example here is an implementation which decodes anIntegerto anString.AnDecoderExceptionwhich is thrown when the length of the frame decoded is greater than the allowed maximum. -
Classes in io.netty.handler.codec used by io.netty.handler.codec.http.multipartClassDescriptionAn
Exceptionwhich is thrown by a codec.AnCodecExceptionwhich is thrown by a decoder. -
Classes in io.netty.handler.codec used by io.netty.handler.codec.http.websocketxClassDescription
ChannelInboundHandlerAdapterwhich decodes bytes in a stream-like fashion from oneByteBufto another Message type.AnExceptionwhich is thrown by a codec.AnDecoderExceptionwhich is thrown when the received frame data could not be decoded by an inbound handler.AnCodecExceptionwhich is thrown by a decoder.An abstractChannelHandlerthat aggregates a series of message objects into a single aggregated message.ChannelInboundHandlerAdapterwhich decodes from one message to an other message.ChannelOutboundHandlerAdapterwhich encodes from one message to an other message For example here is an implementation which decodes anIntegerto anString.A specialized variation ofByteToMessageDecoderwhich 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
ChannelInboundHandlerAdapterwhich decodes from one message to an other message.ChannelOutboundHandlerAdapterwhich encodes from one message to an other message For example here is an implementation which decodes anIntegerto anString. -
Classes in io.netty.handler.codec used by io.netty.handler.codec.http2ClassDescription
ChannelInboundHandlerAdapterwhich decodes bytes in a stream-like fashion from oneByteBufto another Message type.Default implementation ofHeaders;Common interface forHeaderswhich 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.http3
-
Classes in io.netty.handler.codec used by io.netty.handler.codec.jsonClassDescription
ChannelInboundHandlerAdapterwhich decodes bytes in a stream-like fashion from oneByteBufto another Message type. -
Classes in io.netty.handler.codec used by io.netty.handler.codec.marshallingClassDescription
ChannelInboundHandlerAdapterwhich decodes bytes in a stream-like fashion from oneByteBufto another Message type.A decoder that splits the receivedByteBufs dynamically by the value of the length field in the message.ChannelOutboundHandlerAdapterwhich encodes message in a stream-like fashion from one message to anByteBuf.A specialized variation ofByteToMessageDecoderwhich 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.memcacheClassDescription
ChannelInboundHandlerAdapterwhich decodes bytes in a stream-like fashion from oneByteBufto another Message type.Provides the accessor methods for theDecoderResultproperty of a decoded message.An abstractChannelHandlerthat aggregates a series of message objects into a single aggregated message.ChannelInboundHandlerAdapterwhich decodes from one message to an other message.ChannelOutboundHandlerAdapterwhich encodes from one message to an other message For example here is an implementation which decodes anIntegerto anString. -
Classes in io.netty.handler.codec used by io.netty.handler.codec.memcache.binaryClassDescription
ChannelInboundHandlerAdapterwhich decodes bytes in a stream-like fashion from oneByteBufto another Message type.Provides the accessor methods for theDecoderResultproperty of a decoded message.An abstractChannelHandlerthat aggregates a series of message objects into a single aggregated message.ChannelInboundHandlerAdapterwhich decodes from one message to an other message.ChannelOutboundHandlerAdapterwhich encodes from one message to an other message For example here is an implementation which decodes anIntegerto anString. -
Classes in io.netty.handler.codec used by io.netty.handler.codec.mqttClassDescription
ChannelInboundHandlerAdapterwhich decodes bytes in a stream-like fashion from oneByteBufto another Message type.AnExceptionwhich is thrown by a codec.AnCodecExceptionwhich is thrown by a decoder.ChannelOutboundHandlerAdapterwhich encodes from one message to an other message For example here is an implementation which decodes anIntegerto anString.A specialized variation ofByteToMessageDecoderwhich 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.protobufClassDescription
ChannelInboundHandlerAdapterwhich decodes bytes in a stream-like fashion from oneByteBufto another Message type.ChannelOutboundHandlerAdapterwhich encodes message in a stream-like fashion from one message to anByteBuf.ChannelInboundHandlerAdapterwhich decodes from one message to an other message.ChannelOutboundHandlerAdapterwhich encodes from one message to an other message For example here is an implementation which decodes anIntegerto anString. -
Classes in io.netty.handler.codec used by io.netty.handler.codec.redisClassDescription
ChannelInboundHandlerAdapterwhich decodes bytes in a stream-like fashion from oneByteBufto another Message type.AnExceptionwhich is thrown by a codec.An abstractChannelHandlerthat aggregates a series of message objects into a single aggregated message.ChannelInboundHandlerAdapterwhich decodes from one message to an other message.ChannelOutboundHandlerAdapterwhich encodes from one message to an other message For example here is an implementation which decodes anIntegerto anString. -
Classes in io.netty.handler.codec used by io.netty.handler.codec.rtspClassDescription
ChannelInboundHandlerAdapterwhich decodes bytes in a stream-like fashion from oneByteBufto another Message type.ChannelOutboundHandlerAdapterwhich encodes from one message to an other message For example here is an implementation which decodes anIntegerto anString. -
Classes in io.netty.handler.codec used by io.netty.handler.codec.sctpClassDescription
ChannelInboundHandlerAdapterwhich decodes from one message to an other message.ChannelOutboundHandlerAdapterwhich encodes from one message to an other message For example here is an implementation which decodes anIntegerto anString. -
Classes in io.netty.handler.codec used by io.netty.handler.codec.serializationClassDescription
ChannelInboundHandlerAdapterwhich decodes bytes in a stream-like fashion from oneByteBufto another Message type.A decoder that splits the receivedByteBufs dynamically by the value of the length field in the message.ChannelOutboundHandlerAdapterwhich 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
ChannelInboundHandlerAdapterwhich decodes bytes in a stream-like fashion from oneByteBufto another Message type.A decoder that splits the receivedByteBufs on line endings.ChannelOutboundHandlerAdapterwhich encodes from one message to an other message For example here is an implementation which decodes anIntegerto anString. -
Classes in io.netty.handler.codec used by io.netty.handler.codec.socksClassDescription
ChannelInboundHandlerAdapterwhich decodes bytes in a stream-like fashion from oneByteBufto another Message type.ChannelOutboundHandlerAdapterwhich encodes message in a stream-like fashion from one message to anByteBuf.A specialized variation ofByteToMessageDecoderwhich 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
ChannelInboundHandlerAdapterwhich decodes bytes in a stream-like fashion from oneByteBufto another Message type.Provides the accessor methods for theDecoderResultproperty of a decoded message. -
Classes in io.netty.handler.codec used by io.netty.handler.codec.socksx.v4ClassDescription
ChannelInboundHandlerAdapterwhich decodes bytes in a stream-like fashion from oneByteBufto another Message type.Provides the accessor methods for theDecoderResultproperty of a decoded message.ChannelOutboundHandlerAdapterwhich encodes message in a stream-like fashion from one message to anByteBuf.A specialized variation ofByteToMessageDecoderwhich 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
ChannelInboundHandlerAdapterwhich decodes bytes in a stream-like fashion from oneByteBufto another Message type.Provides the accessor methods for theDecoderResultproperty of a decoded message.ChannelOutboundHandlerAdapterwhich encodes message in a stream-like fashion from one message to anByteBuf.A specialized variation ofByteToMessageDecoderwhich 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
ChannelInboundHandlerAdapterwhich decodes bytes in a stream-like fashion from oneByteBufto another Message type.Default implementation ofHeaders;Common interface forHeaderswhich represents a mapping of key to value.A Codec for on-the-fly encoding/decoding of message.ChannelInboundHandlerAdapterwhich decodes from one message to an other message.ChannelOutboundHandlerAdapterwhich encodes from one message to an other message For example here is an implementation which decodes anIntegerto anString. -
Classes in io.netty.handler.codec used by io.netty.handler.codec.stompClassDescription
ChannelInboundHandlerAdapterwhich decodes bytes in a stream-like fashion from oneByteBufto another Message type.Provides the accessor methods for theDecoderResultproperty of a decoded message.Default implementation ofHeaders;Common interface forHeaderswhich represents a mapping of key to value.An abstractChannelHandlerthat aggregates a series of message objects into a single aggregated message.ChannelInboundHandlerAdapterwhich decodes from one message to an other message.ChannelOutboundHandlerAdapterwhich encodes from one message to an other message For example here is an implementation which decodes anIntegerto anString.A specialized variation ofByteToMessageDecoderwhich 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
ChannelInboundHandlerAdapterwhich decodes from one message to an other message.ChannelOutboundHandlerAdapterwhich encodes from one message to an other message For example here is an implementation which decodes anIntegerto anString. -
Classes in io.netty.handler.codec used by io.netty.handler.codec.xmlClassDescription
ChannelInboundHandlerAdapterwhich decodes bytes in a stream-like fashion from oneByteBufto another Message type. -
Classes in io.netty.handler.codec used by io.netty.handler.sslClassDescription
ChannelInboundHandlerAdapterwhich decodes bytes in a stream-like fashion from oneByteBufto another Message type.