Hi,
sorry for the cross-posting (original question is located in
'Implementation details'). On the other side I think it's meaningful to
extract this question out there because it could be helpful for other
developers too.
My question: What happens with the output (ProtocolDecoderOutput -
POJOs) of different protocol decoders in a chain? Will it be sent
directly to the IoSession or can I receive and modify it in other
decoders, which are inserted later in the chain?
Sample: ByteBuffer -> TextLineDecoder (works on ByteBuffer) -> (single
lines / Strings as POJOs) -> ???? -> OwnDecoder (works on ByteBuffer /
POJO ???)
Hope you can make the stuff clear for me.
Regards
Michael