Home
last modified time | relevance | path

Searched refs:setRequestProperty (Results 1 – 9 of 9) sorted by relevance

/libcore/ojluni/src/main/java/sun/net/www/protocol/jar/
DJarURLConnection.java238 public void setRequestProperty(String key, String value) { in setRequestProperty() method in JarURLConnection
239 jarFileURLConnection.setRequestProperty(key, value); in setRequestProperty()
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
DURLConnectionTest.java109 u.setRequestProperty(null, "someValue"); in test_setRequestProperty()
116 …u.setRequestProperty("user-agent", "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.7.5) Geck… in test_setRequestProperty()
126 u.setRequestProperty(null, "someValue"); in test_setRequestProperty()
252 uc.setRequestProperty("prop", "yo");
253 uc.setRequestProperty("prop", "yo2");
828 uc.setRequestProperty("whatever", "you like");
877 urlCon.setRequestProperty("test", "testProperty");
893 uc.setRequestProperty("Yo", "yo");
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DOCSP.java229 con.setRequestProperty in check()
231 con.setRequestProperty in check()
/libcore/ojluni/src/main/java/sun/net/www/
DURLConnection.java73 public void setRequestProperty(String key, String value) { in setRequestProperty() method in URLConnection
/libcore/ojluni/src/main/java/sun/net/www/protocol/ftp/
DFtpURLConnection.java597 public void setRequestProperty(String key, String value) {
598 super.setRequestProperty(key, value);
/libcore/ojluni/src/main/java/java/net/
DURLConnection.java1061 public void setRequestProperty(String key, String value) { in setRequestProperty() method in URLConnection
/libcore/luni/src/test/java/libcore/java/net/
DURLConnectionTest.java253 urlConnection.setRequestProperty(null, "j"); in testRequestHeaders()
262 urlConnection.setRequestProperty("NullValue", null); // should fail silently! in testRequestHeaders()
282 urlConnection.setRequestProperty("P", "q"); in testRequestHeaders()
1056 connection.setRequestProperty("Connection", "close"); in testProxyWithConnectionClose()
2156 urlConnection.setRequestProperty("Transfer-encoding", "chunked");
2171 a.setRequestProperty("Connection", "close");
DAbstractCookiesTest.java422 connection.setRequestProperty("Foo", "foo"); in testHeadersSentToCookieHandler()
/libcore/ojluni/src/main/java/sun/misc/
DURLClassPath.java730 uc.setRequestProperty(USER_AGENT_JAVA_VERSION, JAVA_VERSION);