Searched refs:ProxyRunner (Results 1 – 1 of 1) sorted by relevance
38 threads[t] = new Thread((t % 2 == 0) ? new ProxyRunner() : new SyncRunner()); in main()63 private static class ProxyRunner implements Runnable { class in Main