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

/libcore/luni/src/main/java/java/net/
H A DHttpURLConnection.java33 * <li>Obtain a new {@code HttpURLConnection} by calling {@link
35 * {@code HttpURLConnection}.
49 * HttpURLConnection} should be closed by calling {@link #disconnect()}.
57 * HttpURLConnection urlConnection = (HttpURLConnection) url.openConnection();
80 * {@code HttpURLConnection} will follow up to five HTTP redirects. It will
96 * HttpURLConnection} will be forced to buffer the complete request body in
101 * HttpURLConnection urlConnection = (HttpURLConnection) url.openConnection();
136 * <p>By default, this implementation of {@code HttpURLConnection} request
258 public abstract class HttpURLConnection extends URLConnection { class in inherits:URLConnection
529 protected HttpURLConnection(URL url) { method in class:HttpURLConnection
[all...]

Completed in 45 milliseconds