Re: proxy - as a Handler or a Filter?

2008-12-15 Thread Eric Covener
On Mon, Dec 15, 2008 at 12:32 PM, Jodi Bosa wrote: >> Right now I am thinking of writing this as an Apache Handler that reads > data from a client into a Bucket Brigade and then the Handler create it's > own Filter chain and invokes the Filter chain on that Bucket Brigade. I would suggest impleme

Re: proxy - as a Handler or a Filter?

2008-12-15 Thread Jodi Bosa
> I need to do write a proxy protocol converter and have not found any comparable examples - basically a proxy that is communicating HTTP with a client but communicates in another protocol with a backend server - with multiple requests & responses on same connection (so basically KeepAlive's betwee

proxy - as a Handler or a Filter?

2008-11-24 Thread Jodi Bosa
I need to do write a proxy protocol converter and have not found any comparable examples - basically a proxy that is communicating HTTP with a client but communicates in another protocol with a backend server - with multiple requests & responses on same connection (so basically KeepAlive's between