final class jdk.incubator.http.Http1Exchange$InitialErrorReceiver implements jdk.incubator.http.Http1AsyncReceiver$Http1AsyncDelegate
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: jdk.incubator.http.Http1Exchange$InitialErrorReceiver
super_class: java.lang.Object
{
volatile jdk.incubator.http.AbstractSubscription s;
descriptor: Ljdk/incubator/http/AbstractSubscription;
flags: (0x0040) ACC_VOLATILE
final jdk.incubator.http.Http1Exchange this$0;
descriptor: Ljdk/incubator/http/Http1Exchange;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(jdk.incubator.http.Http1Exchange);
descriptor: (Ljdk/incubator/http/Http1Exchange;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield jdk.incubator.http.Http1Exchange$InitialErrorReceiver.this$0:Ljdk/incubator/http/Http1Exchange;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/incubator/http/Http1Exchange$InitialErrorReceiver;
MethodParameters:
Name Flags
this$0 final
public boolean tryAsyncReceive(java.nio.ByteBuffer);
descriptor: (Ljava/nio/ByteBuffer;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/incubator/http/Http1Exchange$InitialErrorReceiver;
0 1 1 ref Ljava/nio/ByteBuffer;
MethodParameters:
Name Flags
ref
public void onReadError(java.lang.Throwable);
descriptor: (Ljava/lang/Throwable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield jdk.incubator.http.Http1Exchange$InitialErrorReceiver.this$0:Ljdk/incubator/http/Http1Exchange;
aload 1
invokevirtual jdk.incubator.http.Http1Exchange.cancelImpl:(Ljava/lang/Throwable;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljdk/incubator/http/Http1Exchange$InitialErrorReceiver;
0 2 1 ex Ljava/lang/Throwable;
MethodParameters:
Name Flags
ex
public void onSubscribe(jdk.incubator.http.AbstractSubscription);
descriptor: (Ljdk/incubator/http/AbstractSubscription;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield jdk.incubator.http.Http1Exchange$InitialErrorReceiver.s:Ljdk/incubator/http/AbstractSubscription;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljdk/incubator/http/Http1Exchange$InitialErrorReceiver;
0 2 1 s Ljdk/incubator/http/AbstractSubscription;
MethodParameters:
Name Flags
s
public jdk.incubator.http.AbstractSubscription subscription();
descriptor: ()Ljdk/incubator/http/AbstractSubscription;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield jdk.incubator.http.Http1Exchange$InitialErrorReceiver.s:Ljdk/incubator/http/AbstractSubscription;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/incubator/http/Http1Exchange$InitialErrorReceiver;
}
SourceFile: "Http1Exchange.java"
NestHost: jdk.incubator.http.Http1Exchange
InnerClasses:
abstract Http1AsyncDelegate = jdk.incubator.http.Http1AsyncReceiver$Http1AsyncDelegate of jdk.incubator.http.Http1AsyncReceiver
final InitialErrorReceiver = jdk.incubator.http.Http1Exchange$InitialErrorReceiver of jdk.incubator.http.Http1Exchange