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

/openjdk7/jdk/src/share/classes/sun/net/www/
H A DURLConnection.java82 * The following three methods addRequestProperty, getRequestProperty,
93 public String getRequestProperty(String key) { method in class:URLConnection
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/ftp/
H A DFtpURLConnection.java574 * @see #getRequestProperty(java.lang.String)
606 public String getRequestProperty(String key) { method in class:FtpURLConnection
607 String value = super.getRequestProperty(key);
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/jar/
H A DJarURLConnection.java249 public String getRequestProperty(String key) { method in class:JarURLConnection
250 return jarFileURLConnection.getRequestProperty(key);
/openjdk7/jdk/src/share/classes/java/net/
H A DURLConnection.java1079 * @see #getRequestProperty(java.lang.String)
1129 public String getRequestProperty(String key) { method in class:URLConnection
1190 * @see java.net.URLConnection#getRequestProperty(java.lang.String)
1192 * @deprecated The instance specific getRequestProperty method
/openjdk7/jdk/src/share/classes/com/sun/net/ssl/internal/www/protocol/https/
H A DHttpsURLConnectionOldImpl.java311 public String getRequestProperty(String key) { method in class:HttpsURLConnectionOldImpl
312 return delegate.getRequestProperty(key);
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/https/
H A DHttpsURLConnectionImpl.java341 public String getRequestProperty(String key) { method in class:HttpsURLConnectionImpl
342 return delegate.getRequestProperty(key);
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DHttpURLConnection.java2791 public synchronized String getRequestProperty (String key) { method in class:HttpURLConnection

Completed in 49 milliseconds