class io.undertow.server.HttpServerExchange$WriteDispatchChannel$1 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.undertow.server.HttpServerExchange$WriteDispatchChannel$1
  super_class: java.lang.Object
{
  final io.undertow.server.HttpServerExchange$WriteDispatchChannel this$1;
    descriptor: Lio/undertow/server/HttpServerExchange$WriteDispatchChannel;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.undertow.server.HttpServerExchange$WriteDispatchChannel$1 this
         0: .line 2104
            aload 0 /* this */
            getfield io.undertow.server.HttpServerExchange$WriteDispatchChannel$1.this$1:Lio/undertow/server/HttpServerExchange$WriteDispatchChannel;
            aload 0 /* this */
            getfield io.undertow.server.HttpServerExchange$WriteDispatchChannel$1.this$1:Lio/undertow/server/HttpServerExchange$WriteDispatchChannel;
            invokestatic io.undertow.server.HttpServerExchange$WriteDispatchChannel.access$0:(Lio/undertow/server/HttpServerExchange$WriteDispatchChannel;)Lorg/xnio/ChannelListener$SimpleSetter;
            invokevirtual org.xnio.ChannelListener$SimpleSetter.get:()Lorg/xnio/ChannelListener;
            invokestatic org.xnio.ChannelListeners.invokeChannelListener:(Ljava/nio/channels/Channel;Lorg/xnio/ChannelListener;)Z
            pop
         1: .line 2105
            return
        end local 0 // io.undertow.server.HttpServerExchange$WriteDispatchChannel$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/undertow/server/HttpServerExchange$WriteDispatchChannel$1;
}
SourceFile: "HttpServerExchange.java"
EnclosingMethod: io.undertow.server.HttpServerExchange$WriteDispatchChannel.invokeListener:()V
NestHost: io.undertow.server.HttpServerExchange
InnerClasses:
  private WriteDispatchChannel = io.undertow.server.HttpServerExchange$WriteDispatchChannel of io.undertow.server.HttpServerExchange
  io.undertow.server.HttpServerExchange$WriteDispatchChannel$1
  public SimpleSetter = org.xnio.ChannelListener$SimpleSetter of org.xnio.ChannelListener