public final class org.eclipse.aether.repository.Proxy
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.aether.repository.Proxy
  super_class: java.lang.Object
{
  public static final java.lang.String TYPE_HTTP;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "http"

  public static final java.lang.String TYPE_HTTPS;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "https"

  private final java.lang.String type;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String host;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int port;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.eclipse.aether.repository.Authentication auth;
    descriptor: Lorg/eclipse/aether/repository/Authentication;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.String, java.lang.String, int);
    descriptor: (Ljava/lang/String;Ljava/lang/String;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.eclipse.aether.repository.Proxy this
        start local 1 // java.lang.String type
        start local 2 // java.lang.String host
        start local 3 // int port
         0: .line 57
            aload 0 /* this */
            aload 1 /* type */
            aload 2 /* host */
            iload 3 /* port */
            aconst_null
            invokespecial org.eclipse.aether.repository.Proxy.<init>:(Ljava/lang/String;Ljava/lang/String;ILorg/eclipse/aether/repository/Authentication;)V
         1: .line 58
            return
        end local 3 // int port
        end local 2 // java.lang.String host
        end local 1 // java.lang.String type
        end local 0 // org.eclipse.aether.repository.Proxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/aether/repository/Proxy;
            0    2     1  type  Ljava/lang/String;
            0    2     2  host  Ljava/lang/String;
            0    2     3  port  I
    MethodParameters:
      Name  Flags
      type  
      host  
      port  

  public void <init>(java.lang.String, java.lang.String, int, org.eclipse.aether.repository.Authentication);
    descriptor: (Ljava/lang/String;Ljava/lang/String;ILorg/eclipse/aether/repository/Authentication;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // org.eclipse.aether.repository.Proxy this
        start local 1 // java.lang.String type
        start local 2 // java.lang.String host
        start local 3 // int port
        start local 4 // org.eclipse.aether.repository.Authentication auth
         0: .line 68
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 70
            aload 0 /* this */
            aload 1 /* type */
            ifnull 2
            aload 1 /* type */
            goto 3
      StackMap locals: org.eclipse.aether.repository.Proxy java.lang.String java.lang.String int org.eclipse.aether.repository.Authentication
      StackMap stack: org.eclipse.aether.repository.Proxy
         2: ldc ""
      StackMap locals: org.eclipse.aether.repository.Proxy java.lang.String java.lang.String int org.eclipse.aether.repository.Authentication
      StackMap stack: org.eclipse.aether.repository.Proxy java.lang.String
         3: putfield org.eclipse.aether.repository.Proxy.type:Ljava/lang/String;
         4: .line 71
            aload 0 /* this */
            aload 2 /* host */
            ifnull 5
            aload 2 /* host */
            goto 6
      StackMap locals:
      StackMap stack: org.eclipse.aether.repository.Proxy
         5: ldc ""
      StackMap locals: org.eclipse.aether.repository.Proxy java.lang.String java.lang.String int org.eclipse.aether.repository.Authentication
      StackMap stack: org.eclipse.aether.repository.Proxy java.lang.String
         6: putfield org.eclipse.aether.repository.Proxy.host:Ljava/lang/String;
         7: .line 72
            aload 0 /* this */
            iload 3 /* port */
            putfield org.eclipse.aether.repository.Proxy.port:I
         8: .line 73
            aload 0 /* this */
            aload 4 /* auth */
            putfield org.eclipse.aether.repository.Proxy.auth:Lorg/eclipse/aether/repository/Authentication;
         9: .line 74
            return
        end local 4 // org.eclipse.aether.repository.Authentication auth
        end local 3 // int port
        end local 2 // java.lang.String host
        end local 1 // java.lang.String type
        end local 0 // org.eclipse.aether.repository.Proxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/eclipse/aether/repository/Proxy;
            0   10     1  type  Ljava/lang/String;
            0   10     2  host  Ljava/lang/String;
            0   10     3  port  I
            0   10     4  auth  Lorg/eclipse/aether/repository/Authentication;
    MethodParameters:
      Name  Flags
      type  
      host  
      port  
      auth  

  public java.lang.String getType();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.aether.repository.Proxy this
         0: .line 83
            aload 0 /* this */
            getfield org.eclipse.aether.repository.Proxy.type:Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.aether.repository.Proxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/repository/Proxy;

  public java.lang.String getHost();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.aether.repository.Proxy this
         0: .line 93
            aload 0 /* this */
            getfield org.eclipse.aether.repository.Proxy.host:Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.aether.repository.Proxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/repository/Proxy;

  public int getPort();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.aether.repository.Proxy this
         0: .line 103
            aload 0 /* this */
            getfield org.eclipse.aether.repository.Proxy.port:I
            ireturn
        end local 0 // org.eclipse.aether.repository.Proxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/repository/Proxy;

  public org.eclipse.aether.repository.Authentication getAuthentication();
    descriptor: ()Lorg/eclipse/aether/repository/Authentication;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.aether.repository.Proxy this
         0: .line 113
            aload 0 /* this */
            getfield org.eclipse.aether.repository.Proxy.auth:Lorg/eclipse/aether/repository/Authentication;
            areturn
        end local 0 // org.eclipse.aether.repository.Proxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/repository/Proxy;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.aether.repository.Proxy this
         0: .line 119
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokevirtual org.eclipse.aether.repository.Proxy.getHost:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            bipush 58
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual org.eclipse.aether.repository.Proxy.getPort:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.aether.repository.Proxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/repository/Proxy;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.aether.repository.Proxy this
        start local 1 // java.lang.Object obj
         0: .line 125
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 127
            iconst_1
            ireturn
         2: .line 129
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            ifnull 3
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* obj */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 4
         3: .line 131
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         4: .line 134
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast org.eclipse.aether.repository.Proxy
            astore 2 /* that */
        start local 2 // org.eclipse.aether.repository.Proxy that
         5: .line 136
            aload 0 /* this */
            getfield org.eclipse.aether.repository.Proxy.type:Ljava/lang/String;
            aload 2 /* that */
            getfield org.eclipse.aether.repository.Proxy.type:Ljava/lang/String;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 9
         6: .line 137
            aload 0 /* this */
            getfield org.eclipse.aether.repository.Proxy.host:Ljava/lang/String;
            aload 2 /* that */
            getfield org.eclipse.aether.repository.Proxy.host:Ljava/lang/String;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 9
            aload 0 /* this */
            getfield org.eclipse.aether.repository.Proxy.port:I
            aload 2 /* that */
            getfield org.eclipse.aether.repository.Proxy.port:I
            if_icmpne 9
         7: .line 138
            aload 0 /* this */
            getfield org.eclipse.aether.repository.Proxy.auth:Lorg/eclipse/aether/repository/Authentication;
            aload 2 /* that */
            getfield org.eclipse.aether.repository.Proxy.auth:Lorg/eclipse/aether/repository/Authentication;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 9
         8: .line 136
            iconst_1
            ireturn
      StackMap locals: org.eclipse.aether.repository.Proxy
      StackMap stack:
         9: iconst_0
            ireturn
        end local 2 // org.eclipse.aether.repository.Proxy that
        end local 1 // java.lang.Object obj
        end local 0 // org.eclipse.aether.repository.Proxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/eclipse/aether/repository/Proxy;
            0   10     1   obj  Ljava/lang/Object;
            5   10     2  that  Lorg/eclipse/aether/repository/Proxy;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.aether.repository.Proxy this
         0: .line 144
            bipush 17
            istore 1 /* hash */
        start local 1 // int hash
         1: .line 145
            iload 1 /* hash */
            bipush 31
            imul
            aload 0 /* this */
            getfield org.eclipse.aether.repository.Proxy.host:Ljava/lang/String;
            invokestatic org.eclipse.aether.repository.Proxy.hash:(Ljava/lang/Object;)I
            iadd
            istore 1 /* hash */
         2: .line 146
            iload 1 /* hash */
            bipush 31
            imul
            aload 0 /* this */
            getfield org.eclipse.aether.repository.Proxy.type:Ljava/lang/String;
            invokestatic org.eclipse.aether.repository.Proxy.hash:(Ljava/lang/Object;)I
            iadd
            istore 1 /* hash */
         3: .line 147
            iload 1 /* hash */
            bipush 31
            imul
            aload 0 /* this */
            getfield org.eclipse.aether.repository.Proxy.port:I
            iadd
            istore 1 /* hash */
         4: .line 148
            iload 1 /* hash */
            bipush 31
            imul
            aload 0 /* this */
            getfield org.eclipse.aether.repository.Proxy.auth:Lorg/eclipse/aether/repository/Authentication;
            invokestatic org.eclipse.aether.repository.Proxy.hash:(Ljava/lang/Object;)I
            iadd
            istore 1 /* hash */
         5: .line 149
            iload 1 /* hash */
            ireturn
        end local 1 // int hash
        end local 0 // org.eclipse.aether.repository.Proxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/aether/repository/Proxy;
            1    6     1  hash  I

  private static int hash(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 154
            aload 0 /* obj */
            ifnull 1
            aload 0 /* obj */
            invokevirtual java.lang.Object.hashCode:()I
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   
}
SourceFile: "Proxy.java"