Re: How to identify channel initialization in camel-netty

2015-01-14 Thread Willem Jiang
If you look up the calling reference of 
DefaultClientPipelineFactory.getPipeline() and 
DefaultServerPipelineFactory.getPipeline(), you should be able to find out the 
channel initialisation there.

You should create a new ChannelHandler in the ChannelHandlerFactory to avoid 
using encoders  decoders in parallel.

--  
Willem Jiang

Red Hat, Inc.
Web: http://www.redhat.com
Blog: http://willemjiang.blogspot.com (English)
http://jnn.iteye.com (Chinese)
Twitter: willemjiang  
Weibo: 姜宁willem



On January 14, 2015 at 8:57:16 PM, V4Vaithi (alagappan.i...@gmail.com) wrote:
 How to identify new channel initialization in camel-netty?
  
 If i am going to use ChannelHandler then is it possible to use encoders 
 decoders in parallel?
  
  
  
 --
 View this message in context: 
 http://camel.465427.n5.nabble.com/How-to-identify-channel-initialization-in-camel-netty-tp5761677.html
   
 Sent from the Camel - Users mailing list archive at Nabble.com.
  



How to identify channel initialization in camel-netty

2015-01-14 Thread V4Vaithi
How to identify new channel initialization in camel-netty? 

If i am going to use ChannelHandler then  is it possible to use encoders 
decoders in parallel? 



--
View this message in context: 
http://camel.465427.n5.nabble.com/How-to-identify-channel-initialization-in-camel-netty-tp5761677.html
Sent from the Camel - Users mailing list archive at Nabble.com.