public class org.glassfish.grizzly.http2.frames.ContinuationFrame$ContinuationFrameBuilder extends org.glassfish.grizzly.http2.frames.HeaderBlockFragment$HeaderBlockFragmentBuilder<org.glassfish.grizzly.http2.frames.ContinuationFrame$ContinuationFrameBuilder>
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.glassfish.grizzly.http2.frames.ContinuationFrame$ContinuationFrameBuilder
super_class: org.glassfish.grizzly.http2.frames.HeaderBlockFragment$HeaderBlockFragmentBuilder
{
protected void <init>();
descriptor: ()V
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial org.glassfish.grizzly.http2.frames.HeaderBlockFragment$HeaderBlockFragmentBuilder.<init>:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/glassfish/grizzly/http2/frames/ContinuationFrame$ContinuationFrameBuilder;
public org.glassfish.grizzly.http2.frames.ContinuationFrame build();
descriptor: ()Lorg/glassfish/grizzly/http2/frames/ContinuationFrame;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: invokestatic org.glassfish.grizzly.http2.frames.ContinuationFrame.create:()Lorg/glassfish/grizzly/http2/frames/ContinuationFrame;
astore 1
start local 1 1: aload 0
aload 1
invokevirtual org.glassfish.grizzly.http2.frames.ContinuationFrame$ContinuationFrameBuilder.setHeaderValuesTo:(Lorg/glassfish/grizzly/http2/frames/Http2Frame;)V
2: aload 1
aload 0
getfield org.glassfish.grizzly.http2.frames.ContinuationFrame$ContinuationFrameBuilder.compressedHeaders:Lorg/glassfish/grizzly/Buffer;
putfield org.glassfish.grizzly.http2.frames.ContinuationFrame.compressedHeaders:Lorg/glassfish/grizzly/Buffer;
3: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/glassfish/grizzly/http2/frames/ContinuationFrame$ContinuationFrameBuilder;
1 4 1 frame Lorg/glassfish/grizzly/http2/frames/ContinuationFrame;
protected org.glassfish.grizzly.http2.frames.ContinuationFrame$ContinuationFrameBuilder getThis();
descriptor: ()Lorg/glassfish/grizzly/http2/frames/ContinuationFrame$ContinuationFrameBuilder;
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/glassfish/grizzly/http2/frames/ContinuationFrame$ContinuationFrameBuilder;
protected org.glassfish.grizzly.http2.frames.Http2Frame$Http2FrameBuilder getThis();
descriptor: ()Lorg/glassfish/grizzly/http2/frames/Http2Frame$Http2FrameBuilder;
flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.glassfish.grizzly.http2.frames.ContinuationFrame$ContinuationFrameBuilder.getThis:()Lorg/glassfish/grizzly/http2/frames/ContinuationFrame$ContinuationFrameBuilder;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.glassfish.grizzly.http2.frames.Http2Frame$Http2FrameBuilder setFlag(int);
descriptor: (I)Lorg/glassfish/grizzly/http2/frames/Http2Frame$Http2FrameBuilder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokespecial org.glassfish.grizzly.http2.frames.HeaderBlockFragment$HeaderBlockFragmentBuilder.setFlag:(I)Lorg/glassfish/grizzly/http2/frames/Http2Frame$Http2FrameBuilder;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.glassfish.grizzly.http2.frames.Http2Frame$Http2FrameBuilder clearFlag(int);
descriptor: (I)Lorg/glassfish/grizzly/http2/frames/Http2Frame$Http2FrameBuilder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokespecial org.glassfish.grizzly.http2.frames.HeaderBlockFragment$HeaderBlockFragmentBuilder.clearFlag:(I)Lorg/glassfish/grizzly/http2/frames/Http2Frame$Http2FrameBuilder;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.glassfish.grizzly.http2.frames.Http2Frame build();
descriptor: ()Lorg/glassfish/grizzly/http2/frames/Http2Frame;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.glassfish.grizzly.http2.frames.ContinuationFrame$ContinuationFrameBuilder.build:()Lorg/glassfish/grizzly/http2/frames/ContinuationFrame;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.glassfish.grizzly.http2.frames.Http2Frame$Http2FrameBuilder streamId(int);
descriptor: (I)Lorg/glassfish/grizzly/http2/frames/Http2Frame$Http2FrameBuilder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokespecial org.glassfish.grizzly.http2.frames.HeaderBlockFragment$HeaderBlockFragmentBuilder.streamId:(I)Lorg/glassfish/grizzly/http2/frames/Http2Frame$Http2FrameBuilder;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Lorg/glassfish/grizzly/http2/frames/HeaderBlockFragment$HeaderBlockFragmentBuilder<Lorg/glassfish/grizzly/http2/frames/ContinuationFrame$ContinuationFrameBuilder;>;
SourceFile: "ContinuationFrame.java"
NestHost: org.glassfish.grizzly.http2.frames.ContinuationFrame
InnerClasses:
public ContinuationFrameBuilder = org.glassfish.grizzly.http2.frames.ContinuationFrame$ContinuationFrameBuilder of org.glassfish.grizzly.http2.frames.ContinuationFrame
public abstract HeaderBlockFragmentBuilder = org.glassfish.grizzly.http2.frames.HeaderBlockFragment$HeaderBlockFragmentBuilder of org.glassfish.grizzly.http2.frames.HeaderBlockFragment
protected abstract Http2FrameBuilder = org.glassfish.grizzly.http2.frames.Http2Frame$Http2FrameBuilder of org.glassfish.grizzly.http2.frames.Http2Frame