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

/openjdk7/jdk/src/share/classes/sun/net/www/
H A DURLConnection.java73 public void setRequestProperty(String key, String value) { method in class:URLConnection
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/ftp/
H A DFtpURLConnection.java577 public void setRequestProperty(String key, String value) { method in class:FtpURLConnection
578 super.setRequestProperty(key, value);
603 * @see #setRequestProperty(java.lang.String, java.lang.String)
/openjdk7/jdk/src/share/classes/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);
/openjdk7/jdk/src/share/classes/java/net/
H A DURLConnection.java81 * <li><code>setRequestProperty</code>
165 * @see java.net.URLConnection#setRequestProperty(java.lang.String, java.lang.String)
1081 public void setRequestProperty(String key, String value) { method in class:URLConnection
1127 * @see #setRequestProperty(java.lang.String, java.lang.String)
1170 * @see java.net.URLConnection#setRequestProperty(java.lang.String,java.lang.String)
1172 * @deprecated The instance specific setRequestProperty method
/openjdk7/jdk/src/share/classes/com/sun/net/ssl/internal/www/protocol/https/
H A DHttpsURLConnectionOldImpl.java285 public void setRequestProperty(String key, String value) { method in class:HttpsURLConnectionOldImpl
286 delegate.setRequestProperty(key, value);
/openjdk7/jdk/src/share/classes/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);
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DHttpURLConnection.java2747 public void setRequestProperty(String key, String value) { method in class:HttpURLConnection

Completed in 38 milliseconds