public class io.vertx.core.net.impl.clientconnection.ConnectResult<C>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.core.net.impl.clientconnection.ConnectResult
  super_class: java.lang.Object
{
  private final C conn;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: TC;

  private final long concurrency;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long weight;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(C, long, );
    descriptor: (Ljava/lang/Object;JJ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // io.vertx.core.net.impl.clientconnection.ConnectResult this
        start local 1 // java.lang.Object connection
        start local 2 // long concurrency
        start local 4 // long weight
         0: .line 22
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 23
            aload 0 /* this */
            aload 1 /* connection */
            putfield io.vertx.core.net.impl.clientconnection.ConnectResult.conn:Ljava/lang/Object;
         2: .line 24
            aload 0 /* this */
            lload 2 /* concurrency */
            putfield io.vertx.core.net.impl.clientconnection.ConnectResult.concurrency:J
         3: .line 25
            aload 0 /* this */
            lload 4 /* weight */
            putfield io.vertx.core.net.impl.clientconnection.ConnectResult.weight:J
         4: .line 26
            return
        end local 4 // long weight
        end local 2 // long concurrency
        end local 1 // java.lang.Object connection
        end local 0 // io.vertx.core.net.impl.clientconnection.ConnectResult this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lio/vertx/core/net/impl/clientconnection/ConnectResult<TC;>;
            0    5     1   connection  TC;
            0    5     2  concurrency  J
            0    5     4       weight  J
    Signature: (TC;JJ)V
    MethodParameters:
             Name  Flags
      connection   
      concurrency  
      weight       

  public C connection();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.clientconnection.ConnectResult this
         0: .line 32
            aload 0 /* this */
            getfield io.vertx.core.net.impl.clientconnection.ConnectResult.conn:Ljava/lang/Object;
            areturn
        end local 0 // io.vertx.core.net.impl.clientconnection.ConnectResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/clientconnection/ConnectResult<TC;>;
    Signature: ()TC;

  public long concurrency();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.clientconnection.ConnectResult this
         0: .line 39
            aload 0 /* this */
            getfield io.vertx.core.net.impl.clientconnection.ConnectResult.concurrency:J
            lreturn
        end local 0 // io.vertx.core.net.impl.clientconnection.ConnectResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/clientconnection/ConnectResult<TC;>;

  public long weight();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.clientconnection.ConnectResult this
         0: .line 46
            aload 0 /* this */
            getfield io.vertx.core.net.impl.clientconnection.ConnectResult.weight:J
            lreturn
        end local 0 // io.vertx.core.net.impl.clientconnection.ConnectResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/clientconnection/ConnectResult<TC;>;
}
Signature: <C:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "ConnectResult.java"