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() local
157 Proxy proxy = countingProxy.asProxy(); in testCountingProxy()
161 countingProxy.waitAndAssertConnectionCount(1); in testCountingProxy()
163 countingProxy.shutdown(); in testCountingProxy()
178 CountingProxy countingProxy = CountingProxy.start(); in testConnectOverProxy_explicit_http_uses_direct_connection() local
180 Proxy proxy = countingProxy.asProxy(); in testConnectOverProxy_explicit_http_uses_direct_connection()
184 countingProxy.waitAndAssertConnectionCount(0); in testConnectOverProxy_explicit_http_uses_direct_connection()
186 countingProxy.shutdown(); in testConnectOverProxy_explicit_http_uses_direct_connection()
200 CountingProxy countingProxy = CountingProxy.start(); in testConnectOverProxy_implicit_http_fails() local
202 Proxy proxy = countingProxy.asProxy(); in testConnectOverProxy_implicit_http_fails()
[all …]