home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2007 June / SAN CD 6-2007 CD-ROM 25.iso / pc / Software / AstroGrav_Win / Java / jre1.6.0 / lib / rt.jar / java / net / SocksSocketImpl$8.class (.txt) < prev    next >
Encoding:
Java Class File  |  2006-11-29  |  1.4 KB  |  21 lines

  1. package java.net;
  2.  
  3. import java.security.PrivilegedExceptionAction;
  4.  
  5. final class SocksSocketImpl$8 implements PrivilegedExceptionAction {
  6.    // $FF: synthetic field
  7.    final SocksSocketImpl this$0;
  8.  
  9.    SocksSocketImpl$8(SocksSocketImpl var1) {
  10.       this.this$0 = var1;
  11.    }
  12.  
  13.    public Object run() throws Exception {
  14.       SocksSocketImpl.access$502(this.this$0, new Socket(new PlainSocketImpl()));
  15.       SocksSocketImpl.access$500(this.this$0).connect(new InetSocketAddress(SocksSocketImpl.access$300(this.this$0), SocksSocketImpl.access$400(this.this$0)));
  16.       SocksSocketImpl.access$102(this.this$0, SocksSocketImpl.access$500(this.this$0).getInputStream());
  17.       SocksSocketImpl.access$202(this.this$0, SocksSocketImpl.access$500(this.this$0).getOutputStream());
  18.       return null;
  19.    }
  20. }
  21.