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

/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/https/
H A DHttpsURLConnectionImpl.java312 public void setRequestProperty(String field, String newValue) { method in class:HttpsURLConnectionImpl
313 httpsEngine.setRequestProperty(field, newValue);
/dalvik/libcore/luni/src/main/java/java/net/
H A DURLConnection.java836 * @deprecated Use {@link #setRequestProperty} of an existing {@code
948 public void setRequestProperty(String field, String newValue) { method in class:URLConnection
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/
H A DHttpURLConnectionImpl.java1552 public void setRequestProperty(String field, String newValue) { method in class:HttpURLConnectionImpl
1684 setRequestProperty("Proxy-Authorization", credentials);
1707 setRequestProperty("Authorization", credentials);

Completed in 86 milliseconds