Searched refs:DelegatingDispatcher (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
H A DHttpsURLConnectionTest.java401 DelegatingDispatcher delegatingDispatcher =
402 new DelegatingDispatcher(proxyConnectDispatcher, getDispatcher);
450 DelegatingDispatcher delegatingDispatcher = new DelegatingDispatcher(
524 DelegatingDispatcher delegatingDispatcher1 =
525 new DelegatingDispatcher(proxyConnectDispatcher, getDispatcher);
557 DelegatingDispatcher delegatingDispatcher = new DelegatingDispatcher(
634 DelegatingDispatcher delegatingDispatcher =
635 new DelegatingDispatcher(proxyConnectDispatche
822 private static class DelegatingDispatcher extends Dispatcher { class in class:HttpsURLConnectionTest
825 public DelegatingDispatcher(Dispatcher... dispatchers) { method in class:HttpsURLConnectionTest.DelegatingDispatcher
[all...]

Completed in 319 milliseconds