Re: HTTPConduit doubt

2011-01-05 Thread Daniel Kulp
On Tuesday 04 January 2011 10:29:53 pm pablo caballero wrote: > Looking at > http://www.docjar.com/html/api/org/apache/cxf/transport/http/HTTPConduit.j > ava.html I can see that a HttpURLConnectionFactory is used to obtain the > actual connection. > > My doubt is: the factory used in the default c

Re: HTTPConduit doubt

2011-01-04 Thread Freeman Fang
Hi, The default behavior for client is keeping its connection open after the initial request/response sequence. If the server honors it, the connection is kept open until the consumer closes it. More details is from[1] [1]http://cxf.apache.org/docs/client-http-transport-including-ssl-suppo

HTTPConduit doubt

2011-01-04 Thread pablo caballero
Looking at http://www.docjar.com/html/api/org/apache/cxf/transport/http/HTTPConduit.java.html I can see that a HttpURLConnectionFactory is used to obtain the actual connection. My doubt is: the factory used in the default configuration (http, no https) do use some kind of pool of efective connect