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

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

  public java.lang.String run();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // sun.net.www.protocol.http.ntlm.NTLMAuthentication$1 this
         0: .line 112
            invokestatic java.net.InetAddress.getLocalHost:()Ljava/net/InetAddress;
            invokevirtual java.net.InetAddress.getHostName:()Ljava/lang/String;
            astore 1 /* localhost */
        start local 1 // java.lang.String localhost
         1: .line 113
            goto 4
        end local 1 // java.lang.String localhost
      StackMap locals:
      StackMap stack: java.net.UnknownHostException
         2: pop
         3: .line 114
            ldc "localhost"
            astore 1 /* localhost */
        start local 1 // java.lang.String localhost
         4: .line 116
      StackMap locals: java.lang.String
      StackMap stack:
            aload 1 /* localhost */
            areturn
        end local 1 // java.lang.String localhost
        end local 0 // sun.net.www.protocol.http.ntlm.NTLMAuthentication$1 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lsun/net/www/protocol/http/ntlm/NTLMAuthentication$1;
            1    2     1  localhost  Ljava/lang/String;
            4    5     1  localhost  Ljava/lang/String;
      Exception table:
        from    to  target  type
           0     1       2  Class java.net.UnknownHostException

  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.protocol.http.ntlm.NTLMAuthentication$1.run:()Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/security/PrivilegedAction<Ljava/lang/String;>;
SourceFile: "NTLMAuthentication.java"
EnclosingMethod: sun.net.www.protocol.http.ntlm.NTLMAuthentication.init0:()V
NestHost: sun.net.www.protocol.http.ntlm.NTLMAuthentication
InnerClasses:
  sun.net.www.protocol.http.ntlm.NTLMAuthentication$1