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

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

  public void handleException(org.xnio.channels.StreamSinkChannel, java.io.IOException);
    descriptor: (Lorg/xnio/channels/StreamSinkChannel;Ljava/io/IOException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // io.undertow.server.handlers.sse.ServerSentEventConnection$6 this
        start local 1 // org.xnio.channels.StreamSinkChannel channel
        start local 2 // java.io.IOException exception
         0: .line 461
            aload 0 /* this */
            getfield io.undertow.server.handlers.sse.ServerSentEventConnection$6.this$0:Lio/undertow/server/handlers/sse/ServerSentEventConnection;
            getfield io.undertow.server.handlers.sse.ServerSentEventConnection.sink:Lorg/xnio/channels/StreamSinkChannel;
            invokestatic org.xnio.IoUtils.safeClose:(Ljava/io/Closeable;)V
         1: .line 462
            return
        end local 2 // java.io.IOException exception
        end local 1 // org.xnio.channels.StreamSinkChannel channel
        end local 0 // io.undertow.server.handlers.sse.ServerSentEventConnection$6 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/undertow/server/handlers/sse/ServerSentEventConnection$6;
            0    2     1    channel  Lorg/xnio/channels/StreamSinkChannel;
            0    2     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.channels.StreamSinkChannel
            aload 2
            invokevirtual io.undertow.server.handlers.sse.ServerSentEventConnection$6.handleException:(Lorg/xnio/channels/StreamSinkChannel;Ljava/io/IOException;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lorg/xnio/ChannelExceptionHandler<Lorg/xnio/channels/StreamSinkChannel;>;
SourceFile: "ServerSentEventConnection.java"
EnclosingMethod: io.undertow.server.handlers.sse.ServerSentEventConnection.close:(Ljava/io/IOException;)V
NestHost: io.undertow.server.handlers.sse.ServerSentEventConnection
InnerClasses:
  io.undertow.server.handlers.sse.ServerSentEventConnection$6