On Monday, June 9, 2003, at 06:21 PM, Zulfi Umrani wrote:

So what you are saying is that I can use HttpClient APIs and execute the
method and then wrap that method in HttpURLConnection so that I am using
java.net APIs to get the response? In other words I can not use it like
java.net API for making requests. Is that correct?

That is correct. To use HttpClient in its full capacity one must directly access the standard HttpClient API. Most functionality has not been exposed via HttpUrlConnection.


Mike


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to