ByteBuf
that encodes and decodes to and from
Base64 notation.ByteBuf
into a Base64-encoded ByteBuf
.ByteBuf
into an array of bytes.ByteBuf
.ClassResolvers
as instance factoryException
which is thrown by a codec.CompatibleMarshallingDecoder
.MessageToByteEncoder
implementation which uses JBoss Marshalling to marshal
an Object.CompatibleMarshallingEncoder
ByteBuf
(interoperability version).16
.IOException
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.Exception
which is thrown when the received frame data could not be decoded by
an inbound handler.Exception
which is thrown by an encoder.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)
DefaultMarshallerProvider
ByteBuf
s by one or more
delimiters.DelimiterBasedFrameDecoder
.Exception
which is thrown by an encoder.ByteBuf
s by the fixed number
of bytes.FixedLengthFrameDecoder.FixedLengthFrameDecoder(int, boolean)
with false
Marshaller
for the given ChannelHandlerContext
Unmarshaller
for the given ChannelHandlerContext
ByteBuf
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
if and only if the specified message can be decoded by this codec.true
if and only if the specified message can be decoded by this decoder.true
if and only if the specified message can be encoded by this encoder.true
if and only if the specified message can be encoded by this codec.true
if and only if the specified message can be encoded by this encoder.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.ByteBuf
s dynamically by the
value of the length field in the message.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.ObjectOutputStream
which wraps the specified
OutputStream
.NUL (0x00)
delimiter, which could be used for
Flash XML socket or any similar protocols.ByteBuf
s 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.ByteBuf
s dynamically by the
value of the Google Protocol Buffers
Base
128 Varints integer length field in the message.BufferedReader.readLine()
instead.ChannelPipeline
with the given handler.ByteToMessageDecoder
which enables implementation
of a non-blocking decoder in the blocking I/O paradigm.null
).ByteBuf
into a String
.String
into a ByteBuf
.UnmarshallerProvider
implementation which use a ThreadLocal
to store references
to Marshaller
instances.ThreadLocalMarshallerProvider
UnmarshallerProvider
implementation which use a ThreadLocal
to store references
to Unmarshaller
instances.ThreadLocalUnmarshallerProvider
Exception
which is thrown when the length of the frame
decoded by DelimiterBasedFrameDecoder
is greater than the maximum.Unmarshaller
for a ChannelHandlerContext
Exception
which is thrown when a user calls an unsupported
operation on a ByteBuf
in a ReplayingDecoder
implementation.ZlibEncoder
and a new ZlibDecoder
.ByteBuf
using the deflate algorithm.ByteBuf
using the deflate algorithm.Copyright © 2008-2012 The Netty Project. All Rights Reserved.