Add Proxy support.

From-SVN: r57635
This commit is contained in:
Anthony Green 2002-09-30 05:19:09 +00:00 committed by Anthony Green
parent ccf7aef428
commit d3cc3f10da
20 changed files with 2252 additions and 237 deletions

View file

@ -51,4 +51,9 @@ public interface Configuration
// For libgcj we never load the JNI libraries.
boolean INIT_LOAD_LIBRARY = false;
// For libgcj we have native methods for proxy support....
boolean HAVE_NATIVE_GET_PROXY_DATA = false;
boolean HAVE_NATIVE_GET_PROXY_CLASS = false;
boolean HAVE_NATIVE_GENERATE_PROXY_CLASS = false;
}