class io.vertx.core.http.impl.VertxHttp2NetSocket<C extends io.vertx.core.http.impl.Http2ConnectionBase> extends io.vertx.core.http.impl.VertxHttp2Stream<C> implements io.vertx.core.net.NetSocket
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.core.http.impl.VertxHttp2NetSocket
  super_class: io.vertx.core.http.impl.VertxHttp2Stream
{
  private io.vertx.core.Handler<java.lang.Throwable> exceptionHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Ljava/lang/Throwable;>;

  private io.vertx.core.Handler<java.lang.Void> closeHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Ljava/lang/Void;>;

  private io.vertx.core.Handler<java.lang.Void> endHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Ljava/lang/Void;>;

  private io.vertx.core.Handler<io.vertx.core.buffer.Buffer> dataHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;

  private io.vertx.core.Handler<java.lang.Void> drainHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Ljava/lang/Void;>;

  public void <init>(C, io.netty.handler.codec.http2.Http2Stream, );
    descriptor: (Lio/vertx/core/http/impl/Http2ConnectionBase;Lio/netty/handler/codec/http2/Http2Stream;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
        start local 1 // io.vertx.core.http.impl.Http2ConnectionBase conn
        start local 2 // io.netty.handler.codec.http2.Http2Stream stream
        start local 3 // boolean writable
         0: .line 52
            aload 0 /* this */
            aload 1 /* conn */
            aload 2 /* stream */
            iload 3 /* writable */
            invokespecial io.vertx.core.http.impl.VertxHttp2Stream.<init>:(Lio/vertx/core/http/impl/Http2ConnectionBase;Lio/netty/handler/codec/http2/Http2Stream;Z)V
         1: .line 53
            return
        end local 3 // boolean writable
        end local 2 // io.netty.handler.codec.http2.Http2Stream stream
        end local 1 // io.vertx.core.http.impl.Http2ConnectionBase conn
        end local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
            0    2     1      conn  TC;
            0    2     2    stream  Lio/netty/handler/codec/http2/Http2Stream;
            0    2     3  writable  Z
    Signature: (TC;Lio/netty/handler/codec/http2/Http2Stream;Z)V
    MethodParameters:
          Name  Flags
      conn      
      stream    
      writable  

  void handleEnd(io.vertx.core.MultiMap);
    descriptor: (Lio/vertx/core/MultiMap;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
        start local 1 // io.vertx.core.MultiMap trailers
         0: .line 60
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.endHandler:()Lio/vertx/core/Handler;
            astore 2 /* handler */
        start local 2 // io.vertx.core.Handler handler
         1: .line 61
            aload 2 /* handler */
            ifnull 7
         2: .line 63
            aload 2 /* handler */
            aconst_null
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        end local 2 // io.vertx.core.Handler handler
         3: .line 65
            goto 7
      StackMap locals:
      StackMap stack: java.lang.Throwable
         4: astore 3
         5: .line 66
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.end:()V
         6: .line 67
            aload 3
            athrow
         7: .line 66
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.end:()V
         8: .line 68
            return
        end local 1 // io.vertx.core.MultiMap trailers
        end local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
            0    9     1  trailers  Lio/vertx/core/MultiMap;
            1    3     2   handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
      Exception table:
        from    to  target  type
           0     4       4  any
    MethodParameters:
          Name  Flags
      trailers  

  void handleData(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
        start local 1 // io.vertx.core.buffer.Buffer buf
         0: .line 72
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.handler:()Lio/vertx/core/Handler;
            astore 2 /* handler */
        start local 2 // io.vertx.core.Handler handler
         1: .line 73
            aload 2 /* handler */
            ifnull 3
         2: .line 74
            aload 2 /* handler */
            aload 1 /* buf */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         3: .line 76
      StackMap locals: io.vertx.core.Handler
      StackMap stack:
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.core.buffer.Buffer buf
        end local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
            0    4     1      buf  Lio/vertx/core/buffer/Buffer;
            1    4     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;
    MethodParameters:
      Name  Flags
      buf   

  void handleReset(long);
    descriptor: (J)V
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
        start local 1 // long errorCode
         0: .line 80
            aload 0 /* this */
            new io.vertx.core.http.StreamResetException
            dup
            lload 1 /* errorCode */
            invokespecial io.vertx.core.http.StreamResetException.<init>:(J)V
            invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.handleException:(Ljava/lang/Throwable;)V
         1: .line 81
            return
        end local 1 // long errorCode
        end local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
            0    2     1  errorCode  J
    MethodParameters:
           Name  Flags
      errorCode  

  void handleException(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
        start local 1 // java.lang.Throwable cause
         0: .line 85
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.exceptionHandler:()Lio/vertx/core/Handler;
            astore 2 /* handler */
        start local 2 // io.vertx.core.Handler handler
         1: .line 86
            aload 2 /* handler */
            ifnull 3
         2: .line 87
            aload 2 /* handler */
            aload 1 /* cause */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         3: .line 89
      StackMap locals: io.vertx.core.Handler
      StackMap stack:
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.Throwable cause
        end local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
            0    4     1    cause  Ljava/lang/Throwable;
            1    4     2  handler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    MethodParameters:
       Name  Flags
      cause  

  void handleClose();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
         0: .line 93
            aload 0 /* this */
            invokespecial io.vertx.core.http.impl.VertxHttp2Stream.handleClose:()V
         1: .line 94
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.closeHandler:()Lio/vertx/core/Handler;
            astore 1 /* handler */
        start local 1 // io.vertx.core.Handler handler
         2: .line 95
            aload 1 /* handler */
            ifnull 4
         3: .line 96
            aload 1 /* handler */
            aconst_null
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         4: .line 98
      StackMap locals: io.vertx.core.Handler
      StackMap stack:
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
            2    5     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;

  void handleInterestedOpsChanged();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
         0: .line 102
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.drainHandler:()Lio/vertx/core/Handler;
            astore 1 /* handler */
        start local 1 // io.vertx.core.Handler handler
         1: .line 103
            aload 1 /* handler */
            ifnull 3
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.writeQueueFull:()Z
            ifne 3
         2: .line 104
            aload 1 /* handler */
            aconst_null
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         3: .line 106
      StackMap locals: io.vertx.core.Handler
      StackMap stack:
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
            1    4     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;

  void handlePriorityChange(io.vertx.core.http.StreamPriority);
    descriptor: (Lio/vertx/core/http/StreamPriority;)V
    flags: (0x0000) 
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
        start local 1 // io.vertx.core.http.StreamPriority streamPriority
         0: .line 110
            return
        end local 1 // io.vertx.core.http.StreamPriority streamPriority
        end local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
            0    1     1  streamPriority  Lio/vertx/core/http/StreamPriority;
    MethodParameters:
                Name  Flags
      streamPriority  

  public io.vertx.core.net.NetSocket exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/net/NetSocket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
        start local 1 // io.vertx.core.Handler handler
         0: .line 116
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2NetSocket.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
            dup
            astore 2
            monitorenter
         1: .line 117
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.core.http.impl.VertxHttp2NetSocket.exceptionHandler:Lio/vertx/core/Handler;
         2: .line 116
            aload 2
            monitorexit
         3: goto 6
      StackMap locals: io.vertx.core.http.impl.VertxHttp2NetSocket io.vertx.core.Handler io.vertx.core.http.impl.Http2ConnectionBase
      StackMap stack: java.lang.Throwable
         4: aload 2
            monitorexit
         5: athrow
         6: .line 119
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
            0    7     1  handler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/net/NetSocket;
    MethodParameters:
         Name  Flags
      handler  

  io.vertx.core.Handler<java.lang.Throwable> exceptionHandler();
    descriptor: ()Lio/vertx/core/Handler;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
         0: .line 123
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2NetSocket.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
            dup
            astore 1
            monitorenter
         1: .line 124
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2NetSocket.exceptionHandler:Lio/vertx/core/Handler;
            aload 1
            monitorexit
         2: areturn
         3: .line 123
      StackMap locals: io.vertx.core.http.impl.VertxHttp2NetSocket io.vertx.core.http.impl.Http2ConnectionBase
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         4: athrow
        end local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: ()Lio/vertx/core/Handler<Ljava/lang/Throwable;>;

  public io.vertx.core.net.NetSocket handler(io.vertx.core.Handler<io.vertx.core.buffer.Buffer>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/net/NetSocket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
        start local 1 // io.vertx.core.Handler handler
         0: .line 130
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2NetSocket.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
            dup
            astore 2
            monitorenter
         1: .line 131
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.core.http.impl.VertxHttp2NetSocket.dataHandler:Lio/vertx/core/Handler;
         2: .line 130
            aload 2
            monitorexit
         3: goto 6
      StackMap locals: io.vertx.core.http.impl.VertxHttp2NetSocket io.vertx.core.Handler io.vertx.core.http.impl.Http2ConnectionBase
      StackMap stack: java.lang.Throwable
         4: aload 2
            monitorexit
         5: athrow
         6: .line 133
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
            0    7     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;)Lio/vertx/core/net/NetSocket;
    MethodParameters:
         Name  Flags
      handler  

  io.vertx.core.Handler<io.vertx.core.buffer.Buffer> handler();
    descriptor: ()Lio/vertx/core/Handler;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
         0: .line 137
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2NetSocket.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
            dup
            astore 1
            monitorenter
         1: .line 138
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2NetSocket.dataHandler:Lio/vertx/core/Handler;
            aload 1
            monitorexit
         2: areturn
         3: .line 137
      StackMap locals: io.vertx.core.http.impl.VertxHttp2NetSocket io.vertx.core.http.impl.Http2ConnectionBase
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         4: athrow
        end local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: ()Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;

  public io.vertx.core.net.NetSocket fetch(long);
    descriptor: (J)Lio/vertx/core/net/NetSocket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
        start local 1 // long amount
         0: .line 144
            aload 0 /* this */
            lload 1 /* amount */
            invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.doFetch:(J)V
         1: .line 145
            aload 0 /* this */
            areturn
        end local 1 // long amount
        end local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
            0    2     1  amount  J
    MethodParameters:
        Name  Flags
      amount  

  public io.vertx.core.net.NetSocket pause();
    descriptor: ()Lio/vertx/core/net/NetSocket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
         0: .line 150
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.doPause:()V
         1: .line 151
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;

  public io.vertx.core.net.NetSocket resume();
    descriptor: ()Lio/vertx/core/net/NetSocket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
         0: .line 156
            aload 0 /* this */
            ldc 9223372036854775807
            invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.fetch:(J)Lio/vertx/core/net/NetSocket;
            areturn
        end local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;

  public io.vertx.core.net.NetSocket endHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/net/NetSocket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
        start local 1 // io.vertx.core.Handler handler
         0: .line 161
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2NetSocket.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
            dup
            astore 2
            monitorenter
         1: .line 162
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.core.http.impl.VertxHttp2NetSocket.endHandler:Lio/vertx/core/Handler;
         2: .line 161
            aload 2
            monitorexit
         3: goto 6
      StackMap locals: io.vertx.core.http.impl.VertxHttp2NetSocket io.vertx.core.Handler io.vertx.core.http.impl.Http2ConnectionBase
      StackMap stack: java.lang.Throwable
         4: aload 2
            monitorexit
         5: athrow
         6: .line 164
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
            0    7     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/core/net/NetSocket;
    MethodParameters:
         Name  Flags
      handler  

  io.vertx.core.Handler<java.lang.Void> endHandler();
    descriptor: ()Lio/vertx/core/Handler;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
         0: .line 168
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2NetSocket.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
            dup
            astore 1
            monitorenter
         1: .line 169
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2NetSocket.endHandler:Lio/vertx/core/Handler;
            aload 1
            monitorexit
         2: areturn
         3: .line 168
      StackMap locals: io.vertx.core.http.impl.VertxHttp2NetSocket io.vertx.core.http.impl.Http2ConnectionBase
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         4: athrow
        end local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: ()Lio/vertx/core/Handler<Ljava/lang/Void;>;

  public io.vertx.core.net.NetSocket write(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/net/NetSocket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
        start local 1 // io.vertx.core.buffer.Buffer data
         0: .line 175
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2NetSocket.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
            dup
            astore 2
            monitorenter
         1: .line 176
            aload 0 /* this */
            aload 1 /* data */
            invokeinterface io.vertx.core.buffer.Buffer.getByteBuf:()Lio/netty/buffer/ByteBuf;
            iconst_0
            invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.writeData:(Lio/netty/buffer/ByteBuf;Z)V
         2: .line 177
            aload 0 /* this */
            aload 2
            monitorexit
         3: areturn
         4: .line 175
      StackMap locals: io.vertx.core.http.impl.VertxHttp2NetSocket io.vertx.core.buffer.Buffer io.vertx.core.http.impl.Http2ConnectionBase
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         5: athrow
        end local 1 // io.vertx.core.buffer.Buffer data
        end local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
            0    6     1  data  Lio/vertx/core/buffer/Buffer;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    MethodParameters:
      Name  Flags
      data  

  public io.vertx.core.net.NetSocket setWriteQueueMaxSize(int);
    descriptor: (I)Lio/vertx/core/net/NetSocket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
        start local 1 // int maxSize
         0: .line 183
            aload 0 /* this */
            areturn
        end local 1 // int maxSize
        end local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
            0    1     1  maxSize  I
    MethodParameters:
         Name  Flags
      maxSize  

  public io.vertx.core.net.NetSocket drainHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/net/NetSocket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
        start local 1 // io.vertx.core.Handler handler
         0: .line 188
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2NetSocket.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
            dup
            astore 2
            monitorenter
         1: .line 189
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.core.http.impl.VertxHttp2NetSocket.drainHandler:Lio/vertx/core/Handler;
         2: .line 188
            aload 2
            monitorexit
         3: goto 6
      StackMap locals: io.vertx.core.http.impl.VertxHttp2NetSocket io.vertx.core.Handler io.vertx.core.http.impl.Http2ConnectionBase
      StackMap stack: java.lang.Throwable
         4: aload 2
            monitorexit
         5: athrow
         6: .line 191
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
            0    7     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/core/net/NetSocket;
    MethodParameters:
         Name  Flags
      handler  

  io.vertx.core.Handler<java.lang.Void> drainHandler();
    descriptor: ()Lio/vertx/core/Handler;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
         0: .line 195
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2NetSocket.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
            dup
            astore 1
            monitorenter
         1: .line 196
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2NetSocket.drainHandler:Lio/vertx/core/Handler;
            aload 1
            monitorexit
         2: areturn
         3: .line 195
      StackMap locals: io.vertx.core.http.impl.VertxHttp2NetSocket io.vertx.core.http.impl.Http2ConnectionBase
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         4: athrow
        end local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: ()Lio/vertx/core/Handler<Ljava/lang/Void;>;

  public boolean writeQueueFull();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
         0: .line 202
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.isNotWritable:()Z
            ireturn
        end local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;

  public java.lang.String writeHandlerID();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
         0: .line 208
            aconst_null
            areturn
        end local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;

  public io.vertx.core.net.NetSocket write(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/net/NetSocket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
        start local 1 // java.lang.String str
         0: .line 213
            aload 0 /* this */
            aload 1 /* str */
            aconst_null
            aconst_null
            invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.write:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/net/NetSocket;
            areturn
        end local 1 // java.lang.String str
        end local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
            0    1     1   str  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      str   

  public io.vertx.core.net.NetSocket write(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/net/NetSocket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
        start local 1 // java.lang.String str
        start local 2 // io.vertx.core.Handler handler
         0: .line 218
            aload 0 /* this */
            aload 1 /* str */
            aconst_null
            aload 2 /* handler */
            invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.write:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/net/NetSocket;
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String str
        end local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
            0    1     1      str  Ljava/lang/String;
            0    1     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/core/net/NetSocket;
    MethodParameters:
         Name  Flags
      str      
      handler  

  public io.vertx.core.net.NetSocket write(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/net/NetSocket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
        start local 1 // java.lang.String str
        start local 2 // java.lang.String enc
         0: .line 223
            aload 0 /* this */
            aload 1 /* str */
            aload 2 /* enc */
            aconst_null
            invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.write:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/net/NetSocket;
            areturn
        end local 2 // java.lang.String enc
        end local 1 // java.lang.String str
        end local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
            0    1     1   str  Ljava/lang/String;
            0    1     2   enc  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      str   
      enc   

  public io.vertx.core.net.NetSocket write(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/net/NetSocket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
        start local 1 // java.lang.String str
        start local 2 // java.lang.String enc
        start local 3 // io.vertx.core.Handler handler
         0: .line 228
            aload 2 /* enc */
            ifnull 1
            aload 2 /* enc */
            invokestatic java.nio.charset.Charset.forName:(Ljava/lang/String;)Ljava/nio/charset/Charset;
            goto 2
      StackMap locals:
      StackMap stack:
         1: getstatic io.netty.util.CharsetUtil.UTF_8:Ljava/nio/charset/Charset;
      StackMap locals:
      StackMap stack: java.nio.charset.Charset
         2: astore 4 /* cs */
        start local 4 // java.nio.charset.Charset cs
         3: .line 229
            aload 0 /* this */
            aload 1 /* str */
            aload 4 /* cs */
            invokestatic io.netty.buffer.Unpooled.copiedBuffer:(Ljava/lang/CharSequence;Ljava/nio/charset/Charset;)Lio/netty/buffer/ByteBuf;
            iconst_0
            aload 3 /* handler */
            invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.writeData:(Lio/netty/buffer/ByteBuf;ZLio/vertx/core/Handler;)V
         4: .line 230
            aload 0 /* this */
            areturn
        end local 4 // java.nio.charset.Charset cs
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String enc
        end local 1 // java.lang.String str
        end local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
            0    5     1      str  Ljava/lang/String;
            0    5     2      enc  Ljava/lang/String;
            0    5     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
            3    5     4       cs  Ljava/nio/charset/Charset;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/core/net/NetSocket;
    MethodParameters:
         Name  Flags
      str      
      enc      
      handler  

  public io.vertx.core.net.NetSocket write(io.vertx.core.buffer.Buffer, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/core/net/NetSocket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
        start local 1 // io.vertx.core.buffer.Buffer message
        start local 2 // io.vertx.core.Handler handler
         0: .line 235
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2NetSocket.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
            getfield io.vertx.core.http.impl.Http2ConnectionBase.handler:Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2NetSocket.stream:Lio/netty/handler/codec/http2/Http2Stream;
            aload 1 /* message */
            invokeinterface io.vertx.core.buffer.Buffer.getByteBuf:()Lio/netty/buffer/ByteBuf;
            iconst_0
            aload 2 /* handler */
            invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.writeData:(Lio/netty/handler/codec/http2/Http2Stream;Lio/netty/buffer/ByteBuf;ZLio/vertx/core/Handler;)V
         1: .line 236
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.core.buffer.Buffer message
        end local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
            0    2     1  message  Lio/vertx/core/buffer/Buffer;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/core/net/NetSocket;
    MethodParameters:
         Name  Flags
      message  
      handler  

  public io.vertx.core.net.NetSocket sendFile(java.lang.String, long, long);
    descriptor: (Ljava/lang/String;JJ)Lio/vertx/core/net/NetSocket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=4
        start local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
        start local 1 // java.lang.String filename
        start local 2 // long offset
        start local 4 // long length
         0: .line 241
            aload 0 /* this */
            aload 1 /* filename */
            lload 2 /* offset */
            lload 4 /* length */
            aconst_null
            invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.sendFile:(Ljava/lang/String;JJLio/vertx/core/Handler;)Lio/vertx/core/net/NetSocket;
            areturn
        end local 4 // long length
        end local 2 // long offset
        end local 1 // java.lang.String filename
        end local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
            0    1     1  filename  Ljava/lang/String;
            0    1     2    offset  J
            0    1     4    length  J
    MethodParameters:
          Name  Flags
      filename  
      offset    
      length    

  public io.vertx.core.net.NetSocket sendFile(java.lang.String, long, long, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;JJLio/vertx/core/Handler;)Lio/vertx/core/net/NetSocket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=15, args_size=5
        start local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
        start local 1 // java.lang.String filename
        start local 2 // long offset
        start local 4 // long length
        start local 6 // io.vertx.core.Handler resultHandler
         0: .line 246
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2NetSocket.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
            dup
            astore 7
            monitorenter
         1: .line 247
            aload 6 /* resultHandler */
            ifnull 2
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2NetSocket.vertx:Lio/vertx/core/impl/VertxInternal;
            invokeinterface io.vertx.core.impl.VertxInternal.getOrCreateContext:()Lio/vertx/core/impl/ContextInternal;
            goto 3
      StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase
      StackMap stack:
         2: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.core.impl.ContextInternal
         3: astore 8 /* resultCtx */
        start local 8 // io.vertx.core.Context resultCtx
         4: .line 249
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2NetSocket.vertx:Lio/vertx/core/impl/VertxInternal;
            aload 1 /* filename */
            invokeinterface io.vertx.core.impl.VertxInternal.resolveFile:(Ljava/lang/String;)Ljava/io/File;
            astore 9 /* file */
        start local 9 // java.io.File file
         5: .line 250
            aload 9 /* file */
            invokevirtual java.io.File.exists:()Z
            ifne 10
         6: .line 251
            aload 6 /* resultHandler */
            ifnull 8
         7: .line 252
            aload 8 /* resultCtx */
            aload 6 /* resultHandler */
            invokedynamic handle(Lio/vertx/core/Handler;)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/core/http/impl/VertxHttp2NetSocket.lambda$0(Lio/vertx/core/Handler;Ljava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.Context.runOnContext:(Lio/vertx/core/Handler;)V
         8: .line 256
      StackMap locals: io.vertx.core.Context java.io.File
      StackMap stack:
            aload 0 /* this */
            aload 7
            monitorexit
         9: areturn
        10: .line 261
      StackMap locals:
      StackMap stack:
            new java.io.RandomAccessFile
            dup
            aload 9 /* file */
            ldc "r"
            invokespecial java.io.RandomAccessFile.<init>:(Ljava/io/File;Ljava/lang/String;)V
            astore 10 /* raf */
        start local 10 // java.io.RandomAccessFile raf
        11: .line 262
            goto 17
        end local 10 // java.io.RandomAccessFile raf
      StackMap locals:
      StackMap stack: java.io.IOException
        12: astore 11 /* e */
        start local 11 // java.io.IOException e
        13: .line 263
            aload 6 /* resultHandler */
            ifnull 15
        14: .line 264
            aload 8 /* resultCtx */
            aload 6 /* resultHandler */
            aload 11 /* e */
            invokedynamic handle(Lio/vertx/core/Handler;Ljava/io/IOException;)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/core/http/impl/VertxHttp2NetSocket.lambda$1(Lio/vertx/core/Handler;Ljava/io/IOException;Ljava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.Context.runOnContext:(Lio/vertx/core/Handler;)V
        15: .line 268
      StackMap locals: io.vertx.core.http.impl.VertxHttp2NetSocket java.lang.String long long io.vertx.core.Handler io.vertx.core.http.impl.Http2ConnectionBase io.vertx.core.Context java.io.File top java.io.IOException
      StackMap stack:
            aload 0 /* this */
            aload 7
            monitorexit
        16: areturn
        end local 11 // java.io.IOException e
        start local 10 // java.io.RandomAccessFile raf
        17: .line 271
      StackMap locals: io.vertx.core.http.impl.VertxHttp2NetSocket java.lang.String long long io.vertx.core.Handler io.vertx.core.http.impl.Http2ConnectionBase io.vertx.core.Context java.io.File java.io.RandomAccessFile
      StackMap stack:
            lload 4 /* length */
            aload 9 /* file */
            invokevirtual java.io.File.length:()J
            lload 2 /* offset */
            lsub
            invokestatic java.lang.Math.min:(JJ)J
            lstore 11 /* contentLength */
        start local 11 // long contentLength
        18: .line 273
            invokestatic io.vertx.core.Promise.promise:()Lio/vertx/core/Promise;
            astore 13 /* result */
        start local 13 // io.vertx.core.Promise result
        19: .line 274
            aload 13 /* result */
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
            aload 6 /* resultHandler */
            aload 8 /* resultCtx */
            invokedynamic handle(Lio/vertx/core/Handler;Lio/vertx/core/Context;)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/core/http/impl/VertxHttp2NetSocket.lambda$2(Lio/vertx/core/Handler;Lio/vertx/core/Context;Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.core.Future.setHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
        20: .line 282
            new io.vertx.core.http.impl.FileStreamChannel
            dup
            aload 13 /* result */
            aload 0 /* this */
            lload 2 /* offset */
            lload 11 /* contentLength */
            invokespecial io.vertx.core.http.impl.FileStreamChannel.<init>:(Lio/vertx/core/Promise;Lio/vertx/core/http/impl/VertxHttp2Stream;JJ)V
            astore 14 /* fileChannel */
        start local 14 // io.vertx.core.http.impl.FileStreamChannel fileChannel
        21: .line 283
            aload 0 /* this */
            aload 14 /* fileChannel */
            getfield io.vertx.core.http.impl.FileStreamChannel.drainHandler:Lio/vertx/core/Handler;
            invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.drainHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/net/NetSocket;
            pop
        22: .line 284
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2NetSocket.handlerContext:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.channel:()Lio/netty/channel/Channel;
        23: .line 285
            invokeinterface io.netty.channel.Channel.eventLoop:()Lio/netty/channel/EventLoop;
        24: .line 286
            aload 14 /* fileChannel */
            invokeinterface io.netty.channel.EventLoop.register:(Lio/netty/channel/Channel;)Lio/netty/channel/ChannelFuture;
        25: .line 287
            aload 14 /* fileChannel */
            aload 10 /* raf */
            aload 13 /* result */
            invokedynamic operationComplete(Lio/vertx/core/http/impl/FileStreamChannel;Ljava/io/RandomAccessFile;Lio/vertx/core/Promise;)Lio/netty/channel/ChannelFutureListener;
              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:
                  (Lio/netty/util/concurrent/Future;)V
                  io/vertx/core/http/impl/VertxHttp2NetSocket.lambda$4(Lio/vertx/core/http/impl/FileStreamChannel;Ljava/io/RandomAccessFile;Lio/vertx/core/Promise;Lio/netty/channel/ChannelFuture;)V (6)
                  (Lio/netty/channel/ChannelFuture;)V
            invokeinterface io.netty.channel.ChannelFuture.addListener:(Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/channel/ChannelFuture;
            pop
        end local 14 // io.vertx.core.http.impl.FileStreamChannel fileChannel
        end local 13 // io.vertx.core.Promise result
        end local 11 // long contentLength
        end local 10 // java.io.RandomAccessFile raf
        end local 9 // java.io.File file
        end local 8 // io.vertx.core.Context resultCtx
        26: .line 246
            aload 7
            monitorexit
        27: goto 30
      StackMap locals: io.vertx.core.http.impl.VertxHttp2NetSocket java.lang.String long long io.vertx.core.Handler io.vertx.core.http.impl.Http2ConnectionBase
      StackMap stack: java.lang.Throwable
        28: aload 7
            monitorexit
        29: athrow
        30: .line 295
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 6 // io.vertx.core.Handler resultHandler
        end local 4 // long length
        end local 2 // long offset
        end local 1 // java.lang.String filename
        end local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   31     0           this  Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
            0   31     1       filename  Ljava/lang/String;
            0   31     2         offset  J
            0   31     4         length  J
            0   31     6  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
            4   26     8      resultCtx  Lio/vertx/core/Context;
            5   26     9           file  Ljava/io/File;
           11   12    10            raf  Ljava/io/RandomAccessFile;
           17   26    10            raf  Ljava/io/RandomAccessFile;
           13   17    11              e  Ljava/io/IOException;
           18   26    11  contentLength  J
           19   26    13         result  Lio/vertx/core/Promise<Ljava/lang/Long;>;
           21   26    14    fileChannel  Lio/vertx/core/http/impl/FileStreamChannel;
      Exception table:
        from    to  target  type
          10    11      12  Class java.io.IOException
           1     9      28  any
          10    16      28  any
          17    27      28  any
          28    29      28  any
    Signature: (Ljava/lang/String;JJLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/core/net/NetSocket;
    MethodParameters:
               Name  Flags
      filename       
      offset         
      length         
      resultHandler  

  public io.vertx.core.net.SocketAddress remoteAddress();
    descriptor: ()Lio/vertx/core/net/SocketAddress;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
         0: .line 300
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2NetSocket.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
            invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.remoteAddress:()Lio/vertx/core/net/SocketAddress;
            areturn
        end local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;

  public io.vertx.core.net.SocketAddress localAddress();
    descriptor: ()Lio/vertx/core/net/SocketAddress;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
         0: .line 305
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2NetSocket.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
            invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.localAddress:()Lio/vertx/core/net/SocketAddress;
            areturn
        end local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;

  public void end();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
         0: .line 310
            aload 0 /* this */
            getstatic io.netty.buffer.Unpooled.EMPTY_BUFFER:Lio/netty/buffer/ByteBuf;
            iconst_1
            invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.writeData:(Lio/netty/buffer/ByteBuf;Z)V
         1: .line 311
            return
        end local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;

  public void end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
        start local 1 // io.vertx.core.Handler handler
         0: .line 315
            aload 0 /* this */
            getstatic io.netty.buffer.Unpooled.EMPTY_BUFFER:Lio/netty/buffer/ByteBuf;
            iconst_1
            aload 1 /* handler */
            invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.writeData:(Lio/netty/buffer/ByteBuf;ZLio/vertx/core/Handler;)V
         1: .line 316
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
            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 end(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
        start local 1 // io.vertx.core.buffer.Buffer buffer
         0: .line 320
            aload 0 /* this */
            aload 1 /* buffer */
            invokeinterface io.vertx.core.buffer.Buffer.getByteBuf:()Lio/netty/buffer/ByteBuf;
            iconst_1
            invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.writeData:(Lio/netty/buffer/ByteBuf;Z)V
         1: .line 321
            return
        end local 1 // io.vertx.core.buffer.Buffer buffer
        end local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
            0    2     1  buffer  Lio/vertx/core/buffer/Buffer;
    MethodParameters:
        Name  Flags
      buffer  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
         0: .line 325
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.end:()V
         1: .line 326
            return
        end local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;

  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.core.http.impl.VertxHttp2NetSocket this
        start local 1 // io.vertx.core.Handler handler
         0: .line 330
            aload 0 /* this */
            aload 1 /* handler */
            invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.end:(Lio/vertx/core/Handler;)V
         1: .line 331
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
            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 io.vertx.core.net.NetSocket closeHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/net/NetSocket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
        start local 1 // io.vertx.core.Handler handler
         0: .line 335
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2NetSocket.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
            dup
            astore 2
            monitorenter
         1: .line 336
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.core.http.impl.VertxHttp2NetSocket.closeHandler:Lio/vertx/core/Handler;
         2: .line 335
            aload 2
            monitorexit
         3: goto 6
      StackMap locals: io.vertx.core.http.impl.VertxHttp2NetSocket io.vertx.core.Handler io.vertx.core.http.impl.Http2ConnectionBase
      StackMap stack: java.lang.Throwable
         4: aload 2
            monitorexit
         5: athrow
         6: .line 338
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
            0    7     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/core/net/NetSocket;
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        io.vertx.codegen.annotations.Nullable()
    MethodParameters:
         Name  Flags
      handler  

  io.vertx.core.Handler<java.lang.Void> closeHandler();
    descriptor: ()Lio/vertx/core/Handler;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
         0: .line 342
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2NetSocket.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
            dup
            astore 1
            monitorenter
         1: .line 343
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2NetSocket.closeHandler:Lio/vertx/core/Handler;
            aload 1
            monitorexit
         2: areturn
         3: .line 342
      StackMap locals: io.vertx.core.http.impl.VertxHttp2NetSocket io.vertx.core.http.impl.Http2ConnectionBase
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         4: athrow
        end local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: ()Lio/vertx/core/Handler<Ljava/lang/Void;>;

  public io.vertx.core.net.NetSocket upgradeToSsl(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/net/NetSocket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
        start local 1 // io.vertx.core.Handler handler
         0: .line 349
            new java.lang.UnsupportedOperationException
            dup
            ldc "Cannot upgrade HTTP/2 stream to SSL"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
            0    1     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/core/net/NetSocket;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.core.net.NetSocket upgradeToSsl(java.lang.String, io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/net/NetSocket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
        start local 1 // java.lang.String serverName
        start local 2 // io.vertx.core.Handler handler
         0: .line 354
            new java.lang.UnsupportedOperationException
            dup
            ldc "Cannot upgrade HTTP/2 stream to SSL"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String serverName
        end local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
            0    1     1  serverName  Ljava/lang/String;
            0    1     2     handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/core/net/NetSocket;
    MethodParameters:
            Name  Flags
      serverName  
      handler     

  public boolean isSsl();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
         0: .line 359
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2NetSocket.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
            invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.isSsl:()Z
            ireturn
        end local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;

  public javax.net.ssl.SSLSession sslSession();
    descriptor: ()Ljavax/net/ssl/SSLSession;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
         0: .line 364
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2NetSocket.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
            invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.sslSession:()Ljavax/net/ssl/SSLSession;
            areturn
        end local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;

  public javax.security.cert.X509Certificate[] peerCertificateChain();
    descriptor: ()[Ljavax/security/cert/X509Certificate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
         0: .line 369
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2NetSocket.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
            invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.peerCertificateChain:()[Ljavax/security/cert/X509Certificate;
            areturn
        end local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
    Exceptions:
      throws javax.net.ssl.SSLPeerUnverifiedException

  public java.lang.String indicatedServerName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
         0: .line 374
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2NetSocket.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
            invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.indicatedServerName:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.core.http.impl.VertxHttp2NetSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;

  public io.vertx.core.streams.WriteStream write(java.lang.Object, io.vertx.core.Handler);
    descriptor: (Ljava/lang/Object;Lio/vertx/core/Handler;)Lio/vertx/core/streams/WriteStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.core.buffer.Buffer
            aload 2
            invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.write:(Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/core/net/NetSocket;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.WriteStream write(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/vertx/core/streams/WriteStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.core.buffer.Buffer
            invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.write:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/net/NetSocket;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.WriteStream setWriteQueueMaxSize(int);
    descriptor: (I)Lio/vertx/core/streams/WriteStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.setWriteQueueMaxSize:(I)Lio/vertx/core/net/NetSocket;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.StreamBase exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/StreamBase;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/net/NetSocket;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/net/NetSocket;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.WriteStream exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/WriteStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/net/NetSocket;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream resume();
    descriptor: ()Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.resume:()Lio/vertx/core/net/NetSocket;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream handler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.core.Handler
            invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/net/NetSocket;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void end(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.core.buffer.Buffer
            invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.end:(Lio/vertx/core/buffer/Buffer;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream pause();
    descriptor: ()Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.pause:()Lio/vertx/core/net/NetSocket;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream endHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/net/NetSocket;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.WriteStream drainHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/WriteStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.drainHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/net/NetSocket;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream fetch(long);
    descriptor: (J)Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
         0: .line 1
            aload 0
            lload 1
            invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.fetch:(J)Lio/vertx/core/net/NetSocket;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static void lambda$0(io.vertx.core.Handler, java.lang.Void);
    descriptor: (Lio/vertx/core/Handler;Ljava/lang/Void;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
        start local 1 // java.lang.Void v
         0: .line 252
            aload 0
            new java.io.FileNotFoundException
            dup
            invokespecial java.io.FileNotFoundException.<init>:()V
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
            return
        end local 1 // java.lang.Void v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     1     v  Ljava/lang/Void;

  private static void lambda$1(io.vertx.core.Handler, java.io.IOException, java.lang.Void);
    descriptor: (Lio/vertx/core/Handler;Ljava/io/IOException;Ljava/lang/Void;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 2 // java.lang.Void v
         0: .line 264
            aload 0
            aload 1
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
            return
        end local 2 // java.lang.Void v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     2     v  Ljava/lang/Void;

  private static void lambda$2(io.vertx.core.Handler, io.vertx.core.Context, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/Context;Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 2 // io.vertx.core.AsyncResult ar
         0: .line 275
            aload 0
            ifnull 2
         1: .line 276
            aload 1
            aload 0
            invokedynamic handle(Lio/vertx/core/Handler;)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/core/http/impl/VertxHttp2NetSocket.lambda$3(Lio/vertx/core/Handler;Ljava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.Context.runOnContext:(Lio/vertx/core/Handler;)V
         2: .line 280
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     2    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;

  private static void lambda$4(io.vertx.core.http.impl.FileStreamChannel, java.io.RandomAccessFile, io.vertx.core.Promise, io.netty.channel.ChannelFuture);
    descriptor: (Lio/vertx/core/http/impl/FileStreamChannel;Ljava/io/RandomAccessFile;Lio/vertx/core/Promise;Lio/netty/channel/ChannelFuture;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=4, args_size=4
        start local 3 // io.netty.channel.ChannelFuture future
         0: .line 288
            aload 3 /* future */
            invokeinterface io.netty.channel.ChannelFuture.isSuccess:()Z
            ifeq 3
         1: .line 289
            aload 0
            invokevirtual io.vertx.core.http.impl.FileStreamChannel.pipeline:()Lio/netty/channel/ChannelPipeline;
            aload 1
            invokeinterface io.netty.channel.ChannelPipeline.fireUserEventTriggered:(Ljava/lang/Object;)Lio/netty/channel/ChannelPipeline;
            pop
         2: .line 290
            goto 4
         3: .line 291
      StackMap locals:
      StackMap stack:
            aload 2
            aload 3 /* future */
            invokeinterface io.netty.channel.ChannelFuture.cause:()Ljava/lang/Throwable;
            invokeinterface io.vertx.core.Promise.tryFail:(Ljava/lang/Throwable;)Z
            pop
         4: .line 293
      StackMap locals:
      StackMap stack:
            return
        end local 3 // io.netty.channel.ChannelFuture future
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     3  future  Lio/netty/channel/ChannelFuture;
    Exceptions:
      throws java.lang.Exception

  private static void lambda$3(io.vertx.core.Handler, java.lang.Void);
    descriptor: (Lio/vertx/core/Handler;Ljava/lang/Void;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // java.lang.Void v
         0: .line 277
            aload 0
            invokestatic io.vertx.core.Future.succeededFuture:()Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         1: .line 278
            return
        end local 1 // java.lang.Void v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     1     v  Ljava/lang/Void;
}
Signature: <C:Lio/vertx/core/http/impl/Http2ConnectionBase;>Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;Lio/vertx/core/net/NetSocket;
SourceFile: "VertxHttp2NetSocket.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles