interface jdk.incubator.http.ResponseContent$BodyParser extends java.util.function.Consumer<java.nio.ByteBuffer>
minor version: 0
major version: 59
flags: flags: (0x0600) ACC_INTERFACE, ACC_ABSTRACT
this_class: jdk.incubator.http.ResponseContent$BodyParser
super_class: java.lang.Object
{
public abstract void onSubscribe(jdk.incubator.http.AbstractSubscription);
descriptor: (Ljdk/incubator/http/AbstractSubscription;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
sub
}
Signature: Ljava/lang/Object;Ljava/util/function/Consumer<Ljava/nio/ByteBuffer;>;
SourceFile: "ResponseContent.java"
NestHost: jdk.incubator.http.ResponseContent
InnerClasses:
abstract BodyParser = jdk.incubator.http.ResponseContent$BodyParser of jdk.incubator.http.ResponseContent