On Thu, 2006-04-20 at 20:04 +0200, Thierry Sechao wrote: > > One question, though. Why on earth you are not just using HttpClient if > > all you are trying to do is to tunnel HTTP? > > I use ProxyClient because I would like to get the outputStream so that I > can send information back to the server over the same connexion, each > time my client recieve a notification from the server. > > Maybe, there is an other and better solution... >
The recommended way to stream out request entities is by providing a custom implementation of the RequestEntity interface. I have an impression you are trying to be a bit too 'creative' with the HTTP protocol. Oleg > > Oleg > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
