RE: Migrating from 4.1 to 4.3

2014-03-12 Thread Joan Balagueró
. -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, 1. Where can I set

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(); The

RE: Migrating from 4.1 to 4.3

2014-03-12 Thread Joan Balagueró
] 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 builder = RequestConfig.custom(); if (proxyPort

Re: Migrating from 4.1 to 4.3

2014-03-12 Thread Oleg Kalnichevski
Kalnichevski [mailto:ol...@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