Hello everyone,

I'd like to implement a client for a text-based protocol that
acknowledges all requests (client messages) with a generic ack +
messageid. Rather than implementing the 'waiting for ack' over and over
again, I'd like to write an IoFilter for it. Is this easily possible? Is
there an example?

There is one more complication. Along with the ack message, the server
can return a result of the operation. Can I pass that result back into
the process that called IoSession.write()?

I using Mina 2.0M3 right now.

Best regards,

Andreas



Reply via email to