class io.undertow.server.protocol.http.HttpReadListener$3 implements org.xnio.ChannelListener<org.xnio.channels.StreamSourceChannel>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.undertow.server.protocol.http.HttpReadListener$3
  super_class: java.lang.Object
{
  final io.undertow.server.protocol.http.HttpReadListener this$0;
    descriptor: Lio/undertow/server/protocol/http/HttpReadListener;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final org.xnio.StreamConnection val$connection;
    descriptor: Lorg/xnio/StreamConnection;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.nio.ByteBuffer val$buffer;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final io.undertow.server.protocol.http.HttpServerConnection val$serverConnection;
    descriptor: Lio/undertow/server/protocol/http/HttpServerConnection;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final io.undertow.connector.PooledByteBuffer val$extraData;
    descriptor: Lio/undertow/connector/PooledByteBuffer;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.undertow.server.protocol.http.HttpReadListener, org.xnio.StreamConnection, java.nio.ByteBuffer, io.undertow.server.protocol.http.HttpServerConnection, io.undertow.connector.PooledByteBuffer);
    descriptor: (Lio/undertow/server/protocol/http/HttpReadListener;Lorg/xnio/StreamConnection;Ljava/nio/ByteBuffer;Lio/undertow/server/protocol/http/HttpServerConnection;Lio/undertow/connector/PooledByteBuffer;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // io.undertow.server.protocol.http.HttpReadListener$3 this
         0: .line 429
            aload 0 /* this */
            aload 1
            putfield io.undertow.server.protocol.http.HttpReadListener$3.this$0:Lio/undertow/server/protocol/http/HttpReadListener;
            aload 0 /* this */
            aload 2
            putfield io.undertow.server.protocol.http.HttpReadListener$3.val$connection:Lorg/xnio/StreamConnection;
            aload 0 /* this */
            aload 3
            putfield io.undertow.server.protocol.http.HttpReadListener$3.val$buffer:Ljava/nio/ByteBuffer;
            aload 0 /* this */
            aload 4
            putfield io.undertow.server.protocol.http.HttpReadListener$3.val$serverConnection:Lio/undertow/server/protocol/http/HttpServerConnection;
            aload 0 /* this */
            aload 5
            putfield io.undertow.server.protocol.http.HttpReadListener$3.val$extraData:Lio/undertow/connector/PooledByteBuffer;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.undertow.server.protocol.http.HttpReadListener$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/server/protocol/http/HttpReadListener$3;
    MethodParameters:
                      Name  Flags
      this$0                final
      val$connection        final
      val$buffer            final
      val$serverConnection  final
      val$extraData         final

  public void handleEvent(org.xnio.channels.StreamSourceChannel);
    descriptor: (Lorg/xnio/channels/StreamSourceChannel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // io.undertow.server.protocol.http.HttpReadListener$3 this
        start local 1 // org.xnio.channels.StreamSourceChannel channel
         0: .line 433
            aload 0 /* this */
            getfield io.undertow.server.protocol.http.HttpReadListener$3.this$0:Lio/undertow/server/protocol/http/HttpReadListener;
            aload 0 /* this */
            getfield io.undertow.server.protocol.http.HttpReadListener$3.val$connection:Lorg/xnio/StreamConnection;
            aload 0 /* this */
            getfield io.undertow.server.protocol.http.HttpReadListener$3.val$buffer:Ljava/nio/ByteBuffer;
            aload 0 /* this */
            getfield io.undertow.server.protocol.http.HttpReadListener$3.val$serverConnection:Lio/undertow/server/protocol/http/HttpServerConnection;
            aload 0 /* this */
            getfield io.undertow.server.protocol.http.HttpReadListener$3.val$extraData:Lio/undertow/connector/PooledByteBuffer;
            invokevirtual io.undertow.server.protocol.http.HttpReadListener.doHttp2PriRead:(Lorg/xnio/StreamConnection;Ljava/nio/ByteBuffer;Lio/undertow/server/protocol/http/HttpServerConnection;Lio/undertow/connector/PooledByteBuffer;)Z
            pop
         1: .line 434
            goto 9
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 2 /* e */
        start local 2 // java.io.IOException e
         3: .line 435
            getstatic io.undertow.UndertowLogger.REQUEST_IO_LOGGER:Lio/undertow/UndertowLogger;
            aload 2 /* e */
            invokeinterface io.undertow.UndertowLogger.ioException:(Ljava/io/IOException;)V
         4: .line 436
            aload 0 /* this */
            getfield io.undertow.server.protocol.http.HttpReadListener$3.val$connection:Lorg/xnio/StreamConnection;
            invokestatic org.xnio.IoUtils.safeClose:(Ljava/io/Closeable;)V
        end local 2 // java.io.IOException e
         5: goto 9
         6: .line 437
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2 /* t */
        start local 2 // java.lang.Throwable t
         7: .line 438
            getstatic io.undertow.UndertowLogger.REQUEST_IO_LOGGER:Lio/undertow/UndertowLogger;
            aload 2 /* t */
            invokeinterface io.undertow.UndertowLogger.handleUnexpectedFailure:(Ljava/lang/Throwable;)V
         8: .line 439
            aload 0 /* this */
            getfield io.undertow.server.protocol.http.HttpReadListener$3.val$connection:Lorg/xnio/StreamConnection;
            invokestatic org.xnio.IoUtils.safeClose:(Ljava/io/Closeable;)V
        end local 2 // java.lang.Throwable t
         9: .line 441
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.xnio.channels.StreamSourceChannel channel
        end local 0 // io.undertow.server.protocol.http.HttpReadListener$3 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lio/undertow/server/protocol/http/HttpReadListener$3;
            0   10     1  channel  Lorg/xnio/channels/StreamSourceChannel;
            3    5     2        e  Ljava/io/IOException;
            7    9     2        t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
           0     1       6  Class java.lang.Throwable
    MethodParameters:
         Name  Flags
      channel  

  public void handleEvent(java.nio.channels.Channel);
    descriptor: (Ljava/nio/channels/Channel;)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 org.xnio.channels.StreamSourceChannel
            invokevirtual io.undertow.server.protocol.http.HttpReadListener$3.handleEvent:(Lorg/xnio/channels/StreamSourceChannel;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lorg/xnio/ChannelListener<Lorg/xnio/channels/StreamSourceChannel;>;
SourceFile: "HttpReadListener.java"
EnclosingMethod: io.undertow.server.protocol.http.HttpReadListener.handleHttp2PriorKnowledge:(Lorg/xnio/StreamConnection;Lio/undertow/server/protocol/http/HttpServerConnection;Lio/undertow/connector/PooledByteBuffer;)V
NestHost: io.undertow.server.protocol.http.HttpReadListener
InnerClasses:
  io.undertow.server.protocol.http.HttpReadListener$3