Re: Migrating from 4.1 to 4.3

2014-03-12 Thread Oleg Kalnichevski
pclient with a > builder/s with all the new values. > > > Thanks, > > Joan. > > -Mensaje original- > De: Oleg Kalnichevski [mailto:ol...@apache.org] > Enviado el: miércoles, 12 de marzo de 2014 17:27 > Para: HttpClient User Discussion > Asunto: Re: Migrating fro

RE: Migrating from 4.1 to 4.3

2014-03-12 Thread Joan Balagueró
l...@apache.org] Enviado el: miércoles, 12 de marzo de 2014 17:27 Para: HttpClient User Discussion Asunto: Re: Migrating from 4.1 to 4.3 On Wed, 2014-03-12 at 15:46 +0100, Joan Balagueró wrote: > Hello Oleg, > > Thanks. But taking this example: > > RequestConfig.Builder builde

Re: Migrating from 4.1 to 4.3

2014-03-12 Thread Oleg Kalnichevski
On Wed, 2014-03-12 at 15:46 +0100, Joan Balagueró wrote: > Hello Oleg, > > Thanks. But taking this example: > > RequestConfig.Builder builder = RequestConfig.custom(); if (proxyPort != 0) { > builder.setProxy(new HttpHost(proxyHost, proxyPort)) } RequestConfig > config = builder.build(); >

RE: Migrating from 4.1 to 4.3

2014-03-12 Thread Joan Balagueró
Joan. -Mensaje original- De: Oleg Kalnichevski [mailto:ol...@apache.org] Enviado el: miércoles, 12 de marzo de 2014 15:35 Para: HttpClient User Discussion Asunto: Re: Migrating from 4.1 to 4.3 On Tue, 2014-03-11 at 12:43 +0100, Joan Balagueró wrote: > Hello, > > > >

Re: Migrating from 4.1 to 4.3

2014-03-12 Thread Oleg Kalnichevski
On Tue, 2014-03-11 at 12:43 +0100, Joan Balagueró wrote: > Hello, > ... > > > 1. Where can I set the manager connection timeout? > > HttpClientParams.setConnectionManagerTimeout(this.objHttpParams, 1); RequestConfig config = RequestConfig.custom() .setConnectionRequestTimeout(1)