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 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 1
ifnonnull 3
2: new java.lang.NullPointerException
dup
ldc "spdyVersion"
invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
athrow
3: StackMap locals: io.netty.handler.codec.spdy.SpdyFrameEncoder io.netty.handler.codec.spdy.SpdyVersion
StackMap stack:
aload 0
aload 1
invokevirtual io.netty.handler.codec.spdy.SpdyVersion.getVersion:()I
putfield io.netty.handler.codec.spdy.SpdyFrameEncoder.version:I
4: return
end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 4 0: aload 1
aload 0
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: aload 1
iload 2
invokevirtual io.netty.buffer.ByteBuf.writeShort:(I)Lio/netty/buffer/ByteBuf;
pop
2: aload 1
iload 3
invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
pop
3: aload 1
iload 4
invokevirtual io.netty.buffer.ByteBuf.writeMedium:(I)Lio/netty/buffer/ByteBuf;
pop
4: return
end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 4 0: iload 3
ifeq 1
iconst_1
goto 2
StackMap locals:
StackMap stack:
1: iconst_0
StackMap locals:
StackMap stack: int
2: istore 5
start local 5 3: aload 4
invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
istore 6
start local 6 4: aload 1
bipush 8
iload 6
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
start local 7 5: aload 7
iload 2
ldc 2147483647
iand
invokevirtual io.netty.buffer.ByteBuf.writeInt:(I)Lio/netty/buffer/ByteBuf;
pop
6: aload 7
iload 5
invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
pop
7: aload 7
iload 6
invokevirtual io.netty.buffer.ByteBuf.writeMedium:(I)Lio/netty/buffer/ByteBuf;
pop
8: aload 7
aload 4
aload 4
invokevirtual io.netty.buffer.ByteBuf.readerIndex:()I
iload 6
invokevirtual io.netty.buffer.ByteBuf.writeBytes:(Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
pop
9: aload 7
areturn
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 0: aload 7
invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
istore 8
start local 8 1: iload 5
ifeq 2
iconst_1
goto 3
StackMap locals: int
StackMap stack:
2: iconst_0
StackMap locals:
StackMap stack: int
3: istore 9
start local 9 4: iload 6
ifeq 6
5: iload 9
iconst_2
ior
i2b
istore 9
6: StackMap locals: int
StackMap stack:
bipush 10
iload 8
iadd
istore 10
start local 10 7: aload 1
bipush 8
iload 10
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
start local 11 8: aload 0
aload 11
iconst_1
iload 9
iload 10
invokevirtual io.netty.handler.codec.spdy.SpdyFrameEncoder.writeControlFrameHeader:(Lio/netty/buffer/ByteBuf;IBI)V
9: aload 11
iload 2
invokevirtual io.netty.buffer.ByteBuf.writeInt:(I)Lio/netty/buffer/ByteBuf;
pop
10: aload 11
iload 3
invokevirtual io.netty.buffer.ByteBuf.writeInt:(I)Lio/netty/buffer/ByteBuf;
pop
11: aload 11
iload 4
sipush 255
iand
bipush 13
ishl
invokevirtual io.netty.buffer.ByteBuf.writeShort:(I)Lio/netty/buffer/ByteBuf;
pop
12: aload 11
aload 7
aload 7
invokevirtual io.netty.buffer.ByteBuf.readerIndex:()I
iload 8
invokevirtual io.netty.buffer.ByteBuf.writeBytes:(Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
pop
13: aload 11
areturn
end local 11 end local 10 end local 9 end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 4 0: aload 4
invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
istore 5
start local 5 1: iload 3
ifeq 2
iconst_1
goto 3
StackMap locals: int
StackMap stack:
2: iconst_0
StackMap locals:
StackMap stack: int
3: istore 6
start local 6 4: iconst_4
iload 5
iadd
istore 7
start local 7 5: aload 1
bipush 8
iload 7
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
start local 8 6: aload 0
aload 8
iconst_2
iload 6
iload 7
invokevirtual io.netty.handler.codec.spdy.SpdyFrameEncoder.writeControlFrameHeader:(Lio/netty/buffer/ByteBuf;IBI)V
7: aload 8
iload 2
invokevirtual io.netty.buffer.ByteBuf.writeInt:(I)Lio/netty/buffer/ByteBuf;
pop
8: aload 8
aload 4
aload 4
invokevirtual io.netty.buffer.ByteBuf.readerIndex:()I
iload 5
invokevirtual io.netty.buffer.ByteBuf.writeBytes:(Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
pop
9: aload 8
areturn
end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 0: iconst_0
istore 4
start local 4 1: bipush 8
istore 5
start local 5 2: aload 1
bipush 8
iload 5
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
start local 6 3: aload 0
aload 6
iconst_3
iload 4
iload 5
invokevirtual io.netty.handler.codec.spdy.SpdyFrameEncoder.writeControlFrameHeader:(Lio/netty/buffer/ByteBuf;IBI)V
4: aload 6
iload 2
invokevirtual io.netty.buffer.ByteBuf.writeInt:(I)Lio/netty/buffer/ByteBuf;
pop
5: aload 6
iload 3
invokevirtual io.netty.buffer.ByteBuf.writeInt:(I)Lio/netty/buffer/ByteBuf;
pop
6: aload 6
areturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 0: aload 2
invokeinterface io.netty.handler.codec.spdy.SpdySettingsFrame.ids:()Ljava/util/Set;
astore 3
start local 3 1: aload 3
invokeinterface java.util.Set.size:()I
istore 4
start local 4 2: aload 2
invokeinterface io.netty.handler.codec.spdy.SpdySettingsFrame.clearPreviouslyPersistedSettings:()Z
ifeq 4
3: iconst_1
goto 5
StackMap locals: java.util.Set int
StackMap stack:
4: iconst_0
5: StackMap locals:
StackMap stack: int
istore 5
start local 5 6: iconst_4
bipush 8
iload 4
imul
iadd
istore 6
start local 6 7: aload 1
bipush 8
iload 6
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
start local 7 8: aload 0
aload 7
iconst_4
iload 5
iload 6
invokevirtual io.netty.handler.codec.spdy.SpdyFrameEncoder.writeControlFrameHeader:(Lio/netty/buffer/ByteBuf;IBI)V
9: aload 7
iload 4
invokevirtual io.netty.buffer.ByteBuf.writeInt:(I)Lio/netty/buffer/ByteBuf;
pop
10: aload 3
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
start local 8 12: iconst_0
istore 5
13: aload 2
aload 8
invokevirtual java.lang.Integer.intValue:()I
invokeinterface io.netty.handler.codec.spdy.SpdySettingsFrame.isPersistValue:(I)Z
ifeq 15
14: iload 5
iconst_1
ior
i2b
istore 5
15: 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
aload 8
invokevirtual java.lang.Integer.intValue:()I
invokeinterface io.netty.handler.codec.spdy.SpdySettingsFrame.isPersisted:(I)Z
ifeq 17
16: iload 5
iconst_2
ior
i2b
istore 5
17: StackMap locals:
StackMap stack:
aload 7
iload 5
invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
pop
18: aload 7
aload 8
invokevirtual java.lang.Integer.intValue:()I
invokevirtual io.netty.buffer.ByteBuf.writeMedium:(I)Lio/netty/buffer/ByteBuf;
pop
19: aload 7
aload 2
aload 8
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 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:
aload 9
invokeinterface java.util.Iterator.hasNext:()Z
ifne 11
21: aload 7
areturn
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 0: iconst_0
istore 3
start local 3 1: iconst_4
istore 4
start local 4 2: aload 1
bipush 8
iload 4
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
start local 5 3: aload 0
aload 5
bipush 6
iload 3
iload 4
invokevirtual io.netty.handler.codec.spdy.SpdyFrameEncoder.writeControlFrameHeader:(Lio/netty/buffer/ByteBuf;IBI)V
4: aload 5
iload 2
invokevirtual io.netty.buffer.ByteBuf.writeInt:(I)Lio/netty/buffer/ByteBuf;
pop
5: aload 5
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 0: iconst_0
istore 4
start local 4 1: bipush 8
istore 5
start local 5 2: aload 1
bipush 8
iload 5
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
start local 6 3: aload 0
aload 6
bipush 7
iload 4
iload 5
invokevirtual io.netty.handler.codec.spdy.SpdyFrameEncoder.writeControlFrameHeader:(Lio/netty/buffer/ByteBuf;IBI)V
4: aload 6
iload 2
invokevirtual io.netty.buffer.ByteBuf.writeInt:(I)Lio/netty/buffer/ByteBuf;
pop
5: aload 6
iload 3
invokevirtual io.netty.buffer.ByteBuf.writeInt:(I)Lio/netty/buffer/ByteBuf;
pop
6: aload 6
areturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 4 0: aload 4
invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
istore 5
start local 5 1: iload 3
ifeq 2
iconst_1
goto 3
StackMap locals: int
StackMap stack:
2: iconst_0
StackMap locals:
StackMap stack: int
3: istore 6
start local 6 4: iconst_4
iload 5
iadd
istore 7
start local 7 5: aload 1
bipush 8
iload 7
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
start local 8 6: aload 0
aload 8
bipush 8
iload 6
iload 7
invokevirtual io.netty.handler.codec.spdy.SpdyFrameEncoder.writeControlFrameHeader:(Lio/netty/buffer/ByteBuf;IBI)V
7: aload 8
iload 2
invokevirtual io.netty.buffer.ByteBuf.writeInt:(I)Lio/netty/buffer/ByteBuf;
pop
8: aload 8
aload 4
aload 4
invokevirtual io.netty.buffer.ByteBuf.readerIndex:()I
iload 5
invokevirtual io.netty.buffer.ByteBuf.writeBytes:(Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
pop
9: aload 8
areturn
end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 0: iconst_0
istore 4
start local 4 1: bipush 8
istore 5
start local 5 2: aload 1
bipush 8
iload 5
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
start local 6 3: aload 0
aload 6
bipush 9
iload 4
iload 5
invokevirtual io.netty.handler.codec.spdy.SpdyFrameEncoder.writeControlFrameHeader:(Lio/netty/buffer/ByteBuf;IBI)V
4: aload 6
iload 2
invokevirtual io.netty.buffer.ByteBuf.writeInt:(I)Lio/netty/buffer/ByteBuf;
pop
5: aload 6
iload 3
invokevirtual io.netty.buffer.ByteBuf.writeInt:(I)Lio/netty/buffer/ByteBuf;
pop
6: aload 6
areturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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"