class io.undertow.server.protocol.ajp.AjpReadListener$2 implements org.xnio.ChannelListener<org.xnio.conduits.ConduitStreamSinkChannel>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.undertow.server.protocol.ajp.AjpReadListener$2
  super_class: java.lang.Object
{
  final io.undertow.server.protocol.ajp.AjpReadListener this$0;
    descriptor: Lio/undertow/server/protocol/ajp/AjpReadListener;
    flags: (0x1010) 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 org.xnio.StreamConnection val$underlyingChannel;
    descriptor: Lorg/xnio/StreamConnection;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

  public void handleEvent(org.xnio.conduits.ConduitStreamSinkChannel);
    descriptor: (Lorg/xnio/conduits/ConduitStreamSinkChannel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // io.undertow.server.protocol.ajp.AjpReadListener$2 this
        start local 1 // org.xnio.conduits.ConduitStreamSinkChannel channel
         0: .line 288
      StackMap locals:
      StackMap stack:
            aload 1 /* channel */
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpReadListener$2.val$buffer:Ljava/nio/ByteBuffer;
            invokevirtual org.xnio.conduits.ConduitStreamSinkChannel.write:(Ljava/nio/ByteBuffer;)I
            istore 2 /* res */
        start local 2 // int res
         1: .line 289
            iload 2 /* res */
            ifne 6
         2: .line 290
            return
        end local 2 // int res
         3: .line 292
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 3 /* e */
        start local 3 // java.io.IOException e
         4: .line 293
            getstatic io.undertow.UndertowLogger.REQUEST_IO_LOGGER:Lio/undertow/UndertowLogger;
            aload 3 /* e */
            invokeinterface io.undertow.UndertowLogger.ioException:(Ljava/io/IOException;)V
         5: .line 294
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpReadListener$2.this$0:Lio/undertow/server/protocol/ajp/AjpReadListener;
            getfield io.undertow.server.protocol.ajp.AjpReadListener.connection:Lio/undertow/server/protocol/ajp/AjpServerConnection;
            invokestatic org.xnio.IoUtils.safeClose:(Ljava/io/Closeable;)V
        end local 3 // java.io.IOException e
         6: .line 296
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpReadListener$2.val$buffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
            ifne 0
         7: .line 297
            aload 1 /* channel */
            invokevirtual org.xnio.conduits.ConduitStreamSinkChannel.suspendWrites:()V
         8: .line 298
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpReadListener$2.this$0:Lio/undertow/server/protocol/ajp/AjpReadListener;
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpReadListener$2.val$underlyingChannel:Lorg/xnio/StreamConnection;
            invokevirtual org.xnio.StreamConnection.getSourceChannel:()Lorg/xnio/conduits/ConduitStreamSourceChannel;
            invokevirtual io.undertow.server.protocol.ajp.AjpReadListener.handleEvent:(Lorg/xnio/channels/StreamSourceChannel;)V
         9: .line 299
            return
        end local 1 // org.xnio.conduits.ConduitStreamSinkChannel channel
        end local 0 // io.undertow.server.protocol.ajp.AjpReadListener$2 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lio/undertow/server/protocol/ajp/AjpReadListener$2;
            0   10     1  channel  Lorg/xnio/conduits/ConduitStreamSinkChannel;
            1    3     2      res  I
            4    6     3        e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     2       3  Class java.io.IOException
    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.conduits.ConduitStreamSinkChannel
            invokevirtual io.undertow.server.protocol.ajp.AjpReadListener$2.handleEvent:(Lorg/xnio/conduits/ConduitStreamSinkChannel;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lorg/xnio/ChannelListener<Lorg/xnio/conduits/ConduitStreamSinkChannel;>;
SourceFile: "AjpReadListener.java"
EnclosingMethod: io.undertow.server.protocol.ajp.AjpReadListener.handleCPing:()V
NestHost: io.undertow.server.protocol.ajp.AjpReadListener
InnerClasses:
  io.undertow.server.protocol.ajp.AjpReadListener$2