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

/libcore/ojluni/src/main/java/sun/net/www/
H A DURLConnection.java82 * The following three methods addRequestProperty, getRequestProperty,
86 public void addRequestProperty(String key, String value) { method in class:URLConnection
/libcore/ojluni/src/main/java/sun/net/www/protocol/jar/
H A DJarURLConnection.java262 public void addRequestProperty(String key, String value) { method in class:JarURLConnection
263 jarFileURLConnection.addRequestProperty(key, value);
/libcore/ojluni/src/main/java/java/net/
H A DURLConnection.java1086 public void addRequestProperty(String key, String value) { method in class:URLConnection

Completed in 48 milliseconds