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

/libcore/ojluni/src/main/java/sun/net/www/
H A DURLConnection.java83 * and getRequestProperties were copied from the superclass implementation
99 public Map<String,List<String>> getRequestProperties() { method in class:URLConnection
/libcore/ojluni/src/main/java/sun/net/www/protocol/jar/
H A DJarURLConnection.java276 public Map<String,List<String>> getRequestProperties() { method in class:JarURLConnection
277 return jarFileURLConnection.getRequestProperties();
/libcore/ojluni/src/main/java/java/net/
H A DURLConnection.java1083 * @see #getRequestProperties()
1131 public Map<String,List<String>> getRequestProperties() { method in class:URLConnection

Completed in 71 milliseconds