class io.undertow.util.ConnectionUtils$4 implements org.xnio.ChannelListener<org.xnio.conduits.ConduitStreamSourceChannel>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.undertow.util.ConnectionUtils$4
  super_class: java.lang.Object
{
  private final java.nio.ByteBuffer val$b;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x1012) ACC_PRIVATE, 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.io.Closeable[] val$additional;
    descriptor: [Ljava/io/Closeable;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

  void <init>(java.nio.ByteBuffer, org.xnio.StreamConnection, java.io.Closeable[], org.xnio.XnioExecutor$Key);
    descriptor: (Ljava/nio/ByteBuffer;Lorg/xnio/StreamConnection;[Ljava/io/Closeable;Lorg/xnio/XnioExecutor$Key;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // io.undertow.util.ConnectionUtils$4 this
         0: .line 106
            aload 0 /* this */
            aload 1
            putfield io.undertow.util.ConnectionUtils$4.val$b:Ljava/nio/ByteBuffer;
            aload 0 /* this */
            aload 2
            putfield io.undertow.util.ConnectionUtils$4.val$connection:Lorg/xnio/StreamConnection;
            aload 0 /* this */
            aload 3
            putfield io.undertow.util.ConnectionUtils$4.val$additional:[Ljava/io/Closeable;
            aload 0 /* this */
            aload 4
            putfield io.undertow.util.ConnectionUtils$4.val$key:Lorg/xnio/XnioExecutor$Key;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.undertow.util.ConnectionUtils$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/util/ConnectionUtils$4;
    MethodParameters:
                Name  Flags
      val$b           final
      val$connection  final
      val$additional  final
      val$key         final

  public void handleEvent(org.xnio.conduits.ConduitStreamSourceChannel);
    descriptor: (Lorg/xnio/conduits/ConduitStreamSourceChannel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.undertow.util.ConnectionUtils$4 this
        start local 1 // org.xnio.conduits.ConduitStreamSourceChannel channel
         0: .line 110
            aload 1 /* channel */
            aload 0 /* this */
            getfield io.undertow.util.ConnectionUtils$4.val$b:Ljava/nio/ByteBuffer;
            invokevirtual org.xnio.conduits.ConduitStreamSourceChannel.read:(Ljava/nio/ByteBuffer;)I
            istore 2 /* res */
        start local 2 // int res
         1: .line 111
            iload 2 /* res */
            ifeq 14
         2: .line 112
            aload 0 /* this */
            getfield io.undertow.util.ConnectionUtils$4.val$connection:Lorg/xnio/StreamConnection;
            invokestatic org.xnio.IoUtils.safeClose:(Ljava/io/Closeable;)V
         3: .line 113
            aload 0 /* this */
            getfield io.undertow.util.ConnectionUtils$4.val$additional:[Ljava/io/Closeable;
            invokestatic org.xnio.IoUtils.safeClose:([Ljava/io/Closeable;)V
         4: .line 114
            aload 0 /* this */
            getfield io.undertow.util.ConnectionUtils$4.val$key:Lorg/xnio/XnioExecutor$Key;
            invokeinterface org.xnio.XnioExecutor$Key.remove:()Z
            pop
        end local 2 // int res
         5: .line 116
            goto 14
      StackMap locals:
      StackMap stack: java.lang.Exception
         6: astore 2 /* e */
        start local 2 // java.lang.Exception e
         7: .line 117
            aload 2 /* e */
            instanceof java.io.IOException
            ifeq 10
         8: .line 118
            getstatic io.undertow.UndertowLogger.REQUEST_IO_LOGGER:Lio/undertow/UndertowLogger;
            aload 2 /* e */
            checkcast java.io.IOException
            invokeinterface io.undertow.UndertowLogger.ioException:(Ljava/io/IOException;)V
         9: .line 119
            goto 11
        10: .line 120
      StackMap locals: java.lang.Exception
      StackMap stack:
            getstatic io.undertow.UndertowLogger.REQUEST_IO_LOGGER:Lio/undertow/UndertowLogger;
            new java.io.IOException
            dup
            aload 2 /* e */
            invokespecial java.io.IOException.<init>:(Ljava/lang/Throwable;)V
            invokeinterface io.undertow.UndertowLogger.ioException:(Ljava/io/IOException;)V
        11: .line 122
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.util.ConnectionUtils$4.val$connection:Lorg/xnio/StreamConnection;
            invokestatic org.xnio.IoUtils.safeClose:(Ljava/io/Closeable;)V
        12: .line 123
            aload 0 /* this */
            getfield io.undertow.util.ConnectionUtils$4.val$additional:[Ljava/io/Closeable;
            invokestatic org.xnio.IoUtils.safeClose:([Ljava/io/Closeable;)V
        13: .line 124
            aload 0 /* this */
            getfield io.undertow.util.ConnectionUtils$4.val$key:Lorg/xnio/XnioExecutor$Key;
            invokeinterface org.xnio.XnioExecutor$Key.remove:()Z
            pop
        end local 2 // java.lang.Exception e
        14: .line 126
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.xnio.conduits.ConduitStreamSourceChannel channel
        end local 0 // io.undertow.util.ConnectionUtils$4 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   15     0     this  Lio/undertow/util/ConnectionUtils$4;
            0   15     1  channel  Lorg/xnio/conduits/ConduitStreamSourceChannel;
            1    5     2      res  I
            7   14     2        e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     5       6  Class java.lang.Exception
    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.ConduitStreamSourceChannel
            invokevirtual io.undertow.util.ConnectionUtils$4.handleEvent:(Lorg/xnio/conduits/ConduitStreamSourceChannel;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lorg/xnio/ChannelListener<Lorg/xnio/conduits/ConduitStreamSourceChannel;>;
SourceFile: "ConnectionUtils.java"
EnclosingMethod: io.undertow.util.ConnectionUtils.doDrain:(Lorg/xnio/StreamConnection;[Ljava/io/Closeable;)V
NestHost: io.undertow.util.ConnectionUtils
InnerClasses:
  io.undertow.util.ConnectionUtils$4
  public abstract Key = org.xnio.XnioExecutor$Key of org.xnio.XnioExecutor