class io.undertow.protocols.http2.Http2Channel$Http2ControlMessageExceptionHandler implements org.xnio.ChannelExceptionHandler<io.undertow.protocols.http2.AbstractHttp2StreamSinkChannel>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.undertow.protocols.http2.Http2Channel$Http2ControlMessageExceptionHandler
  super_class: java.lang.Object
{
  final io.undertow.protocols.http2.Http2Channel this$0;
    descriptor: Lio/undertow/protocols/http2/Http2Channel;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(io.undertow.protocols.http2.Http2Channel);
    descriptor: (Lio/undertow/protocols/http2/Http2Channel;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.undertow.protocols.http2.Http2Channel$Http2ControlMessageExceptionHandler this
         0: .line 1140
            aload 0 /* this */
            aload 1
            putfield io.undertow.protocols.http2.Http2Channel$Http2ControlMessageExceptionHandler.this$0:Lio/undertow/protocols/http2/Http2Channel;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.undertow.protocols.http2.Http2Channel$Http2ControlMessageExceptionHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/protocols/http2/Http2Channel$Http2ControlMessageExceptionHandler;
    MethodParameters:
        Name  Flags
      this$0  final

  public void handleException(io.undertow.protocols.http2.AbstractHttp2StreamSinkChannel, java.io.IOException);
    descriptor: (Lio/undertow/protocols/http2/AbstractHttp2StreamSinkChannel;Ljava/io/IOException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.undertow.protocols.http2.Http2Channel$Http2ControlMessageExceptionHandler this
        start local 1 // io.undertow.protocols.http2.AbstractHttp2StreamSinkChannel channel
        start local 2 // java.io.IOException exception
         0: .line 1143
            aload 1 /* channel */
            invokestatic org.xnio.IoUtils.safeClose:(Ljava/io/Closeable;)V
         1: .line 1144
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2Channel$Http2ControlMessageExceptionHandler.this$0:Lio/undertow/protocols/http2/Http2Channel;
            aload 2 /* exception */
            invokevirtual io.undertow.protocols.http2.Http2Channel.handleBrokenSinkChannel:(Ljava/lang/Throwable;)V
         2: .line 1145
            return
        end local 2 // java.io.IOException exception
        end local 1 // io.undertow.protocols.http2.AbstractHttp2StreamSinkChannel channel
        end local 0 // io.undertow.protocols.http2.Http2Channel$Http2ControlMessageExceptionHandler this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lio/undertow/protocols/http2/Http2Channel$Http2ControlMessageExceptionHandler;
            0    3     1    channel  Lio/undertow/protocols/http2/AbstractHttp2StreamSinkChannel;
            0    3     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 io.undertow.protocols.http2.AbstractHttp2StreamSinkChannel
            aload 2
            invokevirtual io.undertow.protocols.http2.Http2Channel$Http2ControlMessageExceptionHandler.handleException:(Lio/undertow/protocols/http2/AbstractHttp2StreamSinkChannel;Ljava/io/IOException;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lorg/xnio/ChannelExceptionHandler<Lio/undertow/protocols/http2/AbstractHttp2StreamSinkChannel;>;
SourceFile: "Http2Channel.java"
NestHost: io.undertow.protocols.http2.Http2Channel
InnerClasses:
  private Http2ControlMessageExceptionHandler = io.undertow.protocols.http2.Http2Channel$Http2ControlMessageExceptionHandler of io.undertow.protocols.http2.Http2Channel