Hi, Just make a filter handling read,but bypass for write and a filter handling write but bypass for read.
If you extends AbstractIoFilter you just need to implement the needed event for each filter. -- Julien Vermillard :::: http://people.apache.org/~jvermillard/ On Sun, Jul 28, 2013 at 1:30 PM, Ashish <[email protected]> wrote: > Folks, > > I am a little lost in this section. How to set IoFilter/Codecs for > Read/Write chain. I need different sequence for Read and Write path at > Server side for the examples I am working on. > > Any suggestions/examples that I can use. > > -- > thanks > ashish > > Blog: http://www.ashishpaliwal.com/blog > My Photo Galleries: http://www.pbase.com/ashishpaliwal
