class jdk.incubator.http.internal.common.SSLFlowDelegate$Reader$ReaderDownstreamPusher implements java.lang.Runnable
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: jdk.incubator.http.internal.common.SSLFlowDelegate$Reader$ReaderDownstreamPusher
super_class: java.lang.Object
{
final jdk.incubator.http.internal.common.SSLFlowDelegate$Reader this$1;
descriptor: Ljdk/incubator/http/internal/common/SSLFlowDelegate$Reader;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(jdk.incubator.http.internal.common.SSLFlowDelegate$Reader);
descriptor: (Ljdk/incubator/http/internal/common/SSLFlowDelegate$Reader;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // jdk.incubator.http.internal.common.SSLFlowDelegate$Reader$ReaderDownstreamPusher this
0: .line 214
aload 0 /* this */
aload 1
putfield jdk.incubator.http.internal.common.SSLFlowDelegate$Reader$ReaderDownstreamPusher.this$1:Ljdk/incubator/http/internal/common/SSLFlowDelegate$Reader;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // jdk.incubator.http.internal.common.SSLFlowDelegate$Reader$ReaderDownstreamPusher this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/incubator/http/internal/common/SSLFlowDelegate$Reader$ReaderDownstreamPusher;
MethodParameters:
Name Flags
this$0 final
public void run();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // jdk.incubator.http.internal.common.SSLFlowDelegate$Reader$ReaderDownstreamPusher this
0: .line 215
aload 0 /* this */
getfield jdk.incubator.http.internal.common.SSLFlowDelegate$Reader$ReaderDownstreamPusher.this$1:Ljdk/incubator/http/internal/common/SSLFlowDelegate$Reader;
invokevirtual jdk.incubator.http.internal.common.SSLFlowDelegate$Reader.processData:()V
return
end local 0 // jdk.incubator.http.internal.common.SSLFlowDelegate$Reader$ReaderDownstreamPusher this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/incubator/http/internal/common/SSLFlowDelegate$Reader$ReaderDownstreamPusher;
}
SourceFile: "SSLFlowDelegate.java"
NestHost: jdk.incubator.http.internal.common.SSLFlowDelegate
InnerClasses:
Reader = jdk.incubator.http.internal.common.SSLFlowDelegate$Reader of jdk.incubator.http.internal.common.SSLFlowDelegate
ReaderDownstreamPusher = jdk.incubator.http.internal.common.SSLFlowDelegate$Reader$ReaderDownstreamPusher of jdk.incubator.http.internal.common.SSLFlowDelegate$Reader