Searched refs:usingProxy (Results 1 – 5 of 5) sorted by relevance
215 assertTrue("Connection does not use proxy", connection.usingProxy()); in testUsingProxy()219 assertFalse(huc.usingProxy()); in testUsingProxy()260 connection.usingProxy()); in testUsingProxySelector()265 connection.usingProxy()); in testUsingProxySelector()
783 public abstract boolean usingProxy(); in usingProxy() method in HttpURLConnection
307 public boolean usingProxy() { in usingProxy() method in MyHttpsURLConnection
970 log("Client", "Connection has been ESTABLISHED, using proxy: " + connection.usingProxy()); in executeClientRequest()
194 public boolean usingProxy() { in openConnection() method in URLConnectionTest.NewHandler