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 / http / KeepAliveCache$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  993 b   |  29 lines

  1. package sun.net.www.http;
  2.  
  3. import java.net.URL;
  4. import java.security.PrivilegedAction;
  5.  
  6. class KeepAliveCache$1 implements PrivilegedAction {
  7.    // $FF: synthetic field
  8.    private final ClientVector val$finalV;
  9.    // $FF: synthetic field
  10.    private final URL val$url;
  11.    // $FF: synthetic field
  12.    private final KeepAliveCache this$0;
  13.  
  14.    KeepAliveCache$1(KeepAliveCache var1, ClientVector var2, URL var3) {
  15.       this.this$0 = var1;
  16.       this.val$finalV = var2;
  17.       this.val$url = var3;
  18.    }
  19.  
  20.    public Object run() {
  21.       Object var1 = null;
  22.       Thread var2 = new Thread(this.val$finalV, "Keep-Alive-Timer:" + this.val$url.getHost());
  23.       var2.setDaemon(true);
  24.       var2.setPriority(8);
  25.       var2.start();
  26.       return null;
  27.    }
  28. }
  29.