public class io.vertx.core.streams.impl.PumpFactoryImpl implements io.vertx.core.spi.PumpFactory
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.vertx.core.streams.impl.PumpFactoryImpl
super_class: java.lang.Object
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/streams/impl/PumpFactoryImpl;
public <T> io.vertx.core.streams.Pump pump(io.vertx.core.streams.ReadStream<T>, io.vertx.core.streams.WriteStream<T>);
descriptor: (Lio/vertx/core/streams/ReadStream;Lio/vertx/core/streams/WriteStream;)Lio/vertx/core/streams/Pump;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
pop
1: aload 2
invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
pop
2: new io.vertx.core.streams.impl.PumpImpl
dup
aload 1
aload 2
invokespecial io.vertx.core.streams.impl.PumpImpl.<init>:(Lio/vertx/core/streams/ReadStream;Lio/vertx/core/streams/WriteStream;)V
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/streams/impl/PumpFactoryImpl;
0 3 1 rs Lio/vertx/core/streams/ReadStream<TT;>;
0 3 2 ws Lio/vertx/core/streams/WriteStream<TT;>;
Signature: <T:Ljava/lang/Object;>(Lio/vertx/core/streams/ReadStream<TT;>;Lio/vertx/core/streams/WriteStream<TT;>;)Lio/vertx/core/streams/Pump;
MethodParameters:
Name Flags
rs
ws
public <T> io.vertx.core.streams.Pump pump(io.vertx.core.streams.ReadStream<T>, io.vertx.core.streams.WriteStream<T>, int);
descriptor: (Lio/vertx/core/streams/ReadStream;Lio/vertx/core/streams/WriteStream;I)Lio/vertx/core/streams/Pump;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 1
invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
pop
1: aload 2
invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
pop
2: new io.vertx.core.streams.impl.PumpImpl
dup
aload 1
aload 2
iload 3
invokespecial io.vertx.core.streams.impl.PumpImpl.<init>:(Lio/vertx/core/streams/ReadStream;Lio/vertx/core/streams/WriteStream;I)V
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/streams/impl/PumpFactoryImpl;
0 3 1 rs Lio/vertx/core/streams/ReadStream<TT;>;
0 3 2 ws Lio/vertx/core/streams/WriteStream<TT;>;
0 3 3 writeQueueMaxSize I
Signature: <T:Ljava/lang/Object;>(Lio/vertx/core/streams/ReadStream<TT;>;Lio/vertx/core/streams/WriteStream<TT;>;I)Lio/vertx/core/streams/Pump;
MethodParameters:
Name Flags
rs
ws
writeQueueMaxSize
}
SourceFile: "PumpFactoryImpl.java"