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

/libcore/luni/src/main/java/libcore/net/http/
H A DHttpURLConnectionImpl.java498 @Override public final void setRequestProperty(String field, String newValue) { method in class:HttpURLConnectionImpl
H A DHttpsURLConnectionImpl.java330 public void setRequestProperty(String field, String newValue) { method in class:HttpsURLConnectionImpl
331 delegate.setRequestProperty(field, newValue);
/libcore/luni/src/main/java/java/net/
H A DURLConnection.java832 * @deprecated Use {@link URLConnection#setRequestProperty(String, String)}.
926 public void setRequestProperty(String field, String newValue) { method in class:URLConnection

Completed in 126 milliseconds