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

/libcore/ojluni/src/main/java/sun/net/www/
H A DURLConnection.java73 public void setRequestProperty(String key, String value) { method in class:URLConnection
/libcore/ojluni/src/main/java/sun/net/www/protocol/ftp/
H A DFtpURLConnection.java586 public void setRequestProperty(String key, String value) { method in class:FtpURLConnection
587 super.setRequestProperty(key, value);
612 * @see #setRequestProperty(java.lang.String, java.lang.String)
/libcore/ojluni/src/main/java/sun/net/www/protocol/jar/
H A DJarURLConnection.java238 public void setRequestProperty(String key, String value) { method in class:JarURLConnection
239 jarFileURLConnection.setRequestProperty(key, value);
/libcore/ojluni/src/main/java/java/net/
H A DURLConnection.java82 * <li><code>setRequestProperty</code>
166 * @see java.net.URLConnection#setRequestProperty(java.lang.String, java.lang.String)
1070 public void setRequestProperty(String key, String value) { method in class:URLConnection
1116 * @see #setRequestProperty(java.lang.String, java.lang.String)
1159 * @see java.net.URLConnection#setRequestProperty(java.lang.String,java.lang.String)
1161 * @deprecated The instance specific setRequestProperty method
/libcore/ojluni/src/main/java/sun/net/www/protocol/https/
H A DHttpsURLConnectionImpl.java315 public void setRequestProperty(String key, String value) { method in class:HttpsURLConnectionImpl
316 delegate.setRequestProperty(key, value);
/libcore/ojluni/src/main/java/sun/net/www/protocol/http/
H A DHttpURLConnection.java2746 public void setRequestProperty(String key, String value) { method in class:HttpURLConnection

Completed in 68 milliseconds