dev@grizzly.java.net

HTTP Proxy Grizzly based

From: Hubert Iwaniuk <neotyk_at_kungfoo.pl>
Date: Mon, 15 Dec 2008 00:06:48 +0100

Hi All,

I've just created base of Grizzly based HTTP Proxy (
http://github.com/neotyk/http-proxy/tree/master)
I still have some problems running it as OSGi bundle, but that is secondary
concern for now.

Questions I have:

   1. Is there Grizzly HTTP Client?
   I would like to get rid of commons-httpclient from this proxy
   implementation.
   What I would found useful is connection pooling, events on received all
   Headers, received chunk (so proxy could stream data straight to client).
   2. Would you expect performance boost if client connections would be
   suspended when proxy is waiting for target host to reply?


Thanks in advance,
-- 
Hubert Iwaniuk