home *** CD-ROM | disk | FTP | other *** search
- package sun.net.www.protocol.http;
-
- import java.net.Authenticator;
- import java.net.InetAddress;
- import java.security.PrivilegedAction;
-
- class HttpURLConnection$1 implements PrivilegedAction {
- // $FF: synthetic field
- private final InetAddress val$addr;
- // $FF: synthetic field
- private final int val$port;
- // $FF: synthetic field
- private final String val$protocol;
- // $FF: synthetic field
- private final String val$prompt;
- // $FF: synthetic field
- private final String val$scheme;
-
- HttpURLConnection$1(InetAddress var1, int var2, String var3, String var4, String var5) {
- this.val$addr = var1;
- this.val$port = var2;
- this.val$protocol = var3;
- this.val$prompt = var4;
- this.val$scheme = var5;
- }
-
- public Object run() {
- return Authenticator.requestPasswordAuthentication(this.val$addr, this.val$port, this.val$protocol, this.val$prompt, this.val$scheme);
- }
- }
-