Searched refs:CountingProxy (Results 1 – 1 of 1) sorted by relevance
155 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 FtpURLConnectionTest394 private CountingProxy() throws IOException { in CountingProxy() method in FtpURLConnectionTest.CountingProxy402 public static CountingProxy start() throws IOException { in start()403 CountingProxy result = new CountingProxy(); in start()