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 66
            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 67
            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 66
            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 68
            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 50
            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 55
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 56
      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 57
      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 58
            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 63
            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 72
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 73
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.reactivex.core.http.HttpConnection.delegate:Lio/vertx/core/http/HttpConnection;
         2: .line 74
            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 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 77
            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 84
            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 85
            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 98
            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 99
            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 108
            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 109
            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 119
            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 120
            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 139
            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 140
            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 151
            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 152
            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 163
            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 164
            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 io.vertx.reactivex.core.http.HttpConnection shutdown();
    descriptor: ()Lio/vertx/reactivex/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 175
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpConnection.delegate:Lio/vertx/core/http/HttpConnection;
            invokeinterface io.vertx.core.http.HttpConnection.shutdown:()Lio/vertx/core/http/HttpConnection;
            pop
         1: .line 176
            aload 0 /* this */
            areturn
        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.vertx.reactivex.core.http.HttpConnection shutdown(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 timeoutMs
         0: .line 188
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpConnection.delegate:Lio/vertx/core/http/HttpConnection;
            lload 1 /* timeoutMs */
            invokeinterface io.vertx.core.http.HttpConnection.shutdown:(J)Lio/vertx/core/http/HttpConnection;
            pop
         1: .line 189
            aload 0 /* this */
            areturn
        end local 1 // long timeoutMs
        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  timeoutMs  J
    MethodParameters:
           Name  Flags
      timeoutMs  

  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 198
            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 199
            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();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpConnection this
         0: .line 208
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpConnection.delegate:Lio/vertx/core/http/HttpConnection;
            invokeinterface io.vertx.core.http.HttpConnection.close:()V
         1: .line 209
            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.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 215
            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 216
            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);
    descriptor: (Lio/vertx/core/http/Http2Settings;)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.http.Http2Settings settings
         0: .line 227
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpConnection.delegate:Lio/vertx/core/http/HttpConnection;
            aload 1 /* settings */
            invokeinterface io.vertx.core.http.HttpConnection.updateSettings:(Lio/vertx/core/http/Http2Settings;)Lio/vertx/core/http/HttpConnection;
            pop
         1: .line 228
            aload 0 /* this */
            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.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 242
            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 243
            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.reactivex.Completable rxUpdateSettings(io.vertx.core.http.Http2Settings);
    descriptor: (Lio/vertx/core/http/Http2Settings;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpConnection this
         0: .line 256
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    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 265
            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 266
            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 277
            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 278
            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 290
            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 299
            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.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=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpConnection this
         0: .line 310
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    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 323
            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 328
            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 337
            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 338
            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 345
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpConnection.cached_0:Lio/vertx/reactivex/core/net/SocketAddress;
            ifnull 2
         1: .line 346
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpConnection.cached_0:Lio/vertx/reactivex/core/net/SocketAddress;
            areturn
         2: .line 348
      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 349
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.reactivex.core.http.HttpConnection.cached_0:Lio/vertx/reactivex/core/net/SocketAddress;
         4: .line 350
            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 357
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpConnection.cached_1:Lio/vertx/reactivex/core/net/SocketAddress;
            ifnull 2
         1: .line 358
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpConnection.cached_1:Lio/vertx/reactivex/core/net/SocketAddress;
            areturn
         2: .line 360
      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 361
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.reactivex.core.http.HttpConnection.cached_1:Lio/vertx/reactivex/core/net/SocketAddress;
         4: .line 362
            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 369
            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 370
            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 378
            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 379
            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 386
            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 387
            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 394
            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 66
            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;
}
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;)