class io.undertow.protocols.http2.Http2FramePriority implements io.undertow.server.protocol.framed.FramePriority<io.undertow.protocols.http2.Http2Channel, io.undertow.protocols.http2.AbstractHttp2StreamSourceChannel, io.undertow.protocols.http2.AbstractHttp2StreamSinkChannel>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.undertow.protocols.http2.Http2FramePriority
  super_class: java.lang.Object
{
  private int nextId;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  void <init>(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.undertow.protocols.http2.Http2FramePriority this
        start local 1 // int nextId
         0: .line 38
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 39
            aload 0 /* this */
            iload 1 /* nextId */
            putfield io.undertow.protocols.http2.Http2FramePriority.nextId:I
         2: .line 40
            return
        end local 1 // int nextId
        end local 0 // io.undertow.protocols.http2.Http2FramePriority this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/undertow/protocols/http2/Http2FramePriority;
            0    3     1  nextId  I
    MethodParameters:
        Name  Flags
      nextId  

  public boolean insertFrame(io.undertow.protocols.http2.AbstractHttp2StreamSinkChannel, java.util.List<io.undertow.protocols.http2.AbstractHttp2StreamSinkChannel>);
    descriptor: (Lio/undertow/protocols/http2/AbstractHttp2StreamSinkChannel;Ljava/util/List;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // io.undertow.protocols.http2.Http2FramePriority this
        start local 1 // io.undertow.protocols.http2.AbstractHttp2StreamSinkChannel newFrame
        start local 2 // java.util.List pendingFrames
         0: .line 46
            iconst_0
            istore 3 /* incrementIfAccepted */
        start local 3 // boolean incrementIfAccepted
         1: .line 47
            aload 1 /* newFrame */
            invokevirtual io.undertow.protocols.http2.AbstractHttp2StreamSinkChannel.getChannel:()Lio/undertow/server/protocol/framed/AbstractFramedChannel;
            checkcast io.undertow.protocols.http2.Http2Channel
            invokevirtual io.undertow.protocols.http2.Http2Channel.isClient:()Z
            ifeq 2
            aload 1 /* newFrame */
            instanceof io.undertow.protocols.http2.Http2HeadersStreamSinkChannel
            ifne 3
         2: .line 48
      StackMap locals: int
      StackMap stack:
            aload 1 /* newFrame */
            instanceof io.undertow.protocols.http2.Http2PushPromiseStreamSinkChannel
            ifeq 15
         3: .line 49
      StackMap locals:
      StackMap stack:
            aload 1 /* newFrame */
            instanceof io.undertow.protocols.http2.Http2PushPromiseStreamSinkChannel
            ifeq 10
         4: .line 50
            aload 1 /* newFrame */
            checkcast io.undertow.protocols.http2.Http2PushPromiseStreamSinkChannel
            invokevirtual io.undertow.protocols.http2.Http2PushPromiseStreamSinkChannel.getStreamId:()I
            istore 4 /* streamId */
        start local 4 // int streamId
         5: .line 51
            iload 4 /* streamId */
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2FramePriority.nextId:I
            if_icmple 7
         6: .line 52
            iconst_0
            ireturn
         7: .line 53
      StackMap locals: int
      StackMap stack:
            iload 4 /* streamId */
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2FramePriority.nextId:I
            if_icmpne 15
         8: .line 54
            iconst_1
            istore 3 /* incrementIfAccepted */
        end local 4 // int streamId
         9: .line 56
            goto 15
        10: .line 57
      StackMap locals:
      StackMap stack:
            aload 1 /* newFrame */
            checkcast io.undertow.protocols.http2.Http2HeadersStreamSinkChannel
            invokevirtual io.undertow.protocols.http2.Http2HeadersStreamSinkChannel.getStreamId:()I
            istore 4 /* streamId */
        start local 4 // int streamId
        11: .line 58
            iload 4 /* streamId */
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2FramePriority.nextId:I
            if_icmple 13
        12: .line 59
            iconst_0
            ireturn
        13: .line 60
      StackMap locals: int
      StackMap stack:
            iload 4 /* streamId */
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2FramePriority.nextId:I
            if_icmpne 15
        14: .line 61
            iconst_1
            istore 3 /* incrementIfAccepted */
        end local 4 // int streamId
        15: .line 66
      StackMap locals:
      StackMap stack:
            aload 1 /* newFrame */
            instanceof io.undertow.protocols.http2.Http2StreamSinkChannel
            ifeq 24
        16: .line 67
            aload 1 /* newFrame */
            invokevirtual io.undertow.protocols.http2.AbstractHttp2StreamSinkChannel.isBroken:()Z
            ifne 17
            aload 1 /* newFrame */
            invokevirtual io.undertow.protocols.http2.AbstractHttp2StreamSinkChannel.isOpen:()Z
            ifne 18
        17: .line 68
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        18: .line 71
      StackMap locals:
      StackMap stack:
            aload 1 /* newFrame */
            checkcast io.undertow.protocols.http2.Http2StreamSinkChannel
            invokevirtual io.undertow.protocols.http2.Http2StreamSinkChannel.generateSendFrameHeader:()Lio/undertow/server/protocol/framed/SendFrameHeader;
            astore 4 /* header */
        start local 4 // io.undertow.server.protocol.framed.SendFrameHeader header
        19: .line 73
            aload 4 /* header */
            invokevirtual io.undertow.server.protocol.framed.SendFrameHeader.getByteBuffer:()Lio/undertow/connector/PooledByteBuffer;
            ifnonnull 24
        20: .line 75
            aload 1 /* newFrame */
            checkcast io.undertow.protocols.http2.Http2StreamSinkChannel
            invokevirtual io.undertow.protocols.http2.Http2StreamSinkChannel.clearHeader:()V
        21: .line 76
            iconst_0
            ireturn
        end local 4 // io.undertow.server.protocol.framed.SendFrameHeader header
        22: .line 78
      StackMap locals:
      StackMap stack: java.lang.Exception
            pop
        23: .line 79
            getstatic io.undertow.UndertowLogger.REQUEST_LOGGER:Lio/undertow/UndertowLogger;
            ldc "Failed to generate header %s"
            aload 1 /* newFrame */
            invokeinterface io.undertow.UndertowLogger.debugf:(Ljava/lang/String;Ljava/lang/Object;)V
        24: .line 83
      StackMap locals:
      StackMap stack:
            aload 2 /* pendingFrames */
            aload 1 /* newFrame */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        25: .line 84
            iload 3 /* incrementIfAccepted */
            ifeq 27
        26: .line 85
            aload 0 /* this */
            dup
            getfield io.undertow.protocols.http2.Http2FramePriority.nextId:I
            iconst_2
            iadd
            putfield io.undertow.protocols.http2.Http2FramePriority.nextId:I
        27: .line 87
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 3 // boolean incrementIfAccepted
        end local 2 // java.util.List pendingFrames
        end local 1 // io.undertow.protocols.http2.AbstractHttp2StreamSinkChannel newFrame
        end local 0 // io.undertow.protocols.http2.Http2FramePriority this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   28     0                 this  Lio/undertow/protocols/http2/Http2FramePriority;
            0   28     1             newFrame  Lio/undertow/protocols/http2/AbstractHttp2StreamSinkChannel;
            0   28     2        pendingFrames  Ljava/util/List<Lio/undertow/protocols/http2/AbstractHttp2StreamSinkChannel;>;
            1   28     3  incrementIfAccepted  Z
            5    9     4             streamId  I
           11   15     4             streamId  I
           19   22     4               header  Lio/undertow/server/protocol/framed/SendFrameHeader;
      Exception table:
        from    to  target  type
          18    21      22  Class java.lang.Exception
    Signature: (Lio/undertow/protocols/http2/AbstractHttp2StreamSinkChannel;Ljava/util/List<Lio/undertow/protocols/http2/AbstractHttp2StreamSinkChannel;>;)Z
    MethodParameters:
               Name  Flags
      newFrame       
      pendingFrames  

  public void frameAdded(io.undertow.protocols.http2.AbstractHttp2StreamSinkChannel, java.util.List<io.undertow.protocols.http2.AbstractHttp2StreamSinkChannel>, java.util.Deque<io.undertow.protocols.http2.AbstractHttp2StreamSinkChannel>);
    descriptor: (Lio/undertow/protocols/http2/AbstractHttp2StreamSinkChannel;Ljava/util/List;Ljava/util/Deque;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=4
        start local 0 // io.undertow.protocols.http2.Http2FramePriority this
        start local 1 // io.undertow.protocols.http2.AbstractHttp2StreamSinkChannel addedFrame
        start local 2 // java.util.List pendingFrames
        start local 3 // java.util.Deque holdFrames
         0: .line 92
            aload 3 /* holdFrames */
            invokeinterface java.util.Deque.iterator:()Ljava/util/Iterator;
            astore 4 /* it */
        start local 4 // java.util.Iterator it
         1: .line 94
            goto 28
         2: .line 95
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 4 /* it */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.undertow.protocols.http2.AbstractHttp2StreamSinkChannel
            astore 5 /* pending */
        start local 5 // io.undertow.protocols.http2.AbstractHttp2StreamSinkChannel pending
         3: .line 96
            iconst_0
            istore 6 /* incrementNextId */
        start local 6 // boolean incrementNextId
         4: .line 98
            aload 5 /* pending */
            invokevirtual io.undertow.protocols.http2.AbstractHttp2StreamSinkChannel.getChannel:()Lio/undertow/server/protocol/framed/AbstractFramedChannel;
            checkcast io.undertow.protocols.http2.Http2Channel
            invokevirtual io.undertow.protocols.http2.Http2Channel.isClient:()Z
            ifeq 5
            aload 5 /* pending */
            instanceof io.undertow.protocols.http2.Http2HeadersStreamSinkChannel
            ifne 6
         5: .line 99
      StackMap locals: io.undertow.protocols.http2.AbstractHttp2StreamSinkChannel int
      StackMap stack:
            aload 5 /* pending */
            instanceof io.undertow.protocols.http2.Http2PushPromiseStreamSinkChannel
            ifeq 18
         6: .line 100
      StackMap locals:
      StackMap stack:
            aload 5 /* pending */
            instanceof io.undertow.protocols.http2.Http2PushPromiseStreamSinkChannel
            ifeq 13
         7: .line 101
            aload 5 /* pending */
            checkcast io.undertow.protocols.http2.Http2PushPromiseStreamSinkChannel
            invokevirtual io.undertow.protocols.http2.Http2PushPromiseStreamSinkChannel.getStreamId:()I
            istore 7 /* streamId */
        start local 7 // int streamId
         8: .line 102
            iload 7 /* streamId */
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2FramePriority.nextId:I
            if_icmple 10
         9: .line 103
            goto 28
        10: .line 104
      StackMap locals: int
      StackMap stack:
            iload 7 /* streamId */
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2FramePriority.nextId:I
            if_icmpne 18
        11: .line 105
            iconst_1
            istore 6 /* incrementNextId */
        end local 7 // int streamId
        12: .line 107
            goto 18
        13: .line 108
      StackMap locals:
      StackMap stack:
            aload 5 /* pending */
            checkcast io.undertow.protocols.http2.Http2HeadersStreamSinkChannel
            invokevirtual io.undertow.protocols.http2.Http2HeadersStreamSinkChannel.getStreamId:()I
            istore 7 /* streamId */
        start local 7 // int streamId
        14: .line 109
            iload 7 /* streamId */
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2FramePriority.nextId:I
            if_icmple 16
        15: .line 110
            goto 28
        16: .line 111
      StackMap locals: int
      StackMap stack:
            iload 7 /* streamId */
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2FramePriority.nextId:I
            if_icmpne 18
        17: .line 112
            iconst_1
            istore 6 /* incrementNextId */
        end local 7 // int streamId
        18: .line 117
      StackMap locals:
      StackMap stack:
            aload 5 /* pending */
            instanceof io.undertow.protocols.http2.Http2StreamSinkChannel
            ifeq 28
        19: .line 118
            aload 5 /* pending */
            checkcast io.undertow.protocols.http2.Http2StreamSinkChannel
            invokevirtual io.undertow.protocols.http2.Http2StreamSinkChannel.generateSendFrameHeader:()Lio/undertow/server/protocol/framed/SendFrameHeader;
            astore 7 /* header */
        start local 7 // io.undertow.server.protocol.framed.SendFrameHeader header
        20: .line 119
            aload 7 /* header */
            invokevirtual io.undertow.server.protocol.framed.SendFrameHeader.getByteBuffer:()Lio/undertow/connector/PooledByteBuffer;
            ifnull 27
        21: .line 120
            aload 2 /* pendingFrames */
            aload 5 /* pending */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        22: .line 121
            aload 4 /* it */
            invokeinterface java.util.Iterator.remove:()V
        23: .line 122
            aload 3 /* holdFrames */
            invokeinterface java.util.Deque.iterator:()Ljava/util/Iterator;
            astore 4 /* it */
        24: .line 123
            iload 6 /* incrementNextId */
            ifeq 28
        25: .line 124
            aload 0 /* this */
            dup
            getfield io.undertow.protocols.http2.Http2FramePriority.nextId:I
            iconst_2
            iadd
            putfield io.undertow.protocols.http2.Http2FramePriority.nextId:I
        26: .line 126
            goto 28
        27: .line 128
      StackMap locals: io.undertow.server.protocol.framed.SendFrameHeader
      StackMap stack:
            aload 5 /* pending */
            checkcast io.undertow.protocols.http2.Http2StreamSinkChannel
            invokevirtual io.undertow.protocols.http2.Http2StreamSinkChannel.clearHeader:()V
        end local 7 // io.undertow.server.protocol.framed.SendFrameHeader header
        end local 6 // boolean incrementNextId
        end local 5 // io.undertow.protocols.http2.AbstractHttp2StreamSinkChannel pending
        28: .line 94
      StackMap locals:
      StackMap stack:
            aload 4 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
        29: .line 133
            return
        end local 4 // java.util.Iterator it
        end local 3 // java.util.Deque holdFrames
        end local 2 // java.util.List pendingFrames
        end local 1 // io.undertow.protocols.http2.AbstractHttp2StreamSinkChannel addedFrame
        end local 0 // io.undertow.protocols.http2.Http2FramePriority this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   30     0             this  Lio/undertow/protocols/http2/Http2FramePriority;
            0   30     1       addedFrame  Lio/undertow/protocols/http2/AbstractHttp2StreamSinkChannel;
            0   30     2    pendingFrames  Ljava/util/List<Lio/undertow/protocols/http2/AbstractHttp2StreamSinkChannel;>;
            0   30     3       holdFrames  Ljava/util/Deque<Lio/undertow/protocols/http2/AbstractHttp2StreamSinkChannel;>;
            1   30     4               it  Ljava/util/Iterator<Lio/undertow/protocols/http2/AbstractHttp2StreamSinkChannel;>;
            3   28     5          pending  Lio/undertow/protocols/http2/AbstractHttp2StreamSinkChannel;
            4   28     6  incrementNextId  Z
            8   12     7         streamId  I
           14   18     7         streamId  I
           20   28     7           header  Lio/undertow/server/protocol/framed/SendFrameHeader;
    Signature: (Lio/undertow/protocols/http2/AbstractHttp2StreamSinkChannel;Ljava/util/List<Lio/undertow/protocols/http2/AbstractHttp2StreamSinkChannel;>;Ljava/util/Deque<Lio/undertow/protocols/http2/AbstractHttp2StreamSinkChannel;>;)V
    MethodParameters:
               Name  Flags
      addedFrame     
      pendingFrames  
      holdFrames     

  public void frameAdded(io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel, java.util.List, java.util.Deque);
    descriptor: (Lio/undertow/server/protocol/framed/AbstractFramedStreamSinkChannel;Ljava/util/List;Ljava/util/Deque;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            checkcast io.undertow.protocols.http2.AbstractHttp2StreamSinkChannel
            aload 2
            checkcast java.util.List
            aload 3
            checkcast java.util.Deque
            invokevirtual io.undertow.protocols.http2.Http2FramePriority.frameAdded:(Lio/undertow/protocols/http2/AbstractHttp2StreamSinkChannel;Ljava/util/List;Ljava/util/Deque;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public boolean insertFrame(io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel, java.util.List);
    descriptor: (Lio/undertow/server/protocol/framed/AbstractFramedStreamSinkChannel;Ljava/util/List;)Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast io.undertow.protocols.http2.AbstractHttp2StreamSinkChannel
            aload 2
            checkcast java.util.List
            invokevirtual io.undertow.protocols.http2.Http2FramePriority.insertFrame:(Lio/undertow/protocols/http2/AbstractHttp2StreamSinkChannel;Ljava/util/List;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lio/undertow/server/protocol/framed/FramePriority<Lio/undertow/protocols/http2/Http2Channel;Lio/undertow/protocols/http2/AbstractHttp2StreamSourceChannel;Lio/undertow/protocols/http2/AbstractHttp2StreamSinkChannel;>;
SourceFile: "Http2FramePriority.java"