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

/libcore/ojluni/src/main/java/sun/net/www/
H A DURLConnection.java37 abstract public class URLConnection extends java.net.URLConnection { class in inherits:java.net.URLConnection
46 /** Create a URLConnection object. These should not be created directly:
51 public URLConnection (URL u) { method in class:URLConnection
/libcore/ojluni/src/main/java/java/net/
H A DURLConnection.java44 * The abstract class {@code URLConnection} is the superclass
134 * {@code URLConnection} after a request may free network resources associated with this
140 * @see java.net.URLConnection#connect()
141 * @see java.net.URLConnection#getContent()
142 * @see java.net.URLConnection#getContentEncoding()
143 * @see java.net.URLConnection#getContentLength()
144 * @see java.net.URLConnection#getContentType()
145 * @see java.net.URLConnection#getDate()
146 * @see java.net.URLConnection#getExpiration()
147 * @see java.net.URLConnection#getHeaderFiel
161 public abstract class URLConnection { class
463 protected URLConnection(URL url) { method in class:URLConnection
[all...]

Completed in 76 milliseconds