class jdk.incubator.http.RequestProcessors$EmptyProcessor extends jdk.incubator.http.RequestProcessors$ProcessorBase implements jdk.incubator.http.HttpRequest$BodyProcessor
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: jdk.incubator.http.RequestProcessors$EmptyProcessor
super_class: jdk.incubator.http.RequestProcessors$ProcessorBase
{
jdk.incubator.http.PseudoPublisher<java.nio.ByteBuffer> delegate;
descriptor: Ljdk/incubator/http/PseudoPublisher;
flags: (0x0000)
Signature: Ljdk/incubator/http/PseudoPublisher<Ljava/nio/ByteBuffer;>;
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokespecial jdk.incubator.http.RequestProcessors$ProcessorBase.<init>:()V
1: aload 0
new jdk.incubator.http.PseudoPublisher
dup
invokespecial jdk.incubator.http.PseudoPublisher.<init>:()V
putfield jdk.incubator.http.RequestProcessors$EmptyProcessor.delegate:Ljdk/incubator/http/PseudoPublisher;
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljdk/incubator/http/RequestProcessors$EmptyProcessor;
public long contentLength();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: lconst_0
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/incubator/http/RequestProcessors$EmptyProcessor;
public void subscribe(java.util.concurrent.Flow$Subscriber<? super java.nio.ByteBuffer>);
descriptor: (Ljava/util/concurrent/Flow$Subscriber;)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.RequestProcessors$EmptyProcessor.delegate:Ljdk/incubator/http/PseudoPublisher;
aload 1
invokevirtual jdk.incubator.http.PseudoPublisher.subscribe:(Ljava/util/concurrent/Flow$Subscriber;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljdk/incubator/http/RequestProcessors$EmptyProcessor;
0 2 1 subscriber Ljava/util/concurrent/Flow$Subscriber<-Ljava/nio/ByteBuffer;>;
Signature: (Ljava/util/concurrent/Flow$Subscriber<-Ljava/nio/ByteBuffer;>;)V
MethodParameters:
Name Flags
subscriber
}
SourceFile: "RequestProcessors.java"
NestHost: jdk.incubator.http.RequestProcessors
InnerClasses:
public abstract Subscriber = java.util.concurrent.Flow$Subscriber of java.util.concurrent.Flow
public abstract BodyProcessor = jdk.incubator.http.HttpRequest$BodyProcessor of jdk.incubator.http.HttpRequest
EmptyProcessor = jdk.incubator.http.RequestProcessors$EmptyProcessor of jdk.incubator.http.RequestProcessors
abstract ProcessorBase = jdk.incubator.http.RequestProcessors$ProcessorBase of jdk.incubator.http.RequestProcessors