On Jun 29, 2006, at 11:34 AM, Claudio Miranda wrote:
Guys, it was solved by adding this to the IoHandlerAdapter implementation.

================================================
IoFilter CODEC_FILTER = new ProtocolCodecFilter(new ObjectSerializationCodecFactory());

    public void sessionCreated(IoSession session) throws Exception {
        session.getFilterChain().addLast( "codec", CODEC_FILTER );
================================================

        I looked at Reverser example

        I just want to say, thank you for such great framework.

Very glad to hear that you're having success!

-pete


--
[EMAIL PROTECTED] - http://fotap.org/~osi



Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to