HomeSort by relevance Sort by last modified time
    Searched defs:URLConnection (Results 1 - 8 of 8) sorted by null

  /libcore/luni/src/main/java/java/net/
URLConnection.java 40 * URLConnection urlConnection = url.openConnection();
41 * InputStream in = new BufferedInputStream(urlConnection.getInputStream());
49 * <p>{@code URLConnection} must be configured before it has connected to the
50 * remote resource. Instances of {@code URLConnection} are not reusable: you
54 * {@code URLConnection} supports two timeouts: a {@link #setConnectTimeout
82 public abstract class URLConnection {
85 * The URL which represents the remote target of this {@code URLConnection}.
112 * Specifies whether this {@code URLConnection} is already connected to the
119 * Specifies whether this {@code URLConnection} allows sending data
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 265 milliseconds