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

/libcore/luni/src/test/java/libcore/java/net/
H A DURLConnectionTest.java631 checkConnectViaProxy(
637 checkConnectViaProxy(ProxyConfig.HTTP_PROXY_SYSTEM_PROPERTY,
644 checkConnectViaProxy(ProxyConfig.CREATE_ARG);
648 checkConnectViaProxy(ProxyConfig.PROXY_SYSTEM_PROPERTY);
652 checkConnectViaProxy(ProxyConfig.HTTP_PROXY_SYSTEM_PROPERTY);
655 private void checkConnectViaProxy(ProxyConfig proxyConfig) throws Exception { method in class:URLConnectionTest
656 checkConnectViaProxy(proxyConfig,
660 private void checkConnectViaProxy(ProxyConfig proxyConfig, String urlString, method in class:URLConnectionTest

Completed in 27 milliseconds