Hello,

I am new with MINA. Would anyone please show me how to configure
SocketAcceptorConfig to receive/send a byte[]. I tried to wrap it with a
Serializable object and used 

cfg.getFilterChain().addLast(
                "codec",
                new ProtocolCodecFilter(
                        new ObjectSerializationCodecFactory())); 

but it doesn't seem to work.

Thanks,


-- 
View this message in context: 
http://www.nabble.com/sending-receiving-a-byte---tf4958040s16868.html#a14199165
Sent from the Apache MINA Support Forum mailing list archive at Nabble.com.

Reply via email to