Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/net/
DFtpURLConnectionTest.java155 CountingProxy countingProxy = CountingProxy.start(); in testCountingProxy()
178 CountingProxy countingProxy = CountingProxy.start(); in testConnectOverProxy_explicit_http_uses_direct_connection()
200 CountingProxy countingProxy = CountingProxy.start(); in testConnectOverProxy_implicit_http_fails()
362 static class CountingProxy { class in FtpURLConnectionTest
394 private CountingProxy() throws IOException { in CountingProxy() method in FtpURLConnectionTest.CountingProxy
402 public static CountingProxy start() throws IOException { in start()
403 CountingProxy result = new CountingProxy(); in start()