class io.undertow.util.ConnectionUtils$2 implements org.xnio.ChannelExceptionHandler<org.xnio.conduits.ConduitStreamSinkChannel>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.undertow.util.ConnectionUtils$2
  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$2 this
         0: .line 64
            aload 0 /* this */
            aload 1
            putfield io.undertow.util.ConnectionUtils$2.val$connection:Lorg/xnio/StreamConnection;
            aload 0 /* this */
            aload 2
            putfield io.undertow.util.ConnectionUtils$2.val$additional:[Ljava/io/Closeable;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.undertow.util.ConnectionUtils$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/util/ConnectionUtils$2;
    MethodParameters:
                Name  Flags
      val$connection  final
      val$additional  final

  public void handleException(org.xnio.conduits.ConduitStreamSinkChannel, java.io.IOException);
    descriptor: (Lorg/xnio/conduits/ConduitStreamSinkChannel;Ljava/io/IOException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.undertow.util.ConnectionUtils$2 this
        start local 1 // org.xnio.conduits.ConduitStreamSinkChannel channel
        start local 2 // java.io.IOException exception
         0: .line 67
            getstatic io.undertow.UndertowLogger.REQUEST_IO_LOGGER:Lio/undertow/UndertowLogger;
            aload 2 /* exception */
            invokeinterface io.undertow.UndertowLogger.ioException:(Ljava/io/IOException;)V
         1: .line 68
            aload 0 /* this */
            getfield io.undertow.util.ConnectionUtils$2.val$connection:Lorg/xnio/StreamConnection;
            invokestatic org.xnio.IoUtils.safeClose:(Ljava/io/Closeable;)V
         2: .line 69
            aload 0 /* this */
            getfield io.undertow.util.ConnectionUtils$2.val$additional:[Ljava/io/Closeable;
            invokestatic org.xnio.IoUtils.safeClose:([Ljava/io/Closeable;)V
         3: .line 70
            return
        end local 2 // java.io.IOException exception
        end local 1 // org.xnio.conduits.ConduitStreamSinkChannel channel
        end local 0 // io.undertow.util.ConnectionUtils$2 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lio/undertow/util/ConnectionUtils$2;
            0    4     1    channel  Lorg/xnio/conduits/ConduitStreamSinkChannel;
            0    4     2  exception  Ljava/io/IOException;
    MethodParameters:
           Name  Flags
      channel    
      exception  

  public void handleException(java.nio.channels.Channel, java.io.IOException);
    descriptor: (Ljava/nio/channels/Channel;Ljava/io/IOException;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.xnio.conduits.ConduitStreamSinkChannel
            aload 2
            invokevirtual io.undertow.util.ConnectionUtils$2.handleException:(Lorg/xnio/conduits/ConduitStreamSinkChannel;Ljava/io/IOException;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lorg/xnio/ChannelExceptionHandler<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$2