Re: Why so many port used when I use camel-netty4-http

2015-04-15 Thread Yuffie
Hi,Willem Thanks for your help! I think I need to read the document carefully first. Again, thank you! -- View this message in context: http://camel.465427.n5.nabble.com/Why-so-many-port-used-when-I-use-camel-netty4-http-tp5765433p5765810.html Sent from the Camel - Users mailing list archive

Re: Why so many port used when I use camel-netty4-http

2015-04-14 Thread Yuffie
Hi,Willem. this is my RouteBuilder: --- public class MobileRouteBuilder extends RouteBuilder implements PropertyConstants { private String port; public void setPort(String port) { this.port = port; }

Re: Why so many port used when I use camel-netty4-http

2015-04-14 Thread Yuffie
Hi,Yogesh. Thanks for help! Since I don't have a Linux environment, I don't if it work on Linux. But it work in win7. And I will try what you said. Again thank you. -- View this message in context:

Why so many port used when I use camel-netty4-http

2015-04-07 Thread Yuffie
Hi, when I use netty4-http compoment, I found it use a lot ports which I have not defined in my program: 协议 本地地址 外部地址状态 PID TCP0.0.0.0:80 0.0.0.0:0 LISTENING 1080 TCP0.0.0.0:1350.0.0.0:0 LISTENING

Re: Why camel put the post request's form body into request header?

2015-03-17 Thread Yuffie
! --- 周宇飞 Yuffie Chow 18768113769 yuffie.pa...@gmail.com 杭州新中大软件股份有限公司 NEWGRAND SOFTWARE CO.,LTD. 2015-03-18 10:43 GMT+08:00 Willem.Jiang [via Camel] ml-node+s465427n5764314...@n5.nabble.com: When the content-type is application/x-www-form-urlencoded, it means the POST

Why camel put the post request's form body into request header?

2015-03-17 Thread Yuffie
Hey, I'm a newbie in camel. When I use camel-jetty and camel-netty4-http, I find the component will put the body into header when the content-type is application/x-www-form-urlencoded. It cause the OutOfBoundException when the post body is huge. Is this an issue? Or there is any reason that camel