final class io.netty.handler.codec.http2.StreamBufferingEncoder$HeadersFrame extends io.netty.handler.codec.http2.StreamBufferingEncoder$Frame
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.netty.handler.codec.http2.StreamBufferingEncoder$HeadersFrame
super_class: io.netty.handler.codec.http2.StreamBufferingEncoder$Frame
{
final io.netty.handler.codec.http2.Http2Headers headers;
descriptor: Lio/netty/handler/codec/http2/Http2Headers;
flags: (0x0010) ACC_FINAL
final int streamDependency;
descriptor: I
flags: (0x0010) ACC_FINAL
final short weight;
descriptor: S
flags: (0x0010) ACC_FINAL
final boolean exclusive;
descriptor: Z
flags: (0x0010) ACC_FINAL
final int padding;
descriptor: I
flags: (0x0010) ACC_FINAL
final boolean endOfStream;
descriptor: Z
flags: (0x0010) ACC_FINAL
final io.netty.handler.codec.http2.StreamBufferingEncoder this$0;
descriptor: Lio/netty/handler/codec/http2/StreamBufferingEncoder;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(io.netty.handler.codec.http2.StreamBufferingEncoder, io.netty.handler.codec.http2.Http2Headers, int, short, boolean, int, boolean, io.netty.channel.ChannelPromise);
descriptor: (Lio/netty/handler/codec/http2/StreamBufferingEncoder;Lio/netty/handler/codec/http2/Http2Headers;ISZIZLio/netty/channel/ChannelPromise;)V
flags: (0x0000)
Code:
stack=2, locals=9, args_size=9
start local 0 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 start local 8 0: aload 0
aload 1
putfield io.netty.handler.codec.http2.StreamBufferingEncoder$HeadersFrame.this$0:Lio/netty/handler/codec/http2/StreamBufferingEncoder;
1: aload 0
aload 8
invokespecial io.netty.handler.codec.http2.StreamBufferingEncoder$Frame.<init>:(Lio/netty/channel/ChannelPromise;)V
2: aload 0
aload 2
putfield io.netty.handler.codec.http2.StreamBufferingEncoder$HeadersFrame.headers:Lio/netty/handler/codec/http2/Http2Headers;
3: aload 0
iload 3
putfield io.netty.handler.codec.http2.StreamBufferingEncoder$HeadersFrame.streamDependency:I
4: aload 0
iload 4
putfield io.netty.handler.codec.http2.StreamBufferingEncoder$HeadersFrame.weight:S
5: aload 0
iload 5
putfield io.netty.handler.codec.http2.StreamBufferingEncoder$HeadersFrame.exclusive:Z
6: aload 0
iload 6
putfield io.netty.handler.codec.http2.StreamBufferingEncoder$HeadersFrame.padding:I
7: aload 0
iload 7
putfield io.netty.handler.codec.http2.StreamBufferingEncoder$HeadersFrame.endOfStream:Z
8: return
end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lio/netty/handler/codec/http2/StreamBufferingEncoder$HeadersFrame;
0 9 2 headers Lio/netty/handler/codec/http2/Http2Headers;
0 9 3 streamDependency I
0 9 4 weight S
0 9 5 exclusive Z
0 9 6 padding I
0 9 7 endOfStream Z
0 9 8 promise Lio/netty/channel/ChannelPromise;
MethodParameters:
Name Flags
this$0 final
headers
streamDependency
weight
exclusive
padding
endOfStream
promise
void send(io.netty.channel.ChannelHandlerContext, int);
descriptor: (Lio/netty/channel/ChannelHandlerContext;I)V
flags: (0x0000)
Code:
stack=10, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.handler.codec.http2.StreamBufferingEncoder$HeadersFrame.this$0:Lio/netty/handler/codec/http2/StreamBufferingEncoder;
aload 1
iload 2
aload 0
getfield io.netty.handler.codec.http2.StreamBufferingEncoder$HeadersFrame.headers:Lio/netty/handler/codec/http2/Http2Headers;
aload 0
getfield io.netty.handler.codec.http2.StreamBufferingEncoder$HeadersFrame.streamDependency:I
aload 0
getfield io.netty.handler.codec.http2.StreamBufferingEncoder$HeadersFrame.weight:S
aload 0
getfield io.netty.handler.codec.http2.StreamBufferingEncoder$HeadersFrame.exclusive:Z
aload 0
getfield io.netty.handler.codec.http2.StreamBufferingEncoder$HeadersFrame.padding:I
aload 0
getfield io.netty.handler.codec.http2.StreamBufferingEncoder$HeadersFrame.endOfStream:Z
aload 0
getfield io.netty.handler.codec.http2.StreamBufferingEncoder$HeadersFrame.promise:Lio/netty/channel/ChannelPromise;
invokevirtual io.netty.handler.codec.http2.StreamBufferingEncoder.writeHeaders:(Lio/netty/channel/ChannelHandlerContext;ILio/netty/handler/codec/http2/Http2Headers;ISZIZLio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
pop
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/http2/StreamBufferingEncoder$HeadersFrame;
0 2 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 2 2 streamId I
MethodParameters:
Name Flags
ctx
streamId
}
SourceFile: "StreamBufferingEncoder.java"
NestHost: io.netty.handler.codec.http2.StreamBufferingEncoder
InnerClasses:
private abstract Frame = io.netty.handler.codec.http2.StreamBufferingEncoder$Frame of io.netty.handler.codec.http2.StreamBufferingEncoder
private final HeadersFrame = io.netty.handler.codec.http2.StreamBufferingEncoder$HeadersFrame of io.netty.handler.codec.http2.StreamBufferingEncoder