home *** CD-ROM | disk | FTP | other *** search
- package sun.net.www.http;
-
- import java.security.PrivilegedAction;
-
- class HttpClient$1 implements PrivilegedAction {
- // $FF: synthetic field
- private final int[] val$port;
- // $FF: synthetic field
- private final HttpClient this$0;
-
- HttpClient$1(HttpClient var1, int[] var2) {
- this.this$0 = var1;
- this.val$port = var2;
- }
-
- public Object run() {
- if (System.getProperty("http.proxyHost") != null) {
- this.val$port[0] = Integer.getInteger("http.proxyPort", 80);
- } else {
- this.val$port[0] = Integer.getInteger("proxyPort", 80);
- }
-
- return null;
- }
- }
-