Searched defs:HttpURLConnection (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/net/
H A DHttpURLConnection.java39 * Each HttpURLConnection instance is used to make a single request
42 * on the InputStream or OutputStream of an HttpURLConnection
54 * @see java.net.HttpURLConnection#disconnect()
57 abstract public class HttpURLConnection extends URLConnection { class in inherits:URLConnection
254 * @see java.net.HttpURLConnection#getHeaderFieldKey(int)
292 * at HttpURLConnection construction time.
294 * @see java.net.HttpURLConnection#setInstanceFollowRedirects(boolean)
295 * @see java.net.HttpURLConnection#getInstanceFollowRedirects()
296 * @see java.net.HttpURLConnection#setFollowRedirects(boolean)
306 * Constructor for the HttpURLConnection
309 protected HttpURLConnection (URL u) { method in class:HttpURLConnection
[all...]
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DHttpURLConnection.java83 public class HttpURLConnection extends java.net.HttpURLConnection { class in inherits:java.net.HttpURLConnection
373 PlatformLogger.getLogger("sun.net.www.protocol.http.HttpURLConnection");
709 protected HttpURLConnection(URL u, Handler handler) method in class:HttpURLConnection
716 public HttpURLConnection(URL u, String host, int port) { method in class:HttpURLConnection
722 public HttpURLConnection(URL u, Proxy p) { method in class:HttpURLConnection
726 protected HttpURLConnection(URL u, Proxy p, Handler handler) { method in class:HttpURLConnection
772 if (c instanceof HttpURLConnection) {
773 ((HttpURLConnection) c).setInstanceFollowRedirects(false);
782 if (c instanceof HttpURLConnection) {
[all...]

Completed in 32 milliseconds