Re: Proxy chaining

2014-06-18 Thread Oleg Kalnichevski
On Tue, 2014-06-17 at 20:44 -0700, arcivanov wrote: > Oleg Kalnichevski wrote > > Unfortunately at this point there is no way around forking HttpClient if > > you want to implement proxy chaining. We can however consider making it > > possible to replace MainClientExec with a custom implementation.

[ANNOUNCEMENT] HttpComponents Core 4.4-alpha1 released

2014-06-18 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 4.4-alpha1 release of HttpComponents Core. This is the first ALPHA release from the 4.4.x development branch. The most notable features included in this release are: * Support for pipelined request processing on the server side * Support

Re: Proxy chaining

2014-06-18 Thread arcivanov
Oleg Kalnichevski wrote > On Tue, 2014-06-17 at 20:44 -0700, arcivanov wrote: >> Oleg Kalnichevski wrote >> > Unfortunately at this point there is no way around forking HttpClient >> if >> > you want to implement proxy chaining. We can however consider making it >> > possible to replace MainClientE

OSGI and Android together

2014-06-18 Thread Fernando Barbat
Hi, I'm trying to run Http Components in a Felix container embedded in an Android application. At first there were two possibilities: 1 - Use HttpClient and HttpCore OSGi bundles Or 2 - Use HttpClient for Android At first I tried 1, but I couldn't make it work because of its dependencies to org.