| /libcore/luni/src/test/java/libcore/java/net/ |
| D | OldProxyTest.java | 28 Proxy proxy = new Proxy(Proxy.Type.SOCKS, address); in test_address() local 61 Proxy proxy = new Proxy(Proxy.Type.HTTP, address); in test_type() local
|
| D | OldURLTest.java | 648 public URLConnection openConnection(URL arg0, Proxy proxy) in openConnection()
|
| /libcore/luni/src/test/java/tests/api/java/lang/reflect/ |
| D | ProxyTest.java | 52 public Object invoke(Object proxy, Method method, Object[] args) in invoke() 69 Class proxy = Proxy.getProxyClass(Support_Proxy_I1.class in test_getProxyClassLjava_lang_ClassLoader$Ljava_lang_Class() local 138 Support_Proxy_I1 proxy = (Support_Proxy_I1) p; in test_newProxyInstanceLjava_lang_ClassLoader$Ljava_lang_ClassLjava_lang_reflect_InvocationHandler() local 198 Class proxy = Proxy.getProxyClass(Support_Proxy_I1.class in test_isProxyClassLjava_lang_Class() local
|
| /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/http/ |
| D | HttpURLConnectionTest.java | 143 Proxy proxy = Proxy.NO_PROXY; in select() local 191 MockServer proxy = new MockServer("proxy"); in testUsingProxy() local 231 MockServer proxy = new MockServer("proxy"); in testUsingProxySelector() local 281 MockProxyServer proxy = new MockProxyServer("ProxyServer"); in testProxyAuthorization() local
|
| /libcore/luni/src/test/java/libcore/java/lang/reflect/ |
| D | ProxyTest.java | 52 Object proxy = Proxy.newProxyInstance(loaderA, interfacesA, invocationHandlerB); in testClassLoaderDoesNotNeedToSeeInvocationHandlerLoader() local 62 public Object invoke(Object proxy, Method method, Object[] args) throws Throwable { in invoke()
|
| /libcore/luni/src/main/java/java/lang/reflect/ |
| D | InvocationHandler.java | 59 public Object invoke(Object proxy, Method method, Object[] args) throws Throwable; in invoke()
|
| D | Proxy.java | 260 public static InvocationHandler getInvocationHandler(Object proxy) in getInvocationHandler()
|
| /libcore/luni/src/main/java/libcore/net/http/ |
| D | HttpsHandler.java | 32 @Override protected URLConnection openConnection(URL url, Proxy proxy) throws IOException { in openConnection()
|
| D | HttpHandler.java | 32 @Override protected URLConnection openConnection(URL url, Proxy proxy) throws IOException { in openConnection()
|
| D | HttpConnection.java | 90 Proxy proxy, boolean requiresTunnel, int connectTimeout) throws IOException { in connect() 266 private final Proxy proxy; field in HttpConnection.Address 294 Proxy proxy, boolean requiresTunnel) throws UnknownHostException { in Address()
|
| D | HttpURLConnectionImpl.java | 58 private Proxy proxy; field in HttpURLConnectionImpl 72 protected HttpURLConnectionImpl(URL url, int port, Proxy proxy) { in HttpURLConnectionImpl() 473 final void setProxy(Proxy proxy) { in setProxy()
|
| D | HttpsURLConnectionImpl.java | 50 protected HttpsURLConnectionImpl(URL url, int port, Proxy proxy) { in HttpsURLConnectionImpl() 379 private HttpUrlConnectionDelegate(URL url, int port, Proxy proxy) { in HttpUrlConnectionDelegate()
|
| D | HttpEngine.java | 317 Proxy proxy = result.getAddress().getProxy(); in openSocketConnection() local
|
| /libcore/luni/src/main/java/libcore/net/url/ |
| D | FtpHandler.java | 55 protected URLConnection openConnection(URL url, Proxy proxy) throws IOException { in openConnection()
|
| D | FileHandler.java | 64 public URLConnection openConnection(URL url, Proxy proxy) throws IOException { in openConnection()
|
| D | FtpURLConnection.java | 95 private Proxy proxy; field in FtpURLConnection 133 protected FtpURLConnection(URL url, Proxy proxy) { in FtpURLConnection()
|
| /libcore/luni/src/main/java/java/net/ |
| D | ProxySelectorImpl.java | 45 Proxy proxy = null; in selectOneProxy() local
|
| D | PlainSocketImpl.java | 58 private Proxy proxy; field in PlainSocketImpl 69 public PlainSocketImpl(Proxy proxy) { in PlainSocketImpl()
|
| D | Socket.java | 34 private final Proxy proxy; field in Socket 79 public Socket(Proxy proxy) { in Socket()
|
| D | URLStreamHandler.java | 61 protected URLConnection openConnection(URL u, Proxy proxy) throws IOException { in openConnection()
|
| D | URL.java | 484 public URLConnection openConnection(Proxy proxy) throws IOException { in openConnection()
|
| /libcore/luni/src/main/java/java/beans/ |
| D | PropertyChangeSupport.java | 325 PropertyChangeListenerProxy proxy = (PropertyChangeListenerProxy) p; in writeObject() local 390 PropertyChangeListenerProxy proxy = (PropertyChangeListenerProxy) p; in firePropertyChange() local
|
| /libcore/luni/src/test/java/libcore/java/util/beans/ |
| D | PropertyChangeSupportTest.java | 202 PropertyChangeListenerProxy proxy = new PropertyChangeListenerProxy("a", listener); in testAddingAProxy() local 269 PropertyChangeListenerProxy proxy = (PropertyChangeListenerProxy) listener; in describe() local
|
| /libcore/luni/src/main/java/org/apache/harmony/lang/annotation/ |
| D | AnnotationFactory.java | 281 public Object invoke(Object proxy, Method method, Object[] args) throws Throwable in invoke()
|
| /libcore/luni/src/main/java/java/util/ |
| D | EnumSet.java | 337 SerializationProxy proxy = new SerializationProxy(); in writeReplace() local
|