Thx.

I actually know a bit about the async client tryout. Btw I've also looked to 
Netty (any perf idea?) and used Mina in the past years...

Even if it's helpful to understand what could be this high level package (pool, 
...), I'd like to know more how I could implement/reuse some components for 
http core nio client to go first through a simple Http/s proxy (no authent, no 
chain, ...).

Http Client supports this in a great seamless approach. Could you please point 
me into the right direction if any of this makes sense to reuse for http core 
nio (i've seen old discussion in the mailing list but no sample or details so 
far) ?

Fabrice

Le 6 juil. 2010 à 21:06, Oleg Kalnichevski <[email protected]> a écrit :

> On Tue, 2010-07-06 at 16:37 +0200, DELHOSTE Fabrice wrote:
>> Hi,
>> 
>> I'd like to know if there's a sample on how to use HttpCore NIO with SSL 
>> through a proxy. The SSL part is ok without proxy but I haven't found any 
>> relevant example through proxy.
>> 
>> Should I look to HttpClient to look what to do in HttpCore NIO?
>> Is there some utility classes to manage that?
>> 
>> Cheers,
>> Fabrice
>> 
> 
> Fabrice
> 
> HttpCore provides only the most fundamental HTTP transport functions.
> Support for HTTP proxies is out of the project's scope.
> 
> There is an experimental asynchronous HTTP client based on HttpCore NIO
> but it is still at the pre-ALPHA stage of development and currently also
> does not have proxy support.
> 
> http://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/trunk/
> 
> Oleg
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 

Reply via email to