class io.undertow.server.protocol.framed.AbstractFramedChannel$2 implements io.undertow.util.ReferenceCountedPooled$FreeNotifier
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.undertow.server.protocol.framed.AbstractFramedChannel$2
  super_class: java.lang.Object
{
  final io.undertow.server.protocol.framed.AbstractFramedChannel this$0;
    descriptor: Lio/undertow/server/protocol/framed/AbstractFramedChannel;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  public void freed();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // io.undertow.server.protocol.framed.AbstractFramedChannel$2 this
         0: .line 152
            getstatic io.undertow.server.protocol.framed.AbstractFramedChannel.outstandingBuffersUpdater:Ljava/util/concurrent/atomic/AtomicIntegerFieldUpdater;
            aload 0 /* this */
            getfield io.undertow.server.protocol.framed.AbstractFramedChannel$2.this$0:Lio/undertow/server/protocol/framed/AbstractFramedChannel;
            invokevirtual java.util.concurrent.atomic.AtomicIntegerFieldUpdater.decrementAndGet:(Ljava/lang/Object;)I
            istore 1 /* res */
        start local 1 // int res
         1: .line 153
            aload 0 /* this */
            getfield io.undertow.server.protocol.framed.AbstractFramedChannel$2.this$0:Lio/undertow/server/protocol/framed/AbstractFramedChannel;
            getfield io.undertow.server.protocol.framed.AbstractFramedChannel.receivesSuspended:Z
            ifne 3
            iload 1 /* res */
            aload 0 /* this */
            getfield io.undertow.server.protocol.framed.AbstractFramedChannel$2.this$0:Lio/undertow/server/protocol/framed/AbstractFramedChannel;
            getfield io.undertow.server.protocol.framed.AbstractFramedChannel.maxQueuedBuffers:I
            iconst_1
            isub
            if_icmpne 3
         2: .line 156
            aload 0 /* this */
            getfield io.undertow.server.protocol.framed.AbstractFramedChannel$2.this$0:Lio/undertow/server/protocol/framed/AbstractFramedChannel;
            invokevirtual io.undertow.server.protocol.framed.AbstractFramedChannel.getIoThread:()Lorg/xnio/XnioIoThread;
            new io.undertow.server.protocol.framed.AbstractFramedChannel$2$1
            dup
            aload 0 /* this */
            invokespecial io.undertow.server.protocol.framed.AbstractFramedChannel$2$1.<init>:(Lio/undertow/server/protocol/framed/AbstractFramedChannel$2;)V
            invokevirtual org.xnio.XnioIoThread.execute:(Ljava/lang/Runnable;)V
         3: .line 170
      StackMap locals: int
      StackMap stack:
            return
        end local 1 // int res
        end local 0 // io.undertow.server.protocol.framed.AbstractFramedChannel$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/undertow/server/protocol/framed/AbstractFramedChannel$2;
            1    4     1   res  I

  static io.undertow.server.protocol.framed.AbstractFramedChannel access$0(io.undertow.server.protocol.framed.AbstractFramedChannel$2);
    descriptor: (Lio/undertow/server/protocol/framed/AbstractFramedChannel$2;)Lio/undertow/server/protocol/framed/AbstractFramedChannel;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 149
            aload 0
            getfield io.undertow.server.protocol.framed.AbstractFramedChannel$2.this$0:Lio/undertow/server/protocol/framed/AbstractFramedChannel;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "AbstractFramedChannel.java"
EnclosingMethod: io.undertow.server.protocol.framed.AbstractFramedChannel
NestHost: io.undertow.server.protocol.framed.AbstractFramedChannel
InnerClasses:
  io.undertow.server.protocol.framed.AbstractFramedChannel$2
  io.undertow.server.protocol.framed.AbstractFramedChannel$2$1
  public abstract FreeNotifier = io.undertow.util.ReferenceCountedPooled$FreeNotifier of io.undertow.util.ReferenceCountedPooled