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

  /external/smack/src/org/jivesoftware/smackx/filetransfer/
FileTransferNegotiator.java 22 import java.net.URLConnection;
403 si.setMimeType(URLConnection.guessContentTypeFromName(fileName));
  /libcore/luni/src/main/java/java/net/
URLConnection.java 37 * URLConnection urlConnection = url.openConnection();
38 * InputStream in = new BufferedInputStream(urlConnection.getInputStream());
46 * <p>{@code URLConnection} must be configured before it has connected to the
47 * remote resource. Instances of {@code URLConnection} are not reusable: you
51 * {@code URLConnection} supports two timeouts: a {@link #setConnectTimeout
79 public abstract class URLConnection {
82 * The URL which represents the remote target of this {@code URLConnection}.
109 * Specifies whether this {@code URLConnection} is already connected to the
116 * Specifies whether this {@code URLConnection} allows sending data
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 76 milliseconds