public interface jdk.incubator.http.internal.common.FlowTube extends java.util.concurrent.Flow$Publisher<java.util.List<java.nio.ByteBuffer>>, java.util.concurrent.Flow$Subscriber<java.util.List<java.nio.ByteBuffer>>
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: jdk.incubator.http.internal.common.FlowTube
super_class: java.lang.Object
{
public void connectFlows(jdk.incubator.http.internal.common.FlowTube$TubePublisher, jdk.incubator.http.internal.common.FlowTube$TubeSubscriber);
descriptor: (Ljdk/incubator/http/internal/common/FlowTube$TubePublisher;Ljdk/incubator/http/internal/common/FlowTube$TubeSubscriber;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 2
invokeinterface jdk.incubator.http.internal.common.FlowTube.subscribe:(Ljava/util/concurrent/Flow$Subscriber;)V
1: aload 1
aload 0
invokeinterface jdk.incubator.http.internal.common.FlowTube$TubePublisher.subscribe:(Ljava/util/concurrent/Flow$Subscriber;)V
2: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljdk/incubator/http/internal/common/FlowTube;
0 3 1 writePublisher Ljdk/incubator/http/internal/common/FlowTube$TubePublisher;
0 3 2 readSubscriber Ljdk/incubator/http/internal/common/FlowTube$TubeSubscriber;
MethodParameters:
Name Flags
writePublisher
readSubscriber
public abstract boolean isFinished();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public static jdk.incubator.http.internal.common.FlowTube$TubeSubscriber asTubeSubscriber(java.util.concurrent.Flow$Subscriber<? super java.util.List<java.nio.ByteBuffer>>);
descriptor: (Ljava/util/concurrent/Flow$Subscriber;)Ljdk/incubator/http/internal/common/FlowTube$TubeSubscriber;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
instanceof jdk.incubator.http.internal.common.FlowTube$TubeSubscriber
ifeq 2
1: aload 0
checkcast jdk.incubator.http.internal.common.FlowTube$TubeSubscriber
areturn
2: StackMap locals:
StackMap stack:
new jdk.incubator.http.internal.common.FlowTube$AbstractTubeSubscriber$TubeSubscriberWrapper
dup
aload 0
invokespecial jdk.incubator.http.internal.common.FlowTube$AbstractTubeSubscriber$TubeSubscriberWrapper.<init>:(Ljava/util/concurrent/Flow$Subscriber;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 s Ljava/util/concurrent/Flow$Subscriber<-Ljava/util/List<Ljava/nio/ByteBuffer;>;>;
Signature: (Ljava/util/concurrent/Flow$Subscriber<-Ljava/util/List<Ljava/nio/ByteBuffer;>;>;)Ljdk/incubator/http/internal/common/FlowTube$TubeSubscriber;
MethodParameters:
Name Flags
s
public static jdk.incubator.http.internal.common.FlowTube$TubePublisher asTubePublisher(java.util.concurrent.Flow$Publisher<java.util.List<java.nio.ByteBuffer>>);
descriptor: (Ljava/util/concurrent/Flow$Publisher;)Ljdk/incubator/http/internal/common/FlowTube$TubePublisher;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
instanceof jdk.incubator.http.internal.common.FlowTube$TubePublisher
ifeq 2
1: aload 0
checkcast jdk.incubator.http.internal.common.FlowTube$TubePublisher
areturn
2: StackMap locals:
StackMap stack:
new jdk.incubator.http.internal.common.FlowTube$AbstractTubePublisher$TubePublisherWrapper
dup
aload 0
invokespecial jdk.incubator.http.internal.common.FlowTube$AbstractTubePublisher$TubePublisherWrapper.<init>:(Ljava/util/concurrent/Flow$Publisher;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 p Ljava/util/concurrent/Flow$Publisher<Ljava/util/List<Ljava/nio/ByteBuffer;>;>;
Signature: (Ljava/util/concurrent/Flow$Publisher<Ljava/util/List<Ljava/nio/ByteBuffer;>;>;)Ljdk/incubator/http/internal/common/FlowTube$TubePublisher;
MethodParameters:
Name Flags
p
}
Signature: Ljava/lang/Object;Ljava/util/concurrent/Flow$Publisher<Ljava/util/List<Ljava/nio/ByteBuffer;>;>;Ljava/util/concurrent/Flow$Subscriber<Ljava/util/List<Ljava/nio/ByteBuffer;>;>;
SourceFile: "FlowTube.java"
NestMembers:
jdk.incubator.http.internal.common.FlowTube$AbstractTubePublisher jdk.incubator.http.internal.common.FlowTube$AbstractTubePublisher$TubePublisherWrapper jdk.incubator.http.internal.common.FlowTube$AbstractTubeSubscriber jdk.incubator.http.internal.common.FlowTube$AbstractTubeSubscriber$TubeSubscriberWrapper jdk.incubator.http.internal.common.FlowTube$TubePublisher jdk.incubator.http.internal.common.FlowTube$TubeSubscriber
InnerClasses:
public abstract Publisher = java.util.concurrent.Flow$Publisher of java.util.concurrent.Flow
public abstract Subscriber = java.util.concurrent.Flow$Subscriber of java.util.concurrent.Flow
public abstract AbstractTubePublisher = jdk.incubator.http.internal.common.FlowTube$AbstractTubePublisher of jdk.incubator.http.internal.common.FlowTube
final TubePublisherWrapper = jdk.incubator.http.internal.common.FlowTube$AbstractTubePublisher$TubePublisherWrapper of jdk.incubator.http.internal.common.FlowTube$AbstractTubePublisher
public abstract AbstractTubeSubscriber = jdk.incubator.http.internal.common.FlowTube$AbstractTubeSubscriber of jdk.incubator.http.internal.common.FlowTube
final TubeSubscriberWrapper = jdk.incubator.http.internal.common.FlowTube$AbstractTubeSubscriber$TubeSubscriberWrapper of jdk.incubator.http.internal.common.FlowTube$AbstractTubeSubscriber
public abstract TubePublisher = jdk.incubator.http.internal.common.FlowTube$TubePublisher of jdk.incubator.http.internal.common.FlowTube
public abstract TubeSubscriber = jdk.incubator.http.internal.common.FlowTube$TubeSubscriber of jdk.incubator.http.internal.common.FlowTube