Searched defs:httpuc (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/net/www/protocol/https/
H A DHttpsClient.java283 HttpURLConnection httpuc)
285 return HttpsClient.New(sf, url, hv, true, httpuc);
291 HttpURLConnection httpuc) throws IOException {
292 return HttpsClient.New(sf, url, hv, (String)null, -1, useCache, httpuc);
301 HttpURLConnection httpuc) throws IOException {
302 return HttpsClient.New(sf, url, hv, proxyHost, proxyPort, true, httpuc);
307 HttpURLConnection httpuc)
310 httpuc);
315 int connectTimeout, HttpURLConnection httpuc)
321 useCache, connectTimeout, httpuc);
282 New(SSLSocketFactory sf, URL url, HostnameVerifier hv, HttpURLConnection httpuc) argument
289 New(SSLSocketFactory sf, URL url, HostnameVerifier hv, boolean useCache, HttpURLConnection httpuc) argument
299 New(SSLSocketFactory sf, URL url, HostnameVerifier hv, String proxyHost, int proxyPort, HttpURLConnection httpuc) argument
305 New(SSLSocketFactory sf, URL url, HostnameVerifier hv, String proxyHost, int proxyPort, boolean useCache, HttpURLConnection httpuc) argument
313 New(SSLSocketFactory sf, URL url, HostnameVerifier hv, String proxyHost, int proxyPort, boolean useCache, int connectTimeout, HttpURLConnection httpuc) argument
324 New(SSLSocketFactory sf, URL url, HostnameVerifier hv, Proxy p, boolean useCache, int connectTimeout, HttpURLConnection httpuc) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/net/www/http/
H A DHttpClient.java264 HttpURLConnection httpuc) throws IOException
273 if (ret != null && httpuc != null &&
274 httpuc.streaming() &&
275 httpuc.getRequestMethod() == "POST") {
290 if (httpuc != null && ret.needsTunneling())
291 httpuc.setTunnelState(TUNNELING);
324 HttpURLConnection httpuc) throws IOException
326 return New(url, p, to, true, httpuc);
338 HttpURLConnection httpuc)
341 to, useCache, httpuc);
263 New(URL url, Proxy p, int to, boolean useCache, HttpURLConnection httpuc) argument
323 New(URL url, Proxy p, int to, HttpURLConnection httpuc) argument
336 New(URL url, String proxyHost, int proxyPort, boolean useCache, int to, HttpURLConnection httpuc) argument
616 parseHTTP(MessageHeader responses, ProgressSource pi, HttpURLConnection httpuc) argument
666 parseHTTPHeader(MessageHeader responses, ProgressSource pi, HttpURLConnection httpuc) argument
[all...]

Completed in 32 milliseconds