class sun.net.www.http.HttpClient$1 implements java.security.PrivilegedExceptionAction<java.lang.Void>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.net.www.http.HttpClient$1
  super_class: java.lang.Object
{
  final sun.net.www.http.HttpClient this$0;
    descriptor: Lsun/net/www/http/HttpClient;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.net.InetSocketAddress val$server;
    descriptor: Ljava/net/InetSocketAddress;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.net.www.http.HttpClient, java.net.InetSocketAddress);
    descriptor: (Lsun/net/www/http/HttpClient;Ljava/net/InetSocketAddress;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.net.www.http.HttpClient$1 this
         0: .line 459
            aload 0 /* this */
            aload 1
            putfield sun.net.www.http.HttpClient$1.this$0:Lsun/net/www/http/HttpClient;
            aload 0 /* this */
            aload 2
            putfield sun.net.www.http.HttpClient$1.val$server:Ljava/net/InetSocketAddress;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.net.www.http.HttpClient$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/net/www/http/HttpClient$1;
    MethodParameters:
            Name  Flags
      this$0      final
      val$server  final

  public java.lang.Void run();
    descriptor: ()Ljava/lang/Void;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.net.www.http.HttpClient$1 this
         0: .line 461
            aload 0 /* this */
            getfield sun.net.www.http.HttpClient$1.this$0:Lsun/net/www/http/HttpClient;
            aload 0 /* this */
            getfield sun.net.www.http.HttpClient$1.val$server:Ljava/net/InetSocketAddress;
            invokevirtual java.net.InetSocketAddress.getHostName:()Ljava/lang/String;
            aload 0 /* this */
            getfield sun.net.www.http.HttpClient$1.val$server:Ljava/net/InetSocketAddress;
            invokevirtual java.net.InetSocketAddress.getPort:()I
            invokevirtual sun.net.www.http.HttpClient.openServer:(Ljava/lang/String;I)V
         1: .line 462
            aconst_null
            areturn
        end local 0 // sun.net.www.http.HttpClient$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/net/www/http/HttpClient$1;
    Exceptions:
      throws java.io.IOException

  public java.lang.Object run();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual sun.net.www.http.HttpClient$1.run:()Ljava/lang/Void;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
Signature: Ljava/lang/Object;Ljava/security/PrivilegedExceptionAction<Ljava/lang/Void;>;
SourceFile: "HttpClient.java"
EnclosingMethod: sun.net.www.http.HttpClient.privilegedOpenServer:(Ljava/net/InetSocketAddress;)V
NestHost: sun.net.www.http.HttpClient
InnerClasses:
  sun.net.www.http.HttpClient$1