Le 4/2/14 4:55 PM, Aidan Diffey a écrit : > Excellent. Thanks for the answer. > > A follow up question if I may. > > Is there a way of tracking what objects are written to the session? For > example.. session.getLastWrittenObject()?
Yes : just make your IoHandler handle messageSent events (you just have to implement the messageSent() method ) Every message being completely sent (ie, all the bytes for this message have been pushed into the socket) will generate such an event. -- Regards, Cordialement, Emmanuel Lécharny www.iktek.com
