Re: ProtocolEncoder not getting used in the response path

2016-10-25 Thread Murty Devarakonda
Thank you so much for accepting my suggestion and hope that helps the future developers. And thanks for your support over the past few days too!!! -- View this message in context: http://apache-mina.10907.n7.nabble.com/ProtocolEncoder-not-getting-used-in-the-response-path-tp51558p51620.html

Re: ProtocolEncoder not getting used in the response path

2016-10-25 Thread Murty Devarakonda
We could identify what the problem is at last. While sending the response back to the client, we created a IoBuffer and added the bytes to the same and did a session.write(). And we identified that if the response is of type IoBuffer, Mina filter chain won't act on invoke the filters based on

Re: ProtocolEncoder not getting used in the response path

2016-10-25 Thread Emmanuel Lécharny
Le 25/10/16 à 16:54, Murty Devarakonda a écrit : > We could identify what the problem is at last. While sending the response > back to the client, we created a IoBuffer and added the bytes to the same > and did a session.write(). And we identified that if the response is of > type IoBuffer,