public class io.vertx.reactivex.core.http.HttpConnection
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.reactivex.core.http.HttpConnection
  super_class: java.lang.Object
{
  public static final io.vertx.lang.rx.TypeArg<io.vertx.reactivex.core.http.HttpConnection> __TYPE_ARG;
    descriptor: Lio/vertx/lang/rx/TypeArg;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lio/vertx/lang/rx/TypeArg<Lio/vertx/reactivex/core/http/HttpConnection;>;

  private final io.vertx.core.http.HttpConnection delegate;
    descriptor: Lio/vertx/core/http/HttpConnection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private io.vertx.reactivex.core.net.SocketAddress cached_0;
    descriptor: Lio/vertx/reactivex/core/net/SocketAddress;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.reactivex.core.net.SocketAddress cached_1;
    descriptor: Lio/vertx/reactivex/core/net/SocketAddress;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 76
            new io.vertx.lang.rx.TypeArg
            dup
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/reactivex/core/http/HttpConnection.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 77
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/reactivex/core/http/HttpConnection.getDelegate()Lio/vertx/core/http/HttpConnection; (5)
                  (Lio/vertx/reactivex/core/http/HttpConnection;)Ljava/lang/Object;
         2: .line 76
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.reactivex.core.http.HttpConnection.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 78
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpConnection this
         0: .line 60
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpConnection.delegate:Lio/vertx/core/http/HttpConnection;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.reactivex.core.http.HttpConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/HttpConnection;

  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 // io.vertx.reactivex.core.http.HttpConnection this
        start local 1 // java.lang.Object o
         0: .line 65
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 66
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 67
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.reactivex.core.http.HttpConnection
            astore 2 /* that */
        start local 2 // io.vertx.reactivex.core.http.HttpConnection that
         4: .line 68
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpConnection.delegate:Lio/vertx/core/http/HttpConnection;
            aload 2 /* that */
            getfield io.vertx.reactivex.core.http.HttpConnection.delegate:Lio/vertx/core/http/HttpConnection;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.reactivex.core.http.HttpConnection that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.reactivex.core.http.HttpConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/core/http/HttpConnection;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/reactivex/core/http/HttpConnection;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpConnection this
         0: .line 73
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpConnection.delegate:Lio/vertx/core/http/HttpConnection;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.vertx.reactivex.core.http.HttpConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/HttpConnection;

  public void <init>(io.vertx.core.http.HttpConnection);
    descriptor: (Lio/vertx/core/http/HttpConnection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpConnection this
        start local 1 // io.vertx.core.http.HttpConnection delegate
         0: .line 82
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 83
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.reactivex.core.http.HttpConnection.delegate:Lio/vertx/core/http/HttpConnection;
         2: .line 84
            return
        end local 1 // io.vertx.core.http.HttpConnection delegate
        end local 0 // io.vertx.reactivex.core.http.HttpConnection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/reactivex/core/http/HttpConnection;
            0    3     1  delegate  Lio/vertx/core/http/HttpConnection;
    MethodParameters:
          Name  Flags
      delegate  

  public void <init>(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpConnection this
        start local 1 // java.lang.Object delegate
         0: .line 86
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 87
            aload 0 /* this */
            aload 1 /* delegate */
            checkcast io.vertx.core.http.HttpConnection
            putfield io.vertx.reactivex.core.http.HttpConnection.delegate:Lio/vertx/core/http/HttpConnection;
         2: .line 88
            return
        end local 1 // java.lang.Object delegate
        end local 0 // io.vertx.reactivex.core.http.HttpConnection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/reactivex/core/http/HttpConnection;
            0    3     1  delegate  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      delegate  

  public io.vertx.core.http.HttpConnection getDelegate();
    descriptor: ()Lio/vertx/core/http/HttpConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpConnection this
         0: .line 91
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpConnection.delegate:Lio/vertx/core/http/HttpConnection;
            areturn
        end local 0 // io.vertx.reactivex.core.http.HttpConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/HttpConnection;

  public int getWindowSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpConnection this
         0: .line 98
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpConnection.delegate:Lio/vertx/core/http/HttpConnection;
            invokeinterface io.vertx.core.http.HttpConnection.getWindowSize:()I
            istore 1 /* ret */
        start local 1 // int ret
         1: .line 99
            iload 1 /* ret */
            ireturn
        end local 1 // int ret
        end local 0 // io.vertx.reactivex.core.http.HttpConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/http/HttpConnection;
            1    2     1   ret  I

  public io.vertx.reactivex.core.http.HttpConnection setWindowSize(int);
    descriptor: (I)Lio/vertx/reactivex/core/http/HttpConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpConnection this
        start local 1 // int windowSize
         0: .line 112
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpConnection.delegate:Lio/vertx/core/http/HttpConnection;
            iload 1 /* windowSize */
            invokeinterface io.vertx.core.http.HttpConnection.setWindowSize:(I)Lio/vertx/core/http/HttpConnection;
            pop
         1: .line 113
            aload 0 /* this */
            areturn
        end local 1 // int windowSize
        end local 0 // io.vertx.reactivex.core.http.HttpConnection this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/core/http/HttpConnection;
            0    2     1  windowSize  I
    MethodParameters:
            Name  Flags
      windowSize  

  public io.vertx.reactivex.core.http.HttpConnection goAway(long);
    descriptor: (J)Lio/vertx/reactivex/core/http/HttpConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpConnection this
        start local 1 // long errorCode
         0: .line 122
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpConnection.delegate:Lio/vertx/core/http/HttpConnection;
            lload 1 /* errorCode */
            invokeinterface io.vertx.core.http.HttpConnection.goAway:(J)Lio/vertx/core/http/HttpConnection;
            pop
         1: .line 123
            aload 0 /* this */
            areturn
        end local 1 // long errorCode
        end local 0 // io.vertx.reactivex.core.http.HttpConnection this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/reactivex/core/http/HttpConnection;
            0    2     1  errorCode  J
    MethodParameters:
           Name  Flags
      errorCode  

  public io.vertx.reactivex.core.http.HttpConnection goAway(long, int);
    descriptor: (JI)Lio/vertx/reactivex/core/http/HttpConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpConnection this
        start local 1 // long errorCode
        start local 3 // int lastStreamId
         0: .line 133
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpConnection.delegate:Lio/vertx/core/http/HttpConnection;
            lload 1 /* errorCode */
            iload 3 /* lastStreamId */
            invokeinterface io.vertx.core.http.HttpConnection.goAway:(JI)Lio/vertx/core/http/HttpConnection;
            pop
         1: .line 134
            aload 0 /* this */
            areturn
        end local 3 // int lastStreamId
        end local 1 // long errorCode
        end local 0 // io.vertx.reactivex.core.http.HttpConnection this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/reactivex/core/http/HttpConnection;
            0    2     1     errorCode  J
            0    2     3  lastStreamId  I
    MethodParameters:
              Name  Flags
      errorCode     
      lastStreamId  

  public io.vertx.reactivex.core.http.HttpConnection goAway(long, int, io.vertx.reactivex.core.buffer.Buffer);
    descriptor: (JILio/vertx/reactivex/core/buffer/Buffer;)Lio/vertx/reactivex/core/http/HttpConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // io.vertx.reactivex.core.http.HttpConnection this
        start local 1 // long errorCode
        start local 3 // int lastStreamId
        start local 4 // io.vertx.reactivex.core.buffer.Buffer debugData
         0: .line 153
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpConnection.delegate:Lio/vertx/core/http/HttpConnection;
            lload 1 /* errorCode */
            iload 3 /* lastStreamId */
            aload 4 /* debugData */
            invokevirtual io.vertx.reactivex.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            invokeinterface io.vertx.core.http.HttpConnection.goAway:(JILio/vertx/core/buffer/Buffer;)Lio/vertx/core/http/HttpConnection;
            pop
         1: .line 154
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.reactivex.core.buffer.Buffer debugData
        end local 3 // int lastStreamId
        end local 1 // long errorCode
        end local 0 // io.vertx.reactivex.core.http.HttpConnection this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/reactivex/core/http/HttpConnection;
            0    2     1     errorCode  J
            0    2     3  lastStreamId  I
            0    2     4     debugData  Lio/vertx/reactivex/core/buffer/Buffer;
    MethodParameters:
              Name  Flags
      errorCode     
      lastStreamId  
      debugData     

  public io.vertx.reactivex.core.http.HttpConnection goAwayHandler(io.vertx.core.Handler<io.vertx.core.http.GoAway>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpConnection this
        start local 1 // io.vertx.core.Handler handler
         0: .line 165
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpConnection.delegate:Lio/vertx/core/http/HttpConnection;
            aload 1 /* handler */
            invokeinterface io.vertx.core.http.HttpConnection.goAwayHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpConnection;
            pop
         1: .line 166
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.core.http.HttpConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/core/http/HttpConnection;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/http/GoAway;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/http/GoAway;>;)Lio/vertx/reactivex/core/http/HttpConnection;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.core.http.HttpConnection shutdownHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpConnection this
        start local 1 // io.vertx.core.Handler handler
         0: .line 177
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpConnection.delegate:Lio/vertx/core/http/HttpConnection;
            aload 1 /* handler */
            invokeinterface io.vertx.core.http.HttpConnection.shutdownHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpConnection;
            pop
         1: .line 178
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.core.http.HttpConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/core/http/HttpConnection;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/reactivex/core/http/HttpConnection;
    MethodParameters:
         Name  Flags
      handler  

  public void shutdown(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpConnection this
        start local 1 // io.vertx.core.Handler handler
         0: .line 194
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpConnection.delegate:Lio/vertx/core/http/HttpConnection;
            aload 1 /* handler */
            invokeinterface io.vertx.core.http.HttpConnection.shutdown:(Lio/vertx/core/Handler;)V
         1: .line 195
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.core.http.HttpConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/core/http/HttpConnection;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      handler  

  public void shutdown();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpConnection this
         0: .line 209
            aload 0 /* this */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/core/http/HttpConnection.lambda$2(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.core.http.HttpConnection.shutdown:(Lio/vertx/core/Handler;)V
         1: .line 210
            return
        end local 0 // io.vertx.reactivex.core.http.HttpConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/http/HttpConnection;

  public io.reactivex.Completable rxShutdown();
    descriptor: ()Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpConnection this
         0: .line 225
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/reactivex/core/http/HttpConnection;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/core/http/HttpConnection.lambda$3(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 0 // io.vertx.reactivex.core.http.HttpConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/HttpConnection;

  public void shutdown(long, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (JLio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpConnection this
        start local 1 // long timeout
        start local 3 // io.vertx.core.Handler handler
         0: .line 236
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpConnection.delegate:Lio/vertx/core/http/HttpConnection;
            lload 1 /* timeout */
            aload 3 /* handler */
            invokeinterface io.vertx.core.http.HttpConnection.shutdown:(JLio/vertx/core/Handler;)V
         1: .line 237
            return
        end local 3 // io.vertx.core.Handler handler
        end local 1 // long timeout
        end local 0 // io.vertx.reactivex.core.http.HttpConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/core/http/HttpConnection;
            0    2     1  timeout  J
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (JLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      timeout  
      handler  

  public void shutdown(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpConnection this
        start local 1 // long timeout
         0: .line 244
            aload 0 /* this */
            lload 1 /* timeout */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/core/http/HttpConnection.lambda$4(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.core.http.HttpConnection.shutdown:(JLio/vertx/core/Handler;)V
         1: .line 245
            return
        end local 1 // long timeout
        end local 0 // io.vertx.reactivex.core.http.HttpConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/core/http/HttpConnection;
            0    2     1  timeout  J
    MethodParameters:
         Name  Flags
      timeout  

  public io.reactivex.Completable rxShutdown(long);
    descriptor: (J)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpConnection this
        start local 1 // long timeout
         0: .line 253
            aload 0 /* this */
            lload 1 /* timeout */
            invokedynamic accept(Lio/vertx/reactivex/core/http/HttpConnection;J)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/core/http/HttpConnection.lambda$5(JLio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 1 // long timeout
        end local 0 // io.vertx.reactivex.core.http.HttpConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/reactivex/core/http/HttpConnection;
            0    1     1  timeout  J
    MethodParameters:
         Name  Flags
      timeout  

  public io.vertx.reactivex.core.http.HttpConnection closeHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpConnection this
        start local 1 // io.vertx.core.Handler handler
         0: .line 264
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpConnection.delegate:Lio/vertx/core/http/HttpConnection;
            aload 1 /* handler */
            invokeinterface io.vertx.core.http.HttpConnection.closeHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpConnection;
            pop
         1: .line 265
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.core.http.HttpConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/core/http/HttpConnection;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/reactivex/core/http/HttpConnection;
    MethodParameters:
         Name  Flags
      handler  

  public void close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpConnection this
        start local 1 // io.vertx.core.Handler handler
         0: .line 275
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpConnection.delegate:Lio/vertx/core/http/HttpConnection;
            aload 1 /* handler */
            invokeinterface io.vertx.core.http.HttpConnection.close:(Lio/vertx/core/Handler;)V
         1: .line 276
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.core.http.HttpConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/core/http/HttpConnection;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      handler  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpConnection this
         0: .line 284
            aload 0 /* this */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/core/http/HttpConnection.lambda$6(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.core.http.HttpConnection.close:(Lio/vertx/core/Handler;)V
         1: .line 285
            return
        end local 0 // io.vertx.reactivex.core.http.HttpConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/http/HttpConnection;

  public io.reactivex.Completable rxClose();
    descriptor: ()Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpConnection this
         0: .line 294
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/reactivex/core/http/HttpConnection;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/core/http/HttpConnection.lambda$7(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 0 // io.vertx.reactivex.core.http.HttpConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/HttpConnection;

  public io.vertx.core.http.Http2Settings settings();
    descriptor: ()Lio/vertx/core/http/Http2Settings;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpConnection this
         0: .line 303
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpConnection.delegate:Lio/vertx/core/http/HttpConnection;
            invokeinterface io.vertx.core.http.HttpConnection.settings:()Lio/vertx/core/http/Http2Settings;
            astore 1 /* ret */
        start local 1 // io.vertx.core.http.Http2Settings ret
         1: .line 304
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.core.http.Http2Settings ret
        end local 0 // io.vertx.reactivex.core.http.HttpConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/http/HttpConnection;
            1    2     1   ret  Lio/vertx/core/http/Http2Settings;

  public io.vertx.reactivex.core.http.HttpConnection updateSettings(io.vertx.core.http.Http2Settings, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/http/Http2Settings;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpConnection this
        start local 1 // io.vertx.core.http.Http2Settings settings
        start local 2 // io.vertx.core.Handler completionHandler
         0: .line 318
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpConnection.delegate:Lio/vertx/core/http/HttpConnection;
            aload 1 /* settings */
            aload 2 /* completionHandler */
            invokeinterface io.vertx.core.http.HttpConnection.updateSettings:(Lio/vertx/core/http/Http2Settings;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpConnection;
            pop
         1: .line 319
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler completionHandler
        end local 1 // io.vertx.core.http.Http2Settings settings
        end local 0 // io.vertx.reactivex.core.http.HttpConnection this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/vertx/reactivex/core/http/HttpConnection;
            0    2     1           settings  Lio/vertx/core/http/Http2Settings;
            0    2     2  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/http/Http2Settings;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/core/http/HttpConnection;
    MethodParameters:
                   Name  Flags
      settings           
      completionHandler  

  public io.vertx.reactivex.core.http.HttpConnection updateSettings(io.vertx.core.http.Http2Settings);
    descriptor: (Lio/vertx/core/http/Http2Settings;)Lio/vertx/reactivex/core/http/HttpConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpConnection this
        start local 1 // io.vertx.core.http.Http2Settings settings
         0: .line 333
            aload 0 /* this */
            aload 1 /* settings */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/core/http/HttpConnection.lambda$8(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.core.http.HttpConnection.updateSettings:(Lio/vertx/core/http/Http2Settings;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpConnection;
         1: .line 332
            areturn
        end local 1 // io.vertx.core.http.Http2Settings settings
        end local 0 // io.vertx.reactivex.core.http.HttpConnection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/core/http/HttpConnection;
            0    2     1  settings  Lio/vertx/core/http/Http2Settings;
    MethodParameters:
          Name  Flags
      settings  

  public io.reactivex.Completable rxUpdateSettings(io.vertx.core.http.Http2Settings);
    descriptor: (Lio/vertx/core/http/Http2Settings;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpConnection this
        start local 1 // io.vertx.core.http.Http2Settings settings
         0: .line 346
            aload 0 /* this */
            aload 1 /* settings */
            invokedynamic accept(Lio/vertx/reactivex/core/http/HttpConnection;Lio/vertx/core/http/Http2Settings;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/core/http/HttpConnection.lambda$9(Lio/vertx/core/http/Http2Settings;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 1 // io.vertx.core.http.Http2Settings settings
        end local 0 // io.vertx.reactivex.core.http.HttpConnection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/vertx/reactivex/core/http/HttpConnection;
            0    1     1  settings  Lio/vertx/core/http/Http2Settings;
    MethodParameters:
          Name  Flags
      settings  

  public io.vertx.core.http.Http2Settings remoteSettings();
    descriptor: ()Lio/vertx/core/http/Http2Settings;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpConnection this
         0: .line 355
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpConnection.delegate:Lio/vertx/core/http/HttpConnection;
            invokeinterface io.vertx.core.http.HttpConnection.remoteSettings:()Lio/vertx/core/http/Http2Settings;
            astore 1 /* ret */
        start local 1 // io.vertx.core.http.Http2Settings ret
         1: .line 356
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.core.http.Http2Settings ret
        end local 0 // io.vertx.reactivex.core.http.HttpConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/http/HttpConnection;
            1    2     1   ret  Lio/vertx/core/http/Http2Settings;

  public io.vertx.reactivex.core.http.HttpConnection remoteSettingsHandler(io.vertx.core.Handler<io.vertx.core.http.Http2Settings>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpConnection this
        start local 1 // io.vertx.core.Handler handler
         0: .line 367
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpConnection.delegate:Lio/vertx/core/http/HttpConnection;
            aload 1 /* handler */
            invokeinterface io.vertx.core.http.HttpConnection.remoteSettingsHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpConnection;
            pop
         1: .line 368
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.core.http.HttpConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/core/http/HttpConnection;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/http/Http2Settings;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/http/Http2Settings;>;)Lio/vertx/reactivex/core/http/HttpConnection;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.core.http.HttpConnection ping(io.vertx.reactivex.core.buffer.Buffer, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.buffer.Buffer>>);
    descriptor: (Lio/vertx/reactivex/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpConnection this
        start local 1 // io.vertx.reactivex.core.buffer.Buffer data
        start local 2 // io.vertx.core.Handler pongHandler
         0: .line 380
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpConnection.delegate:Lio/vertx/core/http/HttpConnection;
            aload 1 /* data */
            invokevirtual io.vertx.reactivex.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            new io.vertx.reactivex.core.http.HttpConnection$1
            dup
            aload 0 /* this */
            aload 2 /* pongHandler */
            invokespecial io.vertx.reactivex.core.http.HttpConnection$1.<init>:(Lio/vertx/reactivex/core/http/HttpConnection;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpConnection.ping:(Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpConnection;
            pop
         1: .line 389
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler pongHandler
        end local 1 // io.vertx.reactivex.core.buffer.Buffer data
        end local 0 // io.vertx.reactivex.core.http.HttpConnection this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/reactivex/core/http/HttpConnection;
            0    2     1         data  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     2  pongHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/buffer/Buffer;>;>;
    Signature: (Lio/vertx/reactivex/core/buffer/Buffer;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/buffer/Buffer;>;>;)Lio/vertx/reactivex/core/http/HttpConnection;
    MethodParameters:
             Name  Flags
      data         
      pongHandler  

  public io.vertx.reactivex.core.http.HttpConnection ping(io.vertx.reactivex.core.buffer.Buffer);
    descriptor: (Lio/vertx/reactivex/core/buffer/Buffer;)Lio/vertx/reactivex/core/http/HttpConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpConnection this
        start local 1 // io.vertx.reactivex.core.buffer.Buffer data
         0: .line 401
            aload 0 /* this */
            aload 1 /* data */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/core/http/HttpConnection.lambda$10(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.core.http.HttpConnection.ping:(Lio/vertx/reactivex/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpConnection;
         1: .line 400
            areturn
        end local 1 // io.vertx.reactivex.core.buffer.Buffer data
        end local 0 // io.vertx.reactivex.core.http.HttpConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/http/HttpConnection;
            0    2     1  data  Lio/vertx/reactivex/core/buffer/Buffer;
    MethodParameters:
      Name  Flags
      data  

  public io.reactivex.Single<io.vertx.reactivex.core.buffer.Buffer> rxPing(io.vertx.reactivex.core.buffer.Buffer);
    descriptor: (Lio/vertx/reactivex/core/buffer/Buffer;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpConnection this
        start local 1 // io.vertx.reactivex.core.buffer.Buffer data
         0: .line 412
            aload 0 /* this */
            aload 1 /* data */
            invokedynamic accept(Lio/vertx/reactivex/core/http/HttpConnection;Lio/vertx/reactivex/core/buffer/Buffer;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/core/http/HttpConnection.lambda$11(Lio/vertx/reactivex/core/buffer/Buffer;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 1 // io.vertx.reactivex.core.buffer.Buffer data
        end local 0 // io.vertx.reactivex.core.http.HttpConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/HttpConnection;
            0    1     1  data  Lio/vertx/reactivex/core/buffer/Buffer;
    Signature: (Lio/vertx/reactivex/core/buffer/Buffer;)Lio/reactivex/Single<Lio/vertx/reactivex/core/buffer/Buffer;>;
    MethodParameters:
      Name  Flags
      data  

  public io.vertx.reactivex.core.http.HttpConnection pingHandler(io.vertx.core.Handler<io.vertx.reactivex.core.buffer.Buffer>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpConnection this
        start local 1 // io.vertx.core.Handler handler
         0: .line 425
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpConnection.delegate:Lio/vertx/core/http/HttpConnection;
            new io.vertx.reactivex.core.http.HttpConnection$2
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.reactivex.core.http.HttpConnection$2.<init>:(Lio/vertx/reactivex/core/http/HttpConnection;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpConnection.pingHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpConnection;
            pop
         1: .line 430
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.core.http.HttpConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/core/http/HttpConnection;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/buffer/Buffer;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/reactivex/core/buffer/Buffer;>;)Lio/vertx/reactivex/core/http/HttpConnection;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.core.http.HttpConnection exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpConnection this
        start local 1 // io.vertx.core.Handler handler
         0: .line 439
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpConnection.delegate:Lio/vertx/core/http/HttpConnection;
            aload 1 /* handler */
            invokeinterface io.vertx.core.http.HttpConnection.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpConnection;
            pop
         1: .line 440
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.core.http.HttpConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/core/http/HttpConnection;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/reactivex/core/http/HttpConnection;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.core.net.SocketAddress remoteAddress();
    descriptor: ()Lio/vertx/reactivex/core/net/SocketAddress;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpConnection this
         0: .line 447
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpConnection.cached_0:Lio/vertx/reactivex/core/net/SocketAddress;
            ifnull 2
         1: .line 448
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpConnection.cached_0:Lio/vertx/reactivex/core/net/SocketAddress;
            areturn
         2: .line 450
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpConnection.delegate:Lio/vertx/core/http/HttpConnection;
            invokeinterface io.vertx.core.http.HttpConnection.remoteAddress:()Lio/vertx/core/net/SocketAddress;
            invokestatic io.vertx.reactivex.core.net.SocketAddress.newInstance:(Lio/vertx/core/net/SocketAddress;)Lio/vertx/reactivex/core/net/SocketAddress;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.core.net.SocketAddress ret
         3: .line 451
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.reactivex.core.http.HttpConnection.cached_0:Lio/vertx/reactivex/core/net/SocketAddress;
         4: .line 452
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.core.net.SocketAddress ret
        end local 0 // io.vertx.reactivex.core.http.HttpConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/core/http/HttpConnection;
            3    5     1   ret  Lio/vertx/reactivex/core/net/SocketAddress;

  public io.vertx.reactivex.core.net.SocketAddress localAddress();
    descriptor: ()Lio/vertx/reactivex/core/net/SocketAddress;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpConnection this
         0: .line 459
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpConnection.cached_1:Lio/vertx/reactivex/core/net/SocketAddress;
            ifnull 2
         1: .line 460
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpConnection.cached_1:Lio/vertx/reactivex/core/net/SocketAddress;
            areturn
         2: .line 462
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpConnection.delegate:Lio/vertx/core/http/HttpConnection;
            invokeinterface io.vertx.core.http.HttpConnection.localAddress:()Lio/vertx/core/net/SocketAddress;
            invokestatic io.vertx.reactivex.core.net.SocketAddress.newInstance:(Lio/vertx/core/net/SocketAddress;)Lio/vertx/reactivex/core/net/SocketAddress;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.core.net.SocketAddress ret
         3: .line 463
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.reactivex.core.http.HttpConnection.cached_1:Lio/vertx/reactivex/core/net/SocketAddress;
         4: .line 464
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.core.net.SocketAddress ret
        end local 0 // io.vertx.reactivex.core.http.HttpConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/core/http/HttpConnection;
            3    5     1   ret  Lio/vertx/reactivex/core/net/SocketAddress;

  public boolean isSsl();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpConnection this
         0: .line 471
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpConnection.delegate:Lio/vertx/core/http/HttpConnection;
            invokeinterface io.vertx.core.http.HttpConnection.isSsl:()Z
            istore 1 /* ret */
        start local 1 // boolean ret
         1: .line 472
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // io.vertx.reactivex.core.http.HttpConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/http/HttpConnection;
            1    2     1   ret  Z

  public java.lang.String indicatedServerName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpConnection this
         0: .line 480
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpConnection.delegate:Lio/vertx/core/http/HttpConnection;
            invokeinterface io.vertx.core.http.HttpConnection.indicatedServerName:()Ljava/lang/String;
            astore 1 /* ret */
        start local 1 // java.lang.String ret
         1: .line 481
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.reactivex.core.http.HttpConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/http/HttpConnection;
            1    2     1   ret  Ljava/lang/String;

  public javax.net.ssl.SSLSession sslSession();
    descriptor: ()Ljavax/net/ssl/SSLSession;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpConnection this
         0: .line 488
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpConnection.delegate:Lio/vertx/core/http/HttpConnection;
            invokeinterface io.vertx.core.http.HttpConnection.sslSession:()Ljavax/net/ssl/SSLSession;
            astore 1 /* ret */
        start local 1 // javax.net.ssl.SSLSession ret
         1: .line 489
            aload 1 /* ret */
            areturn
        end local 1 // javax.net.ssl.SSLSession ret
        end local 0 // io.vertx.reactivex.core.http.HttpConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/http/HttpConnection;
            1    2     1   ret  Ljavax/net/ssl/SSLSession;

  public static io.vertx.reactivex.core.http.HttpConnection newInstance(io.vertx.core.http.HttpConnection);
    descriptor: (Lio/vertx/core/http/HttpConnection;)Lio/vertx/reactivex/core/http/HttpConnection;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.http.HttpConnection arg
         0: .line 495
            aload 0 /* arg */
            ifnull 1
            new io.vertx.reactivex.core.http.HttpConnection
            dup
            aload 0 /* arg */
            invokespecial io.vertx.reactivex.core.http.HttpConnection.<init>:(Lio/vertx/core/http/HttpConnection;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.reactivex.core.http.HttpConnection
         2: areturn
        end local 0 // io.vertx.core.http.HttpConnection arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   arg  Lio/vertx/core/http/HttpConnection;
    MethodParameters:
      Name  Flags
      arg   

  private static java.lang.Object lambda$0(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 76
            new io.vertx.reactivex.core.http.HttpConnection
            dup
            aload 0 /* obj */
            checkcast io.vertx.core.http.HttpConnection
            invokespecial io.vertx.reactivex.core.http.HttpConnection.<init>:(Lio/vertx/core/http/HttpConnection;)V
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Ljava/lang/Object;

  private static void lambda$2(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 209
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$3(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpConnection this
        start local 1 // io.vertx.core.Handler $handler
         0: .line 226
            aload 0 /* this */
            aload 1 /* $handler */
            invokevirtual io.vertx.reactivex.core.http.HttpConnection.shutdown:(Lio/vertx/core/Handler;)V
         1: .line 227
            return
        end local 1 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.core.http.HttpConnection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/core/http/HttpConnection;
            0    2     1  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$4(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 244
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$5(long, io.vertx.core.Handler);
    descriptor: (JLio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpConnection this
        start local 3 // io.vertx.core.Handler $handler
         0: .line 254
            aload 0 /* this */
            lload 1
            aload 3 /* $handler */
            invokevirtual io.vertx.reactivex.core.http.HttpConnection.shutdown:(JLio/vertx/core/Handler;)V
         1: .line 255
            return
        end local 3 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.core.http.HttpConnection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/core/http/HttpConnection;
            0    2     3  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$6(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 284
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$7(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpConnection this
        start local 1 // io.vertx.core.Handler $handler
         0: .line 295
            aload 0 /* this */
            aload 1 /* $handler */
            invokevirtual io.vertx.reactivex.core.http.HttpConnection.close:(Lio/vertx/core/Handler;)V
         1: .line 296
            return
        end local 1 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.core.http.HttpConnection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/core/http/HttpConnection;
            0    2     1  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$8(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 333
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$9(io.vertx.core.http.Http2Settings, io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/http/Http2Settings;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpConnection this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 347
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.core.http.HttpConnection.updateSettings:(Lio/vertx/core/http/Http2Settings;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpConnection;
            pop
         1: .line 348
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.core.http.HttpConnection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/core/http/HttpConnection;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$10(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 401
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/buffer/Buffer;>;

  private void lambda$11(io.vertx.reactivex.core.buffer.Buffer, io.vertx.core.Handler);
    descriptor: (Lio/vertx/reactivex/core/buffer/Buffer;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpConnection this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 413
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.core.http.HttpConnection.ping:(Lio/vertx/reactivex/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpConnection;
            pop
         1: .line 414
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.core.http.HttpConnection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/core/http/HttpConnection;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/buffer/Buffer;>;>;
}
SourceFile: "HttpConnection.java"
NestMembers:
  io.vertx.reactivex.core.http.HttpConnection$1  io.vertx.reactivex.core.http.HttpConnection$2
InnerClasses:
  io.vertx.reactivex.core.http.HttpConnection$1
  io.vertx.reactivex.core.http.HttpConnection$2
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/core/http/HttpConnection;)