EncoderChain

Constructors

this
this()
Undocumented in source.
this
this(EncoderChain next)
Undocumented in source.

Members

Functions

encode
void encode(Object message, Connection connection)
Undocumented in source. Be warned that the author may not have intended to support it.
getNext
EncoderChain getNext()
Undocumented in source. Be warned that the author may not have intended to support it.
setBufferSize
void setBufferSize(int size)
Undocumented in source. Be warned that the author may not have intended to support it.
setNext
void setNext(EncoderChain next)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_bufferSize
int _bufferSize;
Undocumented in source.
next
EncoderChain next;
Undocumented in source.

Inherited Members

From Encoder

encode
void encode(Object message, Connection connection)
Undocumented in source.
setBufferSize
void setBufferSize(int size)
Undocumented in source.

Meta