Home
last modified time | relevance | path

Searched refs:asProxy (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/test/java/libcore/java/net/
DFtpURLConnectionTest.java157 Proxy proxy = countingProxy.asProxy(); in testCountingProxy()
180 Proxy proxy = countingProxy.asProxy(); in testConnectOverProxy_explicit_http_uses_direct_connection()
202 Proxy proxy = countingProxy.asProxy(); in testConnectOverProxy_implicit_http_fails()
419 public Proxy asProxy() { in asProxy() method in FtpURLConnectionTest.CountingProxy