I have just realised that it is not allowed to implement more than one
ProtocolCodecFilter in a filter chain. So what is the best way to decode a
message which has multiple protocol layers. I.e. a proprietary application
level protocol enveloped inside another proprietary application level
protocol enveloped inside http. The tricky part is that the messages
sometimes come from an http client in this way and sometimes come from a TCP
client only enveloped by the last layer of proprietary application level
protocol. Should I extend the sample http request decoder?
--
View this message in context:
http://www.nabble.com/Newbie-Question-MessageDecoderResult.NOT_OK-tf4665458s16868.html#a13342150
Sent from the Apache MINA Support Forum mailing list archive at Nabble.com.