HttpURLConnection

Class HttpURLConnection

Direct Known Subclasses:
HttpsURLConnection
public abstract class HttpURLConnection
extends URLConnection

A URLConnection with support for HTTP-specific features. See the spec for details.

Each HttpURLConnection instance is used to make a single request but the underlying network connection to the HTTP server may be transparently shared by other instances. Calling the close() m