OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:conn4
(Results
1 - 1
of
1
) sorted by null
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
ExcludedProxyTest.java
92
java.net.HttpURLConnection
conn4
= (java.net.HttpURLConnection) u4
local
94
conn4
.setDoOutput(true);
95
conn4
.setRequestMethod("POST");
96
conn4
.setRequestProperty("Content-length", String.valueOf(posted4
98
OutputStream out =
conn4
.getOutputStream();
101
conn4
.getResponseCode();
102
InputStream is =
conn4
.getInputStream();
Completed in 38 milliseconds