Searched defs:proxy2 (Results 1 – 6 of 6) sorted by relevance
43 Proxy proxy2 = new Proxy(Proxy.Type.HTTP, address1); in test_hashCode() local
1907 Proxy proxy2 = new Proxy(Proxy.Type.SOCKS, addr1); in test_ConstructorLjava_net_Proxy_Exception() local
146 Proxy proxy2 = new Proxy(Proxy.Type.HTTP, address2); in test_equalsLjava_lang_Object_Equals() local
461 Proxy proxy2 = (Proxy) proxyList2.get(0); in test_connectionFailedLjava_net_URILjava_net_SocketAddressLjava_io_IOException() local
645 Proxy proxy2 = new Proxy(Proxy.Type.SOCKS, addr1); in test_ConstructorLjava_net_Proxy_Exception() local
229 Class<?> proxy2 = Proxy.getProxyClass(loader, Echo.class, ReturnsInt.class); in test_getProxyClass_caching() local