class io.undertow.util.ConnectionUtils$1 implements org.xnio.ChannelListener<org.xnio.conduits.ConduitStreamSinkChannel>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.undertow.util.ConnectionUtils$1
  super_class: java.lang.Object
{
  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

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

  public void handleEvent(org.xnio.conduits.ConduitStreamSinkChannel);
    descriptor: (Lorg/xnio/conduits/ConduitStreamSinkChannel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.undertow.util.ConnectionUtils$1 this
        start local 1 // org.xnio.conduits.ConduitStreamSinkChannel channel
         0: .line 62
            aload 0 /* this */
            getfield io.undertow.util.ConnectionUtils$1.val$connection:Lorg/xnio/StreamConnection;
            aload 0 /* this */
            getfield io.undertow.util.ConnectionUtils$1.val$additional:[Ljava/io/Closeable;
            invokestatic io.undertow.util.ConnectionUtils.doDrain:(Lorg/xnio/StreamConnection;[Ljava/io/Closeable;)V
         1: .line 63
            return
        end local 1 // org.xnio.conduits.ConduitStreamSinkChannel channel
        end local 0 // io.undertow.util.ConnectionUtils$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/undertow/util/ConnectionUtils$1;
            0    2     1  channel  Lorg/xnio/conduits/ConduitStreamSinkChannel;
    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.util.ConnectionUtils$1.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: "ConnectionUtils.java"
EnclosingMethod: io.undertow.util.ConnectionUtils.cleanClose:(Lorg/xnio/StreamConnection;[Ljava/io/Closeable;)V
NestHost: io.undertow.util.ConnectionUtils
InnerClasses:
  io.undertow.util.ConnectionUtils$1