http://mina.apache.org/mina-based-application-architecture.html
the above describes the architecture of chains http://mina.apache.org/tutorial-on-protocolcodecfilter.html describes the protocolCodecFilter If you need additional information, I suggest you ask specific questions about specific functionality; general questions will get you general answers. Steve Ash Metavante Image Solutions Software Developer [email protected] -----Original Message----- From: PARESH BHAVSAR [mailto:[email protected]] Sent: Monday, February 23, 2009 12:50 PM To: [email protected] Subject: hi can anyone please let me know may i know what does this two statement do ??? chain.addLast("codec", new ProtocolCodecFilter...)); chain.addLast("threadPool", new ExecutorFilter(Executors.newCachedThreadPool())); thanx. paresh
