true if and only if the specified message can be decoded by this codec.true if and only if the specified message can be encoded by this codec.ByteBuf that encodes and decodes to and from
Base64 notation.ByteBuf into a Base64-encoded ByteBuf.ByteBuf into an array of bytes.ByteBuf.ChannelInboundByteHandlerAdapter which decodes bytes in a stream-like fashion from one ByteBuf to an
other.ChannelOutboundByteHandlerAdapter which encodes bytes in a stream-like fashion from one ByteBuf to an
other.ChannelInboundByteHandler which decodes bytes in a stream-like fashion from one ByteBuf to an other
Message type.ClassResolvers as instance factoryZlibEncoder and so finish the encoding.ZlibEncoder and so finish the encoding.Exception which is thrown by a codec.CompatibleMarshallingDecoder.MessageToByteEncoder implementation which uses JBoss Marshalling to marshal
an Object.CompatibleMarshallingEncoderByteBuf
(interoperability version).16.CodecException that is raised when compression or decompression
failed.UnmarshallerProvider which store a reference to the Unmarshaller in the
ChannelHandlerContext via the AttributeMap.attr(AttributeKey)
method.DecoderException which is thrown when the received frame data could not be decoded by
an inbound handler.ByteBuf to an other.ByteBuf to an other.ChannelHandlerContext goes in-active.ChannelHandlerContext goes in-active.CodecException which is thrown by a dencoder.MarshallerProvider which just create a new Marshaller
on ever DefaultMarshallerProvider.getMarshaller(ChannelHandlerContext) call.UnmarshallerProvider which will just create a new Unmarshaller
on every call to DefaultUnmarshallerProvider.getUnmarshaller(ChannelHandlerContext)DefaultMarshallerProviderByteBufs by one or more
delimiters.DelimiterBasedFrameDecoder.ByteBuf to an other.ByteBuf.CodecException which is thrown by an encoder.ByteBufs by the fixed number
of bytes.FixedLengthFrameDecoder.FixedLengthFrameDecoder(int, boolean) with falseMarshaller for the given ChannelHandlerContextUnmarshaller for the given ChannelHandlerContextByteBuf and vice versa.Message into a ByteBuf
and vice versa.Serializable object into a byte buffer and
vice versa.String into a
ByteBuf and vice versa.true if and only if the end of the compressed stream
has been reached.true if and only if the end of the compressed stream
has been reached.true if and only if the end of the compressed stream
has been reached.true then only one message is decoded on each
ChannelInboundByteHandlerAdapter.inboundBufferUpdated(ChannelHandlerContext) call.true then only one message is decoded on each
ChannelInboundByteHandlerAdapter.inboundBufferUpdated(ChannelHandlerContext) call.ByteBuf using the deflate algorithm.6)
and the default wrapper (ZlibWrapper.ZLIB).compressionLevel
and the default wrapper (ZlibWrapper.ZLIB).6)
and the specified wrapper.compressionLevel
and the specified wrapper.6)
and the specified preset dictionary.compressionLevel
and the specified preset dictionary.ZlibWrapper.ZLIB).ByteBuf using the deflate algorithm.6),
default window bits (15), default memory level (8),
and the default wrapper (ZlibWrapper.ZLIB).compressionLevel,
default window bits (15), default memory level (8),
and the default wrapper (ZlibWrapper.ZLIB).6),
default window bits (15), default memory level (8),
and the specified wrapper.compressionLevel,
default window bits (15), default memory level (8),
and the specified wrapper.compressionLevel,
the specified windowBits, the specified memLevel, and
the specified wrapper.6),
default window bits (15), default memory level (8),
and the specified preset dictionary.compressionLevel,
default window bits (15), default memory level (8),
and the specified preset dictionary.compressionLevel,
the specified windowBits, the specified memLevel,
and the specified preset dictionary.ByteBufs dynamically by the
value of the length field in the message.ByteBufs on line endings.CR ('\r') and LF ('\n') delimiters, which could
be used for text-based line protocols.Marshaller for the given ChannelHandlerContext.MarshallingEncoder.1048576
bytes.MessageToByteEncoder implementation which uses JBoss Marshalling to marshal
an Object.ChannelOutboundMessageHandlerAdapter which encodes message in a stream-like fashion from one message to an
ByteBuf.ObjectOutputStream which wraps the specified
OutputStream.NUL (0x00) delimiter, which could be used for
Flash XML socket or any similar protocols.ByteBufs into Java
objects.1048576
bytes.ObjectInput.ObjectInput.ObjectInput.ObjectInput.ByteBuf.ObjectOutput with the estimated length of 512
bytes.ObjectOutput.CodecException which is thrown when a Channel is closed unexpectedly before
the codec finishes handling the current message, such as missing response while waiting for a
request.ByteBufs dynamically by the
value of the Google Protocol Buffers
Base
128 Varints integer length field in the message.BufferedReader.readLine() instead.ByteToMessageDecoder which enables implementation
of a non-blocking decoder in the blocking I/O paradigm.null).ChannelInboundByteHandlerAdapter.inboundBufferUpdated(ChannelHandlerContext) call.ChannelInboundByteHandlerAdapter.inboundBufferUpdated(ChannelHandlerContext) call.ByteBuf encoded with Snappy compression into an
output ByteBuf.ByteBuf encoded with the Snappy framing format.ByteBuf using the Snappy framing format.ByteBuf into a String.String into a ByteBuf.UnmarshallerProvider implementation which use a ThreadLocal to store references
to Marshaller instances.ThreadLocalMarshallerProviderUnmarshallerProvider implementation which use a ThreadLocal to store references
to Unmarshaller instances.ThreadLocalUnmarshallerProviderDecoderException which is thrown when the length of the frame
decoded is greater than the allowed maximum.Unmarshaller for a ChannelHandlerContextUnsupportedOperationException which is thrown when a user calls an unsupported
operation on a ReplayingDecoderBuffer in a ReplayingDecoder
implementation.ZlibEncoder and a new ZlibDecoder.ByteBuf using the deflate algorithm.ByteBuf using the deflate algorithm.Copyright © 2008-2013 The Netty Project. All Rights Reserved.