class io.undertow.server.HttpServerExchange$4 implements org.xnio.ChannelListener<org.xnio.channels.StreamSinkChannel>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.undertow.server.HttpServerExchange$4
  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$4 this
         0: .line 1795
            aload 0 /* this */
            aload 1
            putfield io.undertow.server.HttpServerExchange$4.this$0:Lio/undertow/server/HttpServerExchange;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.undertow.server.HttpServerExchange$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/server/HttpServerExchange$4;
    MethodParameters:
        Name  Flags
      this$0  final

  public void handleEvent(org.xnio.channels.StreamSinkChannel);
    descriptor: (Lorg/xnio/channels/StreamSinkChannel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.undertow.server.HttpServerExchange$4 this
        start local 1 // org.xnio.channels.StreamSinkChannel channel
         0: .line 1798
            aload 1 /* channel */
            invokeinterface org.xnio.channels.StreamSinkChannel.suspendWrites:()V
         1: .line 1799
            aload 1 /* channel */
            invokeinterface org.xnio.channels.StreamSinkChannel.getWriteSetter:()Lorg/xnio/ChannelListener$Setter;
            aconst_null
            invokeinterface org.xnio.ChannelListener$Setter.set:(Lorg/xnio/ChannelListener;)V
         2: .line 1801
            aload 0 /* this */
            getfield io.undertow.server.HttpServerExchange$4.this$0:Lio/undertow/server/HttpServerExchange;
            getfield io.undertow.server.HttpServerExchange.state:I
            sipush 2048
            invokestatic org.xnio.Bits.anyAreClear:(II)Z
            ifeq 6
         3: .line 1803
            aload 0 /* this */
            getfield io.undertow.server.HttpServerExchange$4.this$0:Lio/undertow/server/HttpServerExchange;
            invokevirtual io.undertow.server.HttpServerExchange.invokeExchangeCompleteListeners:()V
         4: .line 1804
            getstatic io.undertow.UndertowLogger.ROOT_LOGGER:Lio/undertow/UndertowLogger;
            aload 0 /* this */
            getfield io.undertow.server.HttpServerExchange$4.this$0:Lio/undertow/server/HttpServerExchange;
            getfield io.undertow.server.HttpServerExchange.connection:Lio/undertow/server/ServerConnection;
            aload 0 /* this */
            getfield io.undertow.server.HttpServerExchange$4.this$0:Lio/undertow/server/HttpServerExchange;
            invokeinterface io.undertow.UndertowLogger.responseWasNotTerminated:(Lio/undertow/server/ServerConnection;Lio/undertow/server/HttpServerExchange;)V
         5: .line 1805
            aload 0 /* this */
            getfield io.undertow.server.HttpServerExchange$4.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
         6: .line 1807
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.xnio.channels.StreamSinkChannel channel
        end local 0 // io.undertow.server.HttpServerExchange$4 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lio/undertow/server/HttpServerExchange$4;
            0    7     1  channel  Lorg/xnio/channels/StreamSinkChannel;
    MethodParameters:
         Name  Flags
      channel  final

  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.channels.StreamSinkChannel
            invokevirtual io.undertow.server.HttpServerExchange$4.handleEvent:(Lorg/xnio/channels/StreamSinkChannel;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lorg/xnio/ChannelListener<Lorg/xnio/channels/StreamSinkChannel;>;
SourceFile: "HttpServerExchange.java"
EnclosingMethod: io.undertow.server.HttpServerExchange.closeAndFlushResponse:()V
NestHost: io.undertow.server.HttpServerExchange
InnerClasses:
  io.undertow.server.HttpServerExchange$4
  public abstract Setter = org.xnio.ChannelListener$Setter of org.xnio.ChannelListener