final class io.netty.handler.codec.http2.StreamBufferingEncoder$PendingStream
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.netty.handler.codec.http2.StreamBufferingEncoder$PendingStream
super_class: java.lang.Object
{
final io.netty.channel.ChannelHandlerContext ctx;
descriptor: Lio/netty/channel/ChannelHandlerContext;
flags: (0x0010) ACC_FINAL
final int streamId;
descriptor: I
flags: (0x0010) ACC_FINAL
final java.util.Queue<io.netty.handler.codec.http2.StreamBufferingEncoder$Frame> frames;
descriptor: Ljava/util/Queue;
flags: (0x0010) ACC_FINAL
Signature: Ljava/util/Queue<Lio/netty/handler/codec/http2/StreamBufferingEncoder$Frame;>;
void <init>(io.netty.channel.ChannelHandlerContext, int);
descriptor: (Lio/netty/channel/ChannelHandlerContext;I)V
flags: (0x0000)
Code:
stack=4, locals=3, args_size=3
start local 0 // io.netty.handler.codec.http2.StreamBufferingEncoder$PendingStream this
start local 1 // io.netty.channel.ChannelHandlerContext ctx
start local 2 // int streamId
0: .line 279
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 277
aload 0 /* this */
new java.util.ArrayDeque
dup
iconst_2
invokespecial java.util.ArrayDeque.<init>:(I)V
putfield io.netty.handler.codec.http2.StreamBufferingEncoder$PendingStream.frames:Ljava/util/Queue;
2: .line 280
aload 0 /* this */
aload 1 /* ctx */
putfield io.netty.handler.codec.http2.StreamBufferingEncoder$PendingStream.ctx:Lio/netty/channel/ChannelHandlerContext;
3: .line 281
aload 0 /* this */
iload 2 /* streamId */
putfield io.netty.handler.codec.http2.StreamBufferingEncoder$PendingStream.streamId:I
4: .line 282
return
end local 2 // int streamId
end local 1 // io.netty.channel.ChannelHandlerContext ctx
end local 0 // io.netty.handler.codec.http2.StreamBufferingEncoder$PendingStream this
LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/netty/handler/codec/http2/StreamBufferingEncoder$PendingStream;
0 5 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 5 2 streamId I
MethodParameters:
Name Flags
ctx
streamId
void sendFrames();
descriptor: ()V
flags: (0x0000)
Code:
stack=3, locals=3, args_size=1
start local 0 // io.netty.handler.codec.http2.StreamBufferingEncoder$PendingStream this
0: .line 285
aload 0 /* this */
getfield io.netty.handler.codec.http2.StreamBufferingEncoder$PendingStream.frames:Ljava/util/Queue;
invokeinterface java.util.Queue.iterator:()Ljava/util/Iterator;
astore 2
goto 3
StackMap locals: io.netty.handler.codec.http2.StreamBufferingEncoder$PendingStream top java.util.Iterator
StackMap stack:
1: aload 2
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast io.netty.handler.codec.http2.StreamBufferingEncoder$Frame
astore 1 /* frame */
start local 1 // io.netty.handler.codec.http2.StreamBufferingEncoder$Frame frame
2: .line 286
aload 1 /* frame */
aload 0 /* this */
getfield io.netty.handler.codec.http2.StreamBufferingEncoder$PendingStream.ctx:Lio/netty/channel/ChannelHandlerContext;
aload 0 /* this */
getfield io.netty.handler.codec.http2.StreamBufferingEncoder$PendingStream.streamId:I
invokevirtual io.netty.handler.codec.http2.StreamBufferingEncoder$Frame.send:(Lio/netty/channel/ChannelHandlerContext;I)V
end local 1 // io.netty.handler.codec.http2.StreamBufferingEncoder$Frame frame
3: .line 285
StackMap locals:
StackMap stack:
aload 2
invokeinterface java.util.Iterator.hasNext:()Z
ifne 1
4: .line 288
return
end local 0 // io.netty.handler.codec.http2.StreamBufferingEncoder$PendingStream this
LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/netty/handler/codec/http2/StreamBufferingEncoder$PendingStream;
2 3 1 frame Lio/netty/handler/codec/http2/StreamBufferingEncoder$Frame;
void close(java.lang.Throwable);
descriptor: (Ljava/lang/Throwable;)V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=2
start local 0 // io.netty.handler.codec.http2.StreamBufferingEncoder$PendingStream this
start local 1 // java.lang.Throwable t
0: .line 291
aload 0 /* this */
getfield io.netty.handler.codec.http2.StreamBufferingEncoder$PendingStream.frames:Ljava/util/Queue;
invokeinterface java.util.Queue.iterator:()Ljava/util/Iterator;
astore 3
goto 3
StackMap locals: io.netty.handler.codec.http2.StreamBufferingEncoder$PendingStream java.lang.Throwable top java.util.Iterator
StackMap stack:
1: aload 3
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast io.netty.handler.codec.http2.StreamBufferingEncoder$Frame
astore 2 /* frame */
start local 2 // io.netty.handler.codec.http2.StreamBufferingEncoder$Frame frame
2: .line 292
aload 2 /* frame */
aload 1 /* t */
invokevirtual io.netty.handler.codec.http2.StreamBufferingEncoder$Frame.release:(Ljava/lang/Throwable;)V
end local 2 // io.netty.handler.codec.http2.StreamBufferingEncoder$Frame frame
3: .line 291
StackMap locals:
StackMap stack:
aload 3
invokeinterface java.util.Iterator.hasNext:()Z
ifne 1
4: .line 294
return
end local 1 // java.lang.Throwable t
end local 0 // io.netty.handler.codec.http2.StreamBufferingEncoder$PendingStream this
LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/netty/handler/codec/http2/StreamBufferingEncoder$PendingStream;
0 5 1 t Ljava/lang/Throwable;
2 3 2 frame Lio/netty/handler/codec/http2/StreamBufferingEncoder$Frame;
MethodParameters:
Name Flags
t
}
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 PendingStream = io.netty.handler.codec.http2.StreamBufferingEncoder$PendingStream of io.netty.handler.codec.http2.StreamBufferingEncoder