Searched defs:usingProxy (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/test/java/net/HttpURLConnection/
H A DgetResponseCode.java53 public boolean usingProxy(){ method in class:MyHttpURLConnectionImpl
/openjdk7/jdk/src/share/classes/java/net/
H A DHttpURLConnection.java564 public abstract boolean usingProxy(); method in class:HttpURLConnection
/openjdk7/jdk/src/share/classes/sun/net/www/http/
H A DHttpClient.java87 public boolean usingProxy = false; field in class:HttpClient
523 usingProxy = true;
528 usingProxy = false;
539 usingProxy = true;
544 usingProxy = false;
559 if (usingProxy && !proxyDisabled) {
720 if (usingProxy) { // not likely a proxy will return this
734 keepAliveConnections = p.findInt("max", usingProxy?50:5);
735 keepAliveTimeout = p.findInt("timeout", usingProxy?60:5);
979 if (!usingProxy) {
[all...]
/openjdk7/jdk/src/share/classes/com/sun/net/ssl/internal/www/protocol/https/
H A DHttpsURLConnectionOldImpl.java238 public boolean usingProxy() { method in class:HttpsURLConnectionOldImpl
239 return delegate.usingProxy();
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/https/
H A DHttpsURLConnectionImpl.java268 public boolean usingProxy() { method in class:HttpsURLConnectionImpl
269 return delegate.usingProxy();
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DHttpURLConnection.java497 if (http.usingProxy && tunnelState() != TunnelState.TUNNELING) {
537 if (http.usingProxy && tunnelState() != TunnelState.TUNNELING) {
2489 if (usingProxy() && http.isKeepingAlive()) {
2592 public boolean usingProxy() { method in class:HttpURLConnection

Completed in 47 milliseconds