public class io.netty.handler.codec.spdy.SpdyFrameEncoder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.netty.handler.codec.spdy.SpdyFrameEncoder
  super_class: java.lang.Object
{
  private final int version;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(io.netty.handler.codec.spdy.SpdyVersion);
    descriptor: (Lio/netty/handler/codec/spdy/SpdyVersion;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.spdy.SpdyFrameEncoder this
        start local 1 // io.netty.handler.codec.spdy.SpdyVersion spdyVersion
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 37
            aload 1 /* spdyVersion */
            ifnonnull 3
         2: .line 38
            new java.lang.NullPointerException
            dup
            ldc "spdyVersion"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 40
      StackMap locals: io.netty.handler.codec.spdy.SpdyFrameEncoder io.netty.handler.codec.spdy.SpdyVersion
      StackMap stack:
            aload 0 /* this */
            aload 1 /* spdyVersion */
            invokevirtual io.netty.handler.codec.spdy.SpdyVersion.getVersion:()I
            putfield io.netty.handler.codec.spdy.SpdyFrameEncoder.version:I
         4: .line 41
            return
        end local 1 // io.netty.handler.codec.spdy.SpdyVersion spdyVersion
        end local 0 // io.netty.handler.codec.spdy.SpdyFrameEncoder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lio/netty/handler/codec/spdy/SpdyFrameEncoder;
            0    5     1  spdyVersion  Lio/netty/handler/codec/spdy/SpdyVersion;
    MethodParameters:
             Name  Flags
      spdyVersion  

  private void writeControlFrameHeader(io.netty.buffer.ByteBuf, int, byte, int);
    descriptor: (Lio/netty/buffer/ByteBuf;IBI)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // io.netty.handler.codec.spdy.SpdyFrameEncoder this
        start local 1 // io.netty.buffer.ByteBuf buffer
        start local 2 // int type
        start local 3 // byte flags
        start local 4 // int length
         0: .line 44
            aload 1 /* buffer */
            aload 0 /* this */
            getfield io.netty.handler.codec.spdy.SpdyFrameEncoder.version:I
            ldc 32768
            ior
            invokevirtual io.netty.buffer.ByteBuf.writeShort:(I)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 45
            aload 1 /* buffer */
            iload 2 /* type */
            invokevirtual io.netty.buffer.ByteBuf.writeShort:(I)Lio/netty/buffer/ByteBuf;
            pop
         2: .line 46
            aload 1 /* buffer */
            iload 3 /* flags */
            invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
            pop
         3: .line 47
            aload 1 /* buffer */
            iload 4 /* length */
            invokevirtual io.netty.buffer.ByteBuf.writeMedium:(I)Lio/netty/buffer/ByteBuf;
            pop
         4: .line 48
            return
        end local 4 // int length
        end local 3 // byte flags
        end local 2 // int type
        end local 1 // io.netty.buffer.ByteBuf buffer
        end local 0 // io.netty.handler.codec.spdy.SpdyFrameEncoder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lio/netty/handler/codec/spdy/SpdyFrameEncoder;
            0    5     1  buffer  Lio/netty/buffer/ByteBuf;
            0    5     2    type  I
            0    5     3   flags  B
            0    5     4  length  I
    MethodParameters:
        Name  Flags
      buffer  
      type    
      flags   
      length  

  public io.netty.buffer.ByteBuf encodeDataFrame(io.netty.buffer.ByteBufAllocator, int, boolean, io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBufAllocator;IZLio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=5
        start local 0 // io.netty.handler.codec.spdy.SpdyFrameEncoder this
        start local 1 // io.netty.buffer.ByteBufAllocator allocator
        start local 2 // int streamId
        start local 3 // boolean last
        start local 4 // io.netty.buffer.ByteBuf data
         0: .line 51
            iload 3 /* last */
            ifeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 5 /* flags */
        start local 5 // byte flags
         3: .line 52
            aload 4 /* data */
            invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
            istore 6 /* length */
        start local 6 // int length
         4: .line 53
            aload 1 /* allocator */
            bipush 8
            iload 6 /* length */
            iadd
            invokeinterface io.netty.buffer.ByteBufAllocator.ioBuffer:(I)Lio/netty/buffer/ByteBuf;
            getstatic java.nio.ByteOrder.BIG_ENDIAN:Ljava/nio/ByteOrder;
            invokevirtual io.netty.buffer.ByteBuf.order:(Ljava/nio/ByteOrder;)Lio/netty/buffer/ByteBuf;
            astore 7 /* frame */
        start local 7 // io.netty.buffer.ByteBuf frame
         5: .line 54
            aload 7 /* frame */
            iload 2 /* streamId */
            ldc 2147483647
            iand
            invokevirtual io.netty.buffer.ByteBuf.writeInt:(I)Lio/netty/buffer/ByteBuf;
            pop
         6: .line 55
            aload 7 /* frame */
            iload 5 /* flags */
            invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
            pop
         7: .line 56
            aload 7 /* frame */
            iload 6 /* length */
            invokevirtual io.netty.buffer.ByteBuf.writeMedium:(I)Lio/netty/buffer/ByteBuf;
            pop
         8: .line 57
            aload 7 /* frame */
            aload 4 /* data */
            aload 4 /* data */
            invokevirtual io.netty.buffer.ByteBuf.readerIndex:()I
            iload 6 /* length */
            invokevirtual io.netty.buffer.ByteBuf.writeBytes:(Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
            pop
         9: .line 58
            aload 7 /* frame */
            areturn
        end local 7 // io.netty.buffer.ByteBuf frame
        end local 6 // int length
        end local 5 // byte flags
        end local 4 // io.netty.buffer.ByteBuf data
        end local 3 // boolean last
        end local 2 // int streamId
        end local 1 // io.netty.buffer.ByteBufAllocator allocator
        end local 0 // io.netty.handler.codec.spdy.SpdyFrameEncoder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Lio/netty/handler/codec/spdy/SpdyFrameEncoder;
            0   10     1  allocator  Lio/netty/buffer/ByteBufAllocator;
            0   10     2   streamId  I
            0   10     3       last  Z
            0   10     4       data  Lio/netty/buffer/ByteBuf;
            3   10     5      flags  B
            4   10     6     length  I
            5   10     7      frame  Lio/netty/buffer/ByteBuf;
    MethodParameters:
           Name  Flags
      allocator  
      streamId   
      last       
      data       

  public io.netty.buffer.ByteBuf encodeSynStreamFrame(io.netty.buffer.ByteBufAllocator, int, int, byte, boolean, boolean, io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBufAllocator;IIBZZLio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=12, args_size=8
        start local 0 // io.netty.handler.codec.spdy.SpdyFrameEncoder this
        start local 1 // io.netty.buffer.ByteBufAllocator allocator
        start local 2 // int streamId
        start local 3 // int associatedToStreamId
        start local 4 // byte priority
        start local 5 // boolean last
        start local 6 // boolean unidirectional
        start local 7 // io.netty.buffer.ByteBuf headerBlock
         0: .line 63
            aload 7 /* headerBlock */
            invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
            istore 8 /* headerBlockLength */
        start local 8 // int headerBlockLength
         1: .line 64
            iload 5 /* last */
            ifeq 2
            iconst_1
            goto 3
      StackMap locals: int
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: istore 9 /* flags */
        start local 9 // byte flags
         4: .line 65
            iload 6 /* unidirectional */
            ifeq 6
         5: .line 66
            iload 9 /* flags */
            iconst_2
            ior
            i2b
            istore 9 /* flags */
         6: .line 68
      StackMap locals: int
      StackMap stack:
            bipush 10
            iload 8 /* headerBlockLength */
            iadd
            istore 10 /* length */
        start local 10 // int length
         7: .line 69
            aload 1 /* allocator */
            bipush 8
            iload 10 /* length */
            iadd
            invokeinterface io.netty.buffer.ByteBufAllocator.ioBuffer:(I)Lio/netty/buffer/ByteBuf;
            getstatic java.nio.ByteOrder.BIG_ENDIAN:Ljava/nio/ByteOrder;
            invokevirtual io.netty.buffer.ByteBuf.order:(Ljava/nio/ByteOrder;)Lio/netty/buffer/ByteBuf;
            astore 11 /* frame */
        start local 11 // io.netty.buffer.ByteBuf frame
         8: .line 70
            aload 0 /* this */
            aload 11 /* frame */
            iconst_1
            iload 9 /* flags */
            iload 10 /* length */
            invokevirtual io.netty.handler.codec.spdy.SpdyFrameEncoder.writeControlFrameHeader:(Lio/netty/buffer/ByteBuf;IBI)V
         9: .line 71
            aload 11 /* frame */
            iload 2 /* streamId */
            invokevirtual io.netty.buffer.ByteBuf.writeInt:(I)Lio/netty/buffer/ByteBuf;
            pop
        10: .line 72
            aload 11 /* frame */
            iload 3 /* associatedToStreamId */
            invokevirtual io.netty.buffer.ByteBuf.writeInt:(I)Lio/netty/buffer/ByteBuf;
            pop
        11: .line 73
            aload 11 /* frame */
            iload 4 /* priority */
            sipush 255
            iand
            bipush 13
            ishl
            invokevirtual io.netty.buffer.ByteBuf.writeShort:(I)Lio/netty/buffer/ByteBuf;
            pop
        12: .line 74
            aload 11 /* frame */
            aload 7 /* headerBlock */
            aload 7 /* headerBlock */
            invokevirtual io.netty.buffer.ByteBuf.readerIndex:()I
            iload 8 /* headerBlockLength */
            invokevirtual io.netty.buffer.ByteBuf.writeBytes:(Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
            pop
        13: .line 75
            aload 11 /* frame */
            areturn
        end local 11 // io.netty.buffer.ByteBuf frame
        end local 10 // int length
        end local 9 // byte flags
        end local 8 // int headerBlockLength
        end local 7 // io.netty.buffer.ByteBuf headerBlock
        end local 6 // boolean unidirectional
        end local 5 // boolean last
        end local 4 // byte priority
        end local 3 // int associatedToStreamId
        end local 2 // int streamId
        end local 1 // io.netty.buffer.ByteBufAllocator allocator
        end local 0 // io.netty.handler.codec.spdy.SpdyFrameEncoder this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   14     0                  this  Lio/netty/handler/codec/spdy/SpdyFrameEncoder;
            0   14     1             allocator  Lio/netty/buffer/ByteBufAllocator;
            0   14     2              streamId  I
            0   14     3  associatedToStreamId  I
            0   14     4              priority  B
            0   14     5                  last  Z
            0   14     6        unidirectional  Z
            0   14     7           headerBlock  Lio/netty/buffer/ByteBuf;
            1   14     8     headerBlockLength  I
            4   14     9                 flags  B
            7   14    10                length  I
            8   14    11                 frame  Lio/netty/buffer/ByteBuf;
    MethodParameters:
                      Name  Flags
      allocator             
      streamId              
      associatedToStreamId  
      priority              
      last                  
      unidirectional        
      headerBlock           

  public io.netty.buffer.ByteBuf encodeSynReplyFrame(io.netty.buffer.ByteBufAllocator, int, boolean, io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBufAllocator;IZLio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=9, args_size=5
        start local 0 // io.netty.handler.codec.spdy.SpdyFrameEncoder this
        start local 1 // io.netty.buffer.ByteBufAllocator allocator
        start local 2 // int streamId
        start local 3 // boolean last
        start local 4 // io.netty.buffer.ByteBuf headerBlock
         0: .line 79
            aload 4 /* headerBlock */
            invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
            istore 5 /* headerBlockLength */
        start local 5 // int headerBlockLength
         1: .line 80
            iload 3 /* last */
            ifeq 2
            iconst_1
            goto 3
      StackMap locals: int
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: istore 6 /* flags */
        start local 6 // byte flags
         4: .line 81
            iconst_4
            iload 5 /* headerBlockLength */
            iadd
            istore 7 /* length */
        start local 7 // int length
         5: .line 82
            aload 1 /* allocator */
            bipush 8
            iload 7 /* length */
            iadd
            invokeinterface io.netty.buffer.ByteBufAllocator.ioBuffer:(I)Lio/netty/buffer/ByteBuf;
            getstatic java.nio.ByteOrder.BIG_ENDIAN:Ljava/nio/ByteOrder;
            invokevirtual io.netty.buffer.ByteBuf.order:(Ljava/nio/ByteOrder;)Lio/netty/buffer/ByteBuf;
            astore 8 /* frame */
        start local 8 // io.netty.buffer.ByteBuf frame
         6: .line 83
            aload 0 /* this */
            aload 8 /* frame */
            iconst_2
            iload 6 /* flags */
            iload 7 /* length */
            invokevirtual io.netty.handler.codec.spdy.SpdyFrameEncoder.writeControlFrameHeader:(Lio/netty/buffer/ByteBuf;IBI)V
         7: .line 84
            aload 8 /* frame */
            iload 2 /* streamId */
            invokevirtual io.netty.buffer.ByteBuf.writeInt:(I)Lio/netty/buffer/ByteBuf;
            pop
         8: .line 85
            aload 8 /* frame */
            aload 4 /* headerBlock */
            aload 4 /* headerBlock */
            invokevirtual io.netty.buffer.ByteBuf.readerIndex:()I
            iload 5 /* headerBlockLength */
            invokevirtual io.netty.buffer.ByteBuf.writeBytes:(Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
            pop
         9: .line 86
            aload 8 /* frame */
            areturn
        end local 8 // io.netty.buffer.ByteBuf frame
        end local 7 // int length
        end local 6 // byte flags
        end local 5 // int headerBlockLength
        end local 4 // io.netty.buffer.ByteBuf headerBlock
        end local 3 // boolean last
        end local 2 // int streamId
        end local 1 // io.netty.buffer.ByteBufAllocator allocator
        end local 0 // io.netty.handler.codec.spdy.SpdyFrameEncoder this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   10     0               this  Lio/netty/handler/codec/spdy/SpdyFrameEncoder;
            0   10     1          allocator  Lio/netty/buffer/ByteBufAllocator;
            0   10     2           streamId  I
            0   10     3               last  Z
            0   10     4        headerBlock  Lio/netty/buffer/ByteBuf;
            1   10     5  headerBlockLength  I
            4   10     6              flags  B
            5   10     7             length  I
            6   10     8              frame  Lio/netty/buffer/ByteBuf;
    MethodParameters:
             Name  Flags
      allocator    
      streamId     
      last         
      headerBlock  

  public io.netty.buffer.ByteBuf encodeRstStreamFrame(io.netty.buffer.ByteBufAllocator, int, int);
    descriptor: (Lio/netty/buffer/ByteBufAllocator;II)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=4
        start local 0 // io.netty.handler.codec.spdy.SpdyFrameEncoder this
        start local 1 // io.netty.buffer.ByteBufAllocator allocator
        start local 2 // int streamId
        start local 3 // int statusCode
         0: .line 90
            iconst_0
            istore 4 /* flags */
        start local 4 // byte flags
         1: .line 91
            bipush 8
            istore 5 /* length */
        start local 5 // int length
         2: .line 92
            aload 1 /* allocator */
            bipush 8
            iload 5 /* length */
            iadd
            invokeinterface io.netty.buffer.ByteBufAllocator.ioBuffer:(I)Lio/netty/buffer/ByteBuf;
            getstatic java.nio.ByteOrder.BIG_ENDIAN:Ljava/nio/ByteOrder;
            invokevirtual io.netty.buffer.ByteBuf.order:(Ljava/nio/ByteOrder;)Lio/netty/buffer/ByteBuf;
            astore 6 /* frame */
        start local 6 // io.netty.buffer.ByteBuf frame
         3: .line 93
            aload 0 /* this */
            aload 6 /* frame */
            iconst_3
            iload 4 /* flags */
            iload 5 /* length */
            invokevirtual io.netty.handler.codec.spdy.SpdyFrameEncoder.writeControlFrameHeader:(Lio/netty/buffer/ByteBuf;IBI)V
         4: .line 94
            aload 6 /* frame */
            iload 2 /* streamId */
            invokevirtual io.netty.buffer.ByteBuf.writeInt:(I)Lio/netty/buffer/ByteBuf;
            pop
         5: .line 95
            aload 6 /* frame */
            iload 3 /* statusCode */
            invokevirtual io.netty.buffer.ByteBuf.writeInt:(I)Lio/netty/buffer/ByteBuf;
            pop
         6: .line 96
            aload 6 /* frame */
            areturn
        end local 6 // io.netty.buffer.ByteBuf frame
        end local 5 // int length
        end local 4 // byte flags
        end local 3 // int statusCode
        end local 2 // int streamId
        end local 1 // io.netty.buffer.ByteBufAllocator allocator
        end local 0 // io.netty.handler.codec.spdy.SpdyFrameEncoder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lio/netty/handler/codec/spdy/SpdyFrameEncoder;
            0    7     1   allocator  Lio/netty/buffer/ByteBufAllocator;
            0    7     2    streamId  I
            0    7     3  statusCode  I
            1    7     4       flags  B
            2    7     5      length  I
            3    7     6       frame  Lio/netty/buffer/ByteBuf;
    MethodParameters:
            Name  Flags
      allocator   
      streamId    
      statusCode  

  public io.netty.buffer.ByteBuf encodeSettingsFrame(io.netty.buffer.ByteBufAllocator, io.netty.handler.codec.spdy.SpdySettingsFrame);
    descriptor: (Lio/netty/buffer/ByteBufAllocator;Lio/netty/handler/codec/spdy/SpdySettingsFrame;)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=10, args_size=3
        start local 0 // io.netty.handler.codec.spdy.SpdyFrameEncoder this
        start local 1 // io.netty.buffer.ByteBufAllocator allocator
        start local 2 // io.netty.handler.codec.spdy.SpdySettingsFrame spdySettingsFrame
         0: .line 100
            aload 2 /* spdySettingsFrame */
            invokeinterface io.netty.handler.codec.spdy.SpdySettingsFrame.ids:()Ljava/util/Set;
            astore 3 /* ids */
        start local 3 // java.util.Set ids
         1: .line 101
            aload 3 /* ids */
            invokeinterface java.util.Set.size:()I
            istore 4 /* numSettings */
        start local 4 // int numSettings
         2: .line 103
            aload 2 /* spdySettingsFrame */
            invokeinterface io.netty.handler.codec.spdy.SpdySettingsFrame.clearPreviouslyPersistedSettings:()Z
            ifeq 4
         3: .line 104
            iconst_1
            goto 5
      StackMap locals: java.util.Set int
      StackMap stack:
         4: iconst_0
         5: .line 103
      StackMap locals:
      StackMap stack: int
            istore 5 /* flags */
        start local 5 // byte flags
         6: .line 105
            iconst_4
            bipush 8
            iload 4 /* numSettings */
            imul
            iadd
            istore 6 /* length */
        start local 6 // int length
         7: .line 106
            aload 1 /* allocator */
            bipush 8
            iload 6 /* length */
            iadd
            invokeinterface io.netty.buffer.ByteBufAllocator.ioBuffer:(I)Lio/netty/buffer/ByteBuf;
            getstatic java.nio.ByteOrder.BIG_ENDIAN:Ljava/nio/ByteOrder;
            invokevirtual io.netty.buffer.ByteBuf.order:(Ljava/nio/ByteOrder;)Lio/netty/buffer/ByteBuf;
            astore 7 /* frame */
        start local 7 // io.netty.buffer.ByteBuf frame
         8: .line 107
            aload 0 /* this */
            aload 7 /* frame */
            iconst_4
            iload 5 /* flags */
            iload 6 /* length */
            invokevirtual io.netty.handler.codec.spdy.SpdyFrameEncoder.writeControlFrameHeader:(Lio/netty/buffer/ByteBuf;IBI)V
         9: .line 108
            aload 7 /* frame */
            iload 4 /* numSettings */
            invokevirtual io.netty.buffer.ByteBuf.writeInt:(I)Lio/netty/buffer/ByteBuf;
            pop
        10: .line 109
            aload 3 /* ids */
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 9
            goto 20
      StackMap locals: io.netty.handler.codec.spdy.SpdyFrameEncoder io.netty.buffer.ByteBufAllocator io.netty.handler.codec.spdy.SpdySettingsFrame java.util.Set int int int io.netty.buffer.ByteBuf top java.util.Iterator
      StackMap stack:
        11: aload 9
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.Integer
            astore 8 /* id */
        start local 8 // java.lang.Integer id
        12: .line 110
            iconst_0
            istore 5 /* flags */
        13: .line 111
            aload 2 /* spdySettingsFrame */
            aload 8 /* id */
            invokevirtual java.lang.Integer.intValue:()I
            invokeinterface io.netty.handler.codec.spdy.SpdySettingsFrame.isPersistValue:(I)Z
            ifeq 15
        14: .line 112
            iload 5 /* flags */
            iconst_1
            ior
            i2b
            istore 5 /* flags */
        15: .line 114
      StackMap locals: io.netty.handler.codec.spdy.SpdyFrameEncoder io.netty.buffer.ByteBufAllocator io.netty.handler.codec.spdy.SpdySettingsFrame java.util.Set int int int io.netty.buffer.ByteBuf java.lang.Integer java.util.Iterator
      StackMap stack:
            aload 2 /* spdySettingsFrame */
            aload 8 /* id */
            invokevirtual java.lang.Integer.intValue:()I
            invokeinterface io.netty.handler.codec.spdy.SpdySettingsFrame.isPersisted:(I)Z
            ifeq 17
        16: .line 115
            iload 5 /* flags */
            iconst_2
            ior
            i2b
            istore 5 /* flags */
        17: .line 117
      StackMap locals:
      StackMap stack:
            aload 7 /* frame */
            iload 5 /* flags */
            invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
            pop
        18: .line 118
            aload 7 /* frame */
            aload 8 /* id */
            invokevirtual java.lang.Integer.intValue:()I
            invokevirtual io.netty.buffer.ByteBuf.writeMedium:(I)Lio/netty/buffer/ByteBuf;
            pop
        19: .line 119
            aload 7 /* frame */
            aload 2 /* spdySettingsFrame */
            aload 8 /* id */
            invokevirtual java.lang.Integer.intValue:()I
            invokeinterface io.netty.handler.codec.spdy.SpdySettingsFrame.getValue:(I)I
            invokevirtual io.netty.buffer.ByteBuf.writeInt:(I)Lio/netty/buffer/ByteBuf;
            pop
        end local 8 // java.lang.Integer id
        20: .line 109
      StackMap locals: io.netty.handler.codec.spdy.SpdyFrameEncoder io.netty.buffer.ByteBufAllocator io.netty.handler.codec.spdy.SpdySettingsFrame java.util.Set int int int io.netty.buffer.ByteBuf top java.util.Iterator
      StackMap stack:
            aload 9
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 11
        21: .line 121
            aload 7 /* frame */
            areturn
        end local 7 // io.netty.buffer.ByteBuf frame
        end local 6 // int length
        end local 5 // byte flags
        end local 4 // int numSettings
        end local 3 // java.util.Set ids
        end local 2 // io.netty.handler.codec.spdy.SpdySettingsFrame spdySettingsFrame
        end local 1 // io.netty.buffer.ByteBufAllocator allocator
        end local 0 // io.netty.handler.codec.spdy.SpdyFrameEncoder this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   22     0               this  Lio/netty/handler/codec/spdy/SpdyFrameEncoder;
            0   22     1          allocator  Lio/netty/buffer/ByteBufAllocator;
            0   22     2  spdySettingsFrame  Lio/netty/handler/codec/spdy/SpdySettingsFrame;
            1   22     3                ids  Ljava/util/Set<Ljava/lang/Integer;>;
            2   22     4        numSettings  I
            6   22     5              flags  B
            7   22     6             length  I
            8   22     7              frame  Lio/netty/buffer/ByteBuf;
           12   20     8                 id  Ljava/lang/Integer;
    MethodParameters:
                   Name  Flags
      allocator          
      spdySettingsFrame  

  public io.netty.buffer.ByteBuf encodePingFrame(io.netty.buffer.ByteBufAllocator, int);
    descriptor: (Lio/netty/buffer/ByteBufAllocator;I)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // io.netty.handler.codec.spdy.SpdyFrameEncoder this
        start local 1 // io.netty.buffer.ByteBufAllocator allocator
        start local 2 // int id
         0: .line 125
            iconst_0
            istore 3 /* flags */
        start local 3 // byte flags
         1: .line 126
            iconst_4
            istore 4 /* length */
        start local 4 // int length
         2: .line 127
            aload 1 /* allocator */
            bipush 8
            iload 4 /* length */
            iadd
            invokeinterface io.netty.buffer.ByteBufAllocator.ioBuffer:(I)Lio/netty/buffer/ByteBuf;
            getstatic java.nio.ByteOrder.BIG_ENDIAN:Ljava/nio/ByteOrder;
            invokevirtual io.netty.buffer.ByteBuf.order:(Ljava/nio/ByteOrder;)Lio/netty/buffer/ByteBuf;
            astore 5 /* frame */
        start local 5 // io.netty.buffer.ByteBuf frame
         3: .line 128
            aload 0 /* this */
            aload 5 /* frame */
            bipush 6
            iload 3 /* flags */
            iload 4 /* length */
            invokevirtual io.netty.handler.codec.spdy.SpdyFrameEncoder.writeControlFrameHeader:(Lio/netty/buffer/ByteBuf;IBI)V
         4: .line 129
            aload 5 /* frame */
            iload 2 /* id */
            invokevirtual io.netty.buffer.ByteBuf.writeInt:(I)Lio/netty/buffer/ByteBuf;
            pop
         5: .line 130
            aload 5 /* frame */
            areturn
        end local 5 // io.netty.buffer.ByteBuf frame
        end local 4 // int length
        end local 3 // byte flags
        end local 2 // int id
        end local 1 // io.netty.buffer.ByteBufAllocator allocator
        end local 0 // io.netty.handler.codec.spdy.SpdyFrameEncoder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lio/netty/handler/codec/spdy/SpdyFrameEncoder;
            0    6     1  allocator  Lio/netty/buffer/ByteBufAllocator;
            0    6     2         id  I
            1    6     3      flags  B
            2    6     4     length  I
            3    6     5      frame  Lio/netty/buffer/ByteBuf;
    MethodParameters:
           Name  Flags
      allocator  
      id         

  public io.netty.buffer.ByteBuf encodeGoAwayFrame(io.netty.buffer.ByteBufAllocator, int, int);
    descriptor: (Lio/netty/buffer/ByteBufAllocator;II)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=4
        start local 0 // io.netty.handler.codec.spdy.SpdyFrameEncoder this
        start local 1 // io.netty.buffer.ByteBufAllocator allocator
        start local 2 // int lastGoodStreamId
        start local 3 // int statusCode
         0: .line 134
            iconst_0
            istore 4 /* flags */
        start local 4 // byte flags
         1: .line 135
            bipush 8
            istore 5 /* length */
        start local 5 // int length
         2: .line 136
            aload 1 /* allocator */
            bipush 8
            iload 5 /* length */
            iadd
            invokeinterface io.netty.buffer.ByteBufAllocator.ioBuffer:(I)Lio/netty/buffer/ByteBuf;
            getstatic java.nio.ByteOrder.BIG_ENDIAN:Ljava/nio/ByteOrder;
            invokevirtual io.netty.buffer.ByteBuf.order:(Ljava/nio/ByteOrder;)Lio/netty/buffer/ByteBuf;
            astore 6 /* frame */
        start local 6 // io.netty.buffer.ByteBuf frame
         3: .line 137
            aload 0 /* this */
            aload 6 /* frame */
            bipush 7
            iload 4 /* flags */
            iload 5 /* length */
            invokevirtual io.netty.handler.codec.spdy.SpdyFrameEncoder.writeControlFrameHeader:(Lio/netty/buffer/ByteBuf;IBI)V
         4: .line 138
            aload 6 /* frame */
            iload 2 /* lastGoodStreamId */
            invokevirtual io.netty.buffer.ByteBuf.writeInt:(I)Lio/netty/buffer/ByteBuf;
            pop
         5: .line 139
            aload 6 /* frame */
            iload 3 /* statusCode */
            invokevirtual io.netty.buffer.ByteBuf.writeInt:(I)Lio/netty/buffer/ByteBuf;
            pop
         6: .line 140
            aload 6 /* frame */
            areturn
        end local 6 // io.netty.buffer.ByteBuf frame
        end local 5 // int length
        end local 4 // byte flags
        end local 3 // int statusCode
        end local 2 // int lastGoodStreamId
        end local 1 // io.netty.buffer.ByteBufAllocator allocator
        end local 0 // io.netty.handler.codec.spdy.SpdyFrameEncoder this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    7     0              this  Lio/netty/handler/codec/spdy/SpdyFrameEncoder;
            0    7     1         allocator  Lio/netty/buffer/ByteBufAllocator;
            0    7     2  lastGoodStreamId  I
            0    7     3        statusCode  I
            1    7     4             flags  B
            2    7     5            length  I
            3    7     6             frame  Lio/netty/buffer/ByteBuf;
    MethodParameters:
                  Name  Flags
      allocator         
      lastGoodStreamId  
      statusCode        

  public io.netty.buffer.ByteBuf encodeHeadersFrame(io.netty.buffer.ByteBufAllocator, int, boolean, io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBufAllocator;IZLio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=9, args_size=5
        start local 0 // io.netty.handler.codec.spdy.SpdyFrameEncoder this
        start local 1 // io.netty.buffer.ByteBufAllocator allocator
        start local 2 // int streamId
        start local 3 // boolean last
        start local 4 // io.netty.buffer.ByteBuf headerBlock
         0: .line 144
            aload 4 /* headerBlock */
            invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
            istore 5 /* headerBlockLength */
        start local 5 // int headerBlockLength
         1: .line 145
            iload 3 /* last */
            ifeq 2
            iconst_1
            goto 3
      StackMap locals: int
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: istore 6 /* flags */
        start local 6 // byte flags
         4: .line 146
            iconst_4
            iload 5 /* headerBlockLength */
            iadd
            istore 7 /* length */
        start local 7 // int length
         5: .line 147
            aload 1 /* allocator */
            bipush 8
            iload 7 /* length */
            iadd
            invokeinterface io.netty.buffer.ByteBufAllocator.ioBuffer:(I)Lio/netty/buffer/ByteBuf;
            getstatic java.nio.ByteOrder.BIG_ENDIAN:Ljava/nio/ByteOrder;
            invokevirtual io.netty.buffer.ByteBuf.order:(Ljava/nio/ByteOrder;)Lio/netty/buffer/ByteBuf;
            astore 8 /* frame */
        start local 8 // io.netty.buffer.ByteBuf frame
         6: .line 148
            aload 0 /* this */
            aload 8 /* frame */
            bipush 8
            iload 6 /* flags */
            iload 7 /* length */
            invokevirtual io.netty.handler.codec.spdy.SpdyFrameEncoder.writeControlFrameHeader:(Lio/netty/buffer/ByteBuf;IBI)V
         7: .line 149
            aload 8 /* frame */
            iload 2 /* streamId */
            invokevirtual io.netty.buffer.ByteBuf.writeInt:(I)Lio/netty/buffer/ByteBuf;
            pop
         8: .line 150
            aload 8 /* frame */
            aload 4 /* headerBlock */
            aload 4 /* headerBlock */
            invokevirtual io.netty.buffer.ByteBuf.readerIndex:()I
            iload 5 /* headerBlockLength */
            invokevirtual io.netty.buffer.ByteBuf.writeBytes:(Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
            pop
         9: .line 151
            aload 8 /* frame */
            areturn
        end local 8 // io.netty.buffer.ByteBuf frame
        end local 7 // int length
        end local 6 // byte flags
        end local 5 // int headerBlockLength
        end local 4 // io.netty.buffer.ByteBuf headerBlock
        end local 3 // boolean last
        end local 2 // int streamId
        end local 1 // io.netty.buffer.ByteBufAllocator allocator
        end local 0 // io.netty.handler.codec.spdy.SpdyFrameEncoder this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   10     0               this  Lio/netty/handler/codec/spdy/SpdyFrameEncoder;
            0   10     1          allocator  Lio/netty/buffer/ByteBufAllocator;
            0   10     2           streamId  I
            0   10     3               last  Z
            0   10     4        headerBlock  Lio/netty/buffer/ByteBuf;
            1   10     5  headerBlockLength  I
            4   10     6              flags  B
            5   10     7             length  I
            6   10     8              frame  Lio/netty/buffer/ByteBuf;
    MethodParameters:
             Name  Flags
      allocator    
      streamId     
      last         
      headerBlock  

  public io.netty.buffer.ByteBuf encodeWindowUpdateFrame(io.netty.buffer.ByteBufAllocator, int, int);
    descriptor: (Lio/netty/buffer/ByteBufAllocator;II)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=4
        start local 0 // io.netty.handler.codec.spdy.SpdyFrameEncoder this
        start local 1 // io.netty.buffer.ByteBufAllocator allocator
        start local 2 // int streamId
        start local 3 // int deltaWindowSize
         0: .line 155
            iconst_0
            istore 4 /* flags */
        start local 4 // byte flags
         1: .line 156
            bipush 8
            istore 5 /* length */
        start local 5 // int length
         2: .line 157
            aload 1 /* allocator */
            bipush 8
            iload 5 /* length */
            iadd
            invokeinterface io.netty.buffer.ByteBufAllocator.ioBuffer:(I)Lio/netty/buffer/ByteBuf;
            getstatic java.nio.ByteOrder.BIG_ENDIAN:Ljava/nio/ByteOrder;
            invokevirtual io.netty.buffer.ByteBuf.order:(Ljava/nio/ByteOrder;)Lio/netty/buffer/ByteBuf;
            astore 6 /* frame */
        start local 6 // io.netty.buffer.ByteBuf frame
         3: .line 158
            aload 0 /* this */
            aload 6 /* frame */
            bipush 9
            iload 4 /* flags */
            iload 5 /* length */
            invokevirtual io.netty.handler.codec.spdy.SpdyFrameEncoder.writeControlFrameHeader:(Lio/netty/buffer/ByteBuf;IBI)V
         4: .line 159
            aload 6 /* frame */
            iload 2 /* streamId */
            invokevirtual io.netty.buffer.ByteBuf.writeInt:(I)Lio/netty/buffer/ByteBuf;
            pop
         5: .line 160
            aload 6 /* frame */
            iload 3 /* deltaWindowSize */
            invokevirtual io.netty.buffer.ByteBuf.writeInt:(I)Lio/netty/buffer/ByteBuf;
            pop
         6: .line 161
            aload 6 /* frame */
            areturn
        end local 6 // io.netty.buffer.ByteBuf frame
        end local 5 // int length
        end local 4 // byte flags
        end local 3 // int deltaWindowSize
        end local 2 // int streamId
        end local 1 // io.netty.buffer.ByteBufAllocator allocator
        end local 0 // io.netty.handler.codec.spdy.SpdyFrameEncoder this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Lio/netty/handler/codec/spdy/SpdyFrameEncoder;
            0    7     1        allocator  Lio/netty/buffer/ByteBufAllocator;
            0    7     2         streamId  I
            0    7     3  deltaWindowSize  I
            1    7     4            flags  B
            2    7     5           length  I
            3    7     6            frame  Lio/netty/buffer/ByteBuf;
    MethodParameters:
                 Name  Flags
      allocator        
      streamId         
      deltaWindowSize  
}
SourceFile: "SpdyFrameEncoder.java"