DecoderChain

Constructors

this
this(DecoderChain nextDecoder)
Undocumented in source.

Members

Functions

decode
DataHandleStatus decode(ByteBuffer buf, Connection connection)
Undocumented in source. Be warned that the author may not have intended to support it.
getNext
DecoderChain getNext()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_nextDecoder
DecoderChain _nextDecoder;
Undocumented in source.

Inherited Members

From Decoder

decode
DataHandleStatus decode(ByteBuffer buf, Connection connection)
Undocumented in source.

Meta