class io.undertow.server.HttpServerExchange$5 implements org.xnio.ChannelExceptionHandler<java.nio.channels.Channel>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.undertow.server.HttpServerExchange$5
  super_class: java.lang.Object
{
  final io.undertow.server.HttpServerExchange this$0;
    descriptor: Lio/undertow/server/HttpServerExchange;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.undertow.server.HttpServerExchange);
    descriptor: (Lio/undertow/server/HttpServerExchange;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.undertow.server.HttpServerExchange$5 this
         0: .line 1808
            aload 0 /* this */
            aload 1
            putfield io.undertow.server.HttpServerExchange$5.this$0:Lio/undertow/server/HttpServerExchange;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.undertow.server.HttpServerExchange$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/server/HttpServerExchange$5;
    MethodParameters:
        Name  Flags
      this$0  final

  public void handleException(java.nio.channels.Channel, java.io.IOException);
    descriptor: (Ljava/nio/channels/Channel;Ljava/io/IOException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.undertow.server.HttpServerExchange$5 this
        start local 1 // java.nio.channels.Channel channel
        start local 2 // java.io.IOException exception
         0: .line 1812
            aload 0 /* this */
            getfield io.undertow.server.HttpServerExchange$5.this$0:Lio/undertow/server/HttpServerExchange;
            invokevirtual io.undertow.server.HttpServerExchange.invokeExchangeCompleteListeners:()V
         1: .line 1813
            getstatic io.undertow.UndertowLogger.REQUEST_LOGGER:Lio/undertow/UndertowLogger;
            ldc "Exception ending request"
            aload 2 /* exception */
            invokeinterface io.undertow.UndertowLogger.debug:(Ljava/lang/Object;Ljava/lang/Throwable;)V
         2: .line 1814
            aload 0 /* this */
            getfield io.undertow.server.HttpServerExchange$5.this$0:Lio/undertow/server/HttpServerExchange;
            getfield io.undertow.server.HttpServerExchange.connection:Lio/undertow/server/ServerConnection;
            invokestatic org.xnio.IoUtils.safeClose:(Ljava/io/Closeable;)V
         3: .line 1815
            return
        end local 2 // java.io.IOException exception
        end local 1 // java.nio.channels.Channel channel
        end local 0 // io.undertow.server.HttpServerExchange$5 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lio/undertow/server/HttpServerExchange$5;
            0    4     1    channel  Ljava/nio/channels/Channel;
            0    4     2  exception  Ljava/io/IOException;
    MethodParameters:
           Name  Flags
      channel    final
      exception  final
}
Signature: Ljava/lang/Object;Lorg/xnio/ChannelExceptionHandler<Ljava/nio/channels/Channel;>;
SourceFile: "HttpServerExchange.java"
EnclosingMethod: io.undertow.server.HttpServerExchange.closeAndFlushResponse:()V
NestHost: io.undertow.server.HttpServerExchange
InnerClasses:
  io.undertow.server.HttpServerExchange$5