Uses of Package
io.netty.handler.codec
-
Packages that use io.netty.handler.codec 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 aByteBufand vice versa.io.netty.handler.codec.json JSON specific codecs.io.netty.handler.codec.serialization Encoder, decoder and their compatibility stream implementations which transform aSerializableobject into a byte buffer and vice versa.io.netty.handler.codec.string Encoder and decoder which transform aStringinto aByteBufand vice versa. -
Classes in io.netty.handler.codec used by io.netty.handler.codec Class Description AsciiHeadersEncoder.NewlineType The newline characters to insert between header entries.AsciiHeadersEncoder.SeparatorType The separator characters to insert between a header name and a header value.ByteToMessageDecoder ChannelInboundHandlerAdapterwhich decodes bytes in a stream-like fashion from oneByteBufto an other Message type.ByteToMessageDecoder.Cumulator CumulateByteBufs.CharSequenceValueConverter Converts to/from native types, generalObject, andCharSequences.CodecException AnExceptionwhich is thrown by a codec.DecoderException AnCodecExceptionwhich is thrown by a decoder.DecoderResult DefaultHeaders Default implementation ofHeaders;DefaultHeaders.HeaderEntry DefaultHeaders.NameValidator DefaultHeaders.ValueValidator Headers Common interface forHeaderswhich represents a mapping of key to value.MessageToMessageDecoder ChannelInboundHandlerAdapterwhich decodes from one message to an other message.MessageToMessageEncoder ProtocolDetectionResult Result of detecting a protocol.ProtocolDetectionState The state of the current detection.UnsupportedValueConverter UnsupportedOperationExceptionwill be thrown from allValueConvertermethods.ValueConverter Converts to/from a generic object to the type. -
Classes in io.netty.handler.codec used by io.netty.handler.codec.base64 Class Description MessageToMessageDecoder ChannelInboundHandlerAdapterwhich decodes from one message to an other message.MessageToMessageEncoder -
Classes in io.netty.handler.codec used by io.netty.handler.codec.bytes Class Description MessageToMessageDecoder ChannelInboundHandlerAdapterwhich decodes from one message to an other message.MessageToMessageEncoder -
Classes in io.netty.handler.codec used by io.netty.handler.codec.json Class Description ByteToMessageDecoder ChannelInboundHandlerAdapterwhich decodes bytes in a stream-like fashion from oneByteBufto an other Message type. -
Classes in io.netty.handler.codec used by io.netty.handler.codec.serialization Class Description ByteToMessageDecoder ChannelInboundHandlerAdapterwhich decodes bytes in a stream-like fashion from oneByteBufto an other Message type.LengthFieldBasedFrameDecoder A decoder that splits the receivedByteBufs dynamically by the value of the length field in the message.MessageToByteEncoder 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.string Class Description MessageToMessageDecoder ChannelInboundHandlerAdapterwhich decodes from one message to an other message.MessageToMessageEncoder