closing connection with HttpURLConnection

Hi all,

I guess it's kind of a newbie question, but I'll shut it anyway:
once I've created an instance of HttpURLConnection, how can I close the
connection? I mean really close - close the socket, and not marking it as
idle, or something like this.
HttpURLConnection.disconnect() doesn't seem to do the job.

Any idea?

TIA,
Ronen Lazar.
ronenl@gilian.com

Received on Tuesday, 2 January 2001 08:25:31 UTC