home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &n…he Search for Life DVD 2 / DVD-ROM.iso / install / jre1_3 / lib / rt.jar / sun / net / www / protocol / http / HttpURLConnection$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  848 b   |  31 lines

  1. package sun.net.www.protocol.http;
  2.  
  3. import java.net.Authenticator;
  4. import java.net.InetAddress;
  5. import java.security.PrivilegedAction;
  6.  
  7. class HttpURLConnection$1 implements PrivilegedAction {
  8.    // $FF: synthetic field
  9.    private final InetAddress val$addr;
  10.    // $FF: synthetic field
  11.    private final int val$port;
  12.    // $FF: synthetic field
  13.    private final String val$protocol;
  14.    // $FF: synthetic field
  15.    private final String val$prompt;
  16.    // $FF: synthetic field
  17.    private final String val$scheme;
  18.  
  19.    HttpURLConnection$1(InetAddress var1, int var2, String var3, String var4, String var5) {
  20.       this.val$addr = var1;
  21.       this.val$port = var2;
  22.       this.val$protocol = var3;
  23.       this.val$prompt = var4;
  24.       this.val$scheme = var5;
  25.    }
  26.  
  27.    public Object run() {
  28.       return Authenticator.requestPasswordAuthentication(this.val$addr, this.val$port, this.val$protocol, this.val$prompt, this.val$scheme);
  29.    }
  30. }
  31.