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

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

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel$1 this
         0: .line 284
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel$1.this$0:Lio/undertow/server/protocol/framed/AbstractFramedStreamSourceChannel;
            getfield io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel.lock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 285
            aload 0 /* this */
            getfield io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel$1.this$0:Lio/undertow/server/protocol/framed/AbstractFramedStreamSourceChannel;
            dup
            getfield io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel.state:I
            bipush -9
            iand
            putfield io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel.state:I
         2: .line 284
            aload 2
            monitorexit
         3: goto 6
      StackMap locals: io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel$1 top java.lang.Object
      StackMap stack: java.lang.Throwable
         4: aload 2
            monitorexit
         5: athrow
         6: .line 287
      StackMap locals: io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel$1
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel$1.this$0:Lio/undertow/server/protocol/framed/AbstractFramedStreamSourceChannel;
            invokevirtual io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel.getReadListener:()Lorg/xnio/ChannelListener;
            astore 2 /* listener */
        start local 2 // org.xnio.ChannelListener listener
         7: .line 288
            aload 2 /* listener */
            ifnull 8
            aload 0 /* this */
            getfield io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel$1.this$0:Lio/undertow/server/protocol/framed/AbstractFramedStreamSourceChannel;
            invokevirtual io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel.isReadResumed:()Z
            ifne 9
         8: .line 289
      StackMap locals: io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel$1 top org.xnio.ChannelListener
      StackMap stack:
            return
         9: .line 291
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel$1.this$0:Lio/undertow/server/protocol/framed/AbstractFramedStreamSourceChannel;
            aload 2 /* listener */
            invokestatic org.xnio.ChannelListeners.invokeChannelListener:(Ljava/nio/channels/Channel;Lorg/xnio/ChannelListener;)Z
            pop
        10: .line 295
            aload 0 /* this */
            getfield io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel$1.this$0:Lio/undertow/server/protocol/framed/AbstractFramedStreamSourceChannel;
            getfield io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel.frameDataRemaining:J
            lconst_0
            lcmp
            ifle 11
            aload 0 /* this */
            getfield io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel$1.this$0:Lio/undertow/server/protocol/framed/AbstractFramedStreamSourceChannel;
            getfield io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel.data:Lio/undertow/connector/PooledByteBuffer;
            ifnonnull 12
      StackMap locals:
      StackMap stack:
        11: aload 0 /* this */
            getfield io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel$1.this$0:Lio/undertow/server/protocol/framed/AbstractFramedStreamSourceChannel;
            getfield io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel.pendingFrameData:Ljava/util/Deque;
            invokeinterface java.util.Deque.isEmpty:()Z
            ifeq 12
            aload 0 /* this */
            getfield io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel$1.this$0:Lio/undertow/server/protocol/framed/AbstractFramedStreamSourceChannel;
            getfield io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel.state:I
            sipush 512
            invokestatic org.xnio.Bits.anyAreSet:(II)Z
            ifne 12
            iconst_0
            goto 13
      StackMap locals:
      StackMap stack:
        12: iconst_1
      StackMap locals:
      StackMap stack: int
        13: istore 3 /* moreData */
        start local 3 // boolean moreData
        14: .line 297
            aload 0 /* this */
            getfield io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel$1.this$0:Lio/undertow/server/protocol/framed/AbstractFramedStreamSourceChannel;
            getfield io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel.lock:Ljava/lang/Object;
            dup
            astore 4
            monitorenter
        15: .line 299
            aload 0 /* this */
            getfield io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel$1.this$0:Lio/undertow/server/protocol/framed/AbstractFramedStreamSourceChannel;
            invokevirtual io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel.isReadResumed:()Z
            ifeq 16
            iload 3 /* moreData */
            ifne 17
      StackMap locals: int java.lang.Object
      StackMap stack:
        16: aload 0 /* this */
            getfield io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel$1.this$0:Lio/undertow/server/protocol/framed/AbstractFramedStreamSourceChannel;
            getfield io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel.state:I
            bipush 8
            invokestatic org.xnio.Bits.allAreSet:(II)Z
            ifeq 19
        17: .line 301
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel$1.this$0:Lio/undertow/server/protocol/framed/AbstractFramedStreamSourceChannel;
            getfield io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel.state:I
            sipush 144
            invokestatic org.xnio.Bits.allAreClear:(II)Z
            ifeq 19
        18: .line 299
            iconst_1
            goto 20
      StackMap locals:
      StackMap stack:
        19: iconst_0
      StackMap locals:
      StackMap stack: int
        20: istore 1 /* readAgain */
        start local 1 // boolean readAgain
        21: .line 302
            iload 1 /* readAgain */
            ifne 23
        22: .line 303
            aload 0 /* this */
            getfield io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel$1.this$0:Lio/undertow/server/protocol/framed/AbstractFramedStreamSourceChannel;
            dup
            getfield io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel.state:I
            bipush -65
            iand
            putfield io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel.state:I
        23: .line 297
      StackMap locals: io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel$1 int org.xnio.ChannelListener int java.lang.Object
      StackMap stack:
            aload 4
            monitorexit
        24: goto 27
        end local 1 // boolean readAgain
      StackMap locals: io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel$1 top org.xnio.ChannelListener int java.lang.Object
      StackMap stack: java.lang.Throwable
        25: aload 4
            monitorexit
        26: athrow
        end local 3 // boolean moreData
        end local 2 // org.xnio.ChannelListener listener
        start local 1 // boolean readAgain
        27: .line 305
      StackMap locals: io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel$1 int
      StackMap stack:
            iload 1 /* readAgain */
            ifne 0
        end local 1 // boolean readAgain
        28: .line 306
            goto 36
      StackMap locals: io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel$1
      StackMap stack: java.lang.Throwable
        29: pop
        30: .line 307
            aload 0 /* this */
            getfield io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel$1.this$0:Lio/undertow/server/protocol/framed/AbstractFramedStreamSourceChannel;
            getfield io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel.lock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
        31: .line 308
            aload 0 /* this */
            getfield io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel$1.this$0:Lio/undertow/server/protocol/framed/AbstractFramedStreamSourceChannel;
            dup
            getfield io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel.state:I
            bipush -65
            iand
            putfield io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel.state:I
        32: .line 307
            aload 1
            monitorexit
        33: goto 36
      StackMap locals: io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel$1 java.lang.Object
      StackMap stack: java.lang.Throwable
        34: aload 1
            monitorexit
        35: athrow
        36: .line 311
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel$1 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   37     0       this  Lio/undertow/server/protocol/framed/AbstractFramedStreamSourceChannel$1;
           21   25     1  readAgain  Z
           27   28     1  readAgain  Z
            7   27     2   listener  Lorg/xnio/ChannelListener<-TR;>;
           14   27     3   moreData  Z
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
          15    24      25  any
          25    26      25  any
           0     8      29  Class java.lang.RuntimeException
           9    28      29  Class java.lang.RuntimeException
           0     8      29  Class java.lang.Error
           9    28      29  Class java.lang.Error
          31    33      34  any
          34    35      34  any
}
SourceFile: "AbstractFramedStreamSourceChannel.java"
EnclosingMethod: io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel.resumeReadsInternal:(Z)V
NestHost: io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel
InnerClasses:
  io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel$1