Is it possible to get a HttpConnection from HttpClient?

2008-06-27 Thread Yan aka. Yansheng
Hi There, This is my first post here so I hope this is the right audience. My story: I want to replace a chunk of my code for doing I/O streaming to a webservice. I use java.net.HttpURLConnection to get the InputStream and OutputStream, it works fine most of the time but it can get a bit flaky

Re: Is it possible to get a HttpConnection from HttpClient?

2008-06-27 Thread Yan aka. Yansheng
Hmm. How come my message didn't show up after 2 hours..? On Fri, Jun 27, 2008 at 10:43 AM, Yan aka. Yansheng [EMAIL PROTECTED] wrote: Hi There, This is my first post here so I hope this is the right audience. My story: I want to replace a chunk of my code for doing I/O streaming to a

Re: Is it possible to get a HttpConnection from HttpClient?

2008-06-27 Thread Oleg Kalnichevski
On Fri, 2008-06-27 at 10:43 -0700, Yan aka. Yansheng wrote: Hi There, This is my first post here so I hope this is the right audience. My story: I want to replace a chunk of my code for doing I/O streaming to a webservice. I use java.net.HttpURLConnection to get the InputStream and