public class io.reactiverse.pgclient.impl.PgStreamImpl implements io.reactiverse.pgclient.PgStream<io.reactiverse.pgclient.Row>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.reactiverse.pgclient.PgRowSet>>
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.reactiverse.pgclient.impl.PgStreamImpl
super_class: java.lang.Object
{
private final io.reactiverse.pgclient.impl.PgPreparedQueryImpl ps;
descriptor: Lio/reactiverse/pgclient/impl/PgPreparedQueryImpl;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final int fetch;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final io.reactiverse.pgclient.Tuple params;
descriptor: Lio/reactiverse/pgclient/Tuple;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private io.vertx.core.Handler<java.lang.Void> endHandler;
descriptor: Lio/vertx/core/Handler;
flags: (0x0002) ACC_PRIVATE
Signature: Lio/vertx/core/Handler<Ljava/lang/Void;>;
private io.vertx.core.Handler<io.reactiverse.pgclient.Row> rowHandler;
descriptor: Lio/vertx/core/Handler;
flags: (0x0002) ACC_PRIVATE
Signature: Lio/vertx/core/Handler<Lio/reactiverse/pgclient/Row;>;
private io.vertx.core.Handler<java.lang.Throwable> exceptionHandler;
descriptor: Lio/vertx/core/Handler;
flags: (0x0002) ACC_PRIVATE
Signature: Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
private long demand;
descriptor: J
flags: (0x0002) ACC_PRIVATE
private boolean emitting;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private io.reactiverse.pgclient.PgCursor cursor;
descriptor: Lio/reactiverse/pgclient/PgCursor;
flags: (0x0002) ACC_PRIVATE
private java.util.Iterator<io.reactiverse.pgclient.Row> result;
descriptor: Ljava/util/Iterator;
flags: (0x0002) ACC_PRIVATE
Signature: Ljava/util/Iterator<Lio/reactiverse/pgclient/Row;>;
void <init>(io.reactiverse.pgclient.impl.PgPreparedQueryImpl, int, io.reactiverse.pgclient.Tuple);
descriptor: (Lio/reactiverse/pgclient/impl/PgPreparedQueryImpl;ILio/reactiverse/pgclient/Tuple;)V
flags: (0x0000)
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield io.reactiverse.pgclient.impl.PgStreamImpl.ps:Lio/reactiverse/pgclient/impl/PgPreparedQueryImpl;
2: aload 0
iload 2
putfield io.reactiverse.pgclient.impl.PgStreamImpl.fetch:I
3: aload 0
aload 3
putfield io.reactiverse.pgclient.impl.PgStreamImpl.params:Lio/reactiverse/pgclient/Tuple;
4: aload 0
ldc 9223372036854775807
putfield io.reactiverse.pgclient.impl.PgStreamImpl.demand:J
5: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/reactiverse/pgclient/impl/PgStreamImpl;
0 6 1 ps Lio/reactiverse/pgclient/impl/PgPreparedQueryImpl;
0 6 2 fetch I
0 6 3 params Lio/reactiverse/pgclient/Tuple;
MethodParameters:
Name Flags
ps
fetch
params
public synchronized io.reactiverse.pgclient.PgStream<io.reactiverse.pgclient.Row> exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
descriptor: (Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgStream;
flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield io.reactiverse.pgclient.impl.PgStreamImpl.exceptionHandler:Lio/vertx/core/Handler;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactiverse/pgclient/impl/PgStreamImpl;
0 2 1 handler Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/reactiverse/pgclient/PgStream<Lio/reactiverse/pgclient/Row;>;
MethodParameters:
Name Flags
handler
public io.reactiverse.pgclient.PgStream<io.reactiverse.pgclient.Row> handler(io.vertx.core.Handler<io.reactiverse.pgclient.Row>);
descriptor: (Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgStream;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: aload 0
dup
astore 3
monitorenter
1: aload 1
ifnull 7
2: aload 0
getfield io.reactiverse.pgclient.impl.PgStreamImpl.cursor:Lio/reactiverse/pgclient/PgCursor;
ifnonnull 6
3: aload 0
aload 1
putfield io.reactiverse.pgclient.impl.PgStreamImpl.rowHandler:Lio/vertx/core/Handler;
4: aload 0
aload 0
getfield io.reactiverse.pgclient.impl.PgStreamImpl.ps:Lio/reactiverse/pgclient/impl/PgPreparedQueryImpl;
aload 0
getfield io.reactiverse.pgclient.impl.PgStreamImpl.params:Lio/reactiverse/pgclient/Tuple;
invokevirtual io.reactiverse.pgclient.impl.PgPreparedQueryImpl.cursor:(Lio/reactiverse/pgclient/Tuple;)Lio/reactiverse/pgclient/PgCursor;
dup_x1
putfield io.reactiverse.pgclient.impl.PgStreamImpl.cursor:Lio/reactiverse/pgclient/PgCursor;
astore 2
start local 2 5: goto 13
end local 2 6: StackMap locals: io.reactiverse.pgclient.impl.PgStreamImpl io.vertx.core.Handler top io.reactiverse.pgclient.impl.PgStreamImpl
StackMap stack:
new java.lang.UnsupportedOperationException
dup
ldc "Handle me gracefully"
invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
athrow
7: StackMap locals:
StackMap stack:
aload 0
getfield io.reactiverse.pgclient.impl.PgStreamImpl.cursor:Lio/reactiverse/pgclient/PgCursor;
ifnull 10
8: aload 0
aconst_null
putfield io.reactiverse.pgclient.impl.PgStreamImpl.cursor:Lio/reactiverse/pgclient/PgCursor;
9: goto 11
10: StackMap locals:
StackMap stack:
aload 0
aconst_null
putfield io.reactiverse.pgclient.impl.PgStreamImpl.rowHandler:Lio/vertx/core/Handler;
11: StackMap locals:
StackMap stack:
aload 0
aload 3
monitorexit
12: areturn
start local 2 13: StackMap locals: io.reactiverse.pgclient.impl.PgStreamImpl io.vertx.core.Handler io.reactiverse.pgclient.PgCursor io.reactiverse.pgclient.impl.PgStreamImpl
StackMap stack:
aload 3
monitorexit
14: goto 17
end local 2 StackMap locals: io.reactiverse.pgclient.impl.PgStreamImpl io.vertx.core.Handler top io.reactiverse.pgclient.impl.PgStreamImpl
StackMap stack: java.lang.Throwable
15: aload 3
monitorexit
16: athrow
start local 2 17: StackMap locals: io.reactiverse.pgclient.impl.PgStreamImpl io.vertx.core.Handler io.reactiverse.pgclient.PgCursor
StackMap stack:
aload 2
aload 0
getfield io.reactiverse.pgclient.impl.PgStreamImpl.fetch:I
aload 0
invokeinterface io.reactiverse.pgclient.PgCursor.read:(ILio/vertx/core/Handler;)V
18: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 19 0 this Lio/reactiverse/pgclient/impl/PgStreamImpl;
0 19 1 handler Lio/vertx/core/Handler<Lio/reactiverse/pgclient/Row;>;
5 6 2 c Lio/reactiverse/pgclient/PgCursor;
13 15 2 c Lio/reactiverse/pgclient/PgCursor;
17 19 2 c Lio/reactiverse/pgclient/PgCursor;
Exception table:
from to target type
1 12 15 any
13 14 15 any
15 16 15 any
Signature: (Lio/vertx/core/Handler<Lio/reactiverse/pgclient/Row;>;)Lio/reactiverse/pgclient/PgStream<Lio/reactiverse/pgclient/Row;>;
MethodParameters:
Name Flags
handler
public synchronized io.reactiverse.pgclient.PgStream<io.reactiverse.pgclient.Row> pause();
descriptor: ()Lio/reactiverse/pgclient/PgStream;
flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
lconst_0
putfield io.reactiverse.pgclient.impl.PgStreamImpl.demand:J
1: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactiverse/pgclient/impl/PgStreamImpl;
Signature: ()Lio/reactiverse/pgclient/PgStream<Lio/reactiverse/pgclient/Row;>;
public io.reactiverse.pgclient.PgStream<io.reactiverse.pgclient.Row> fetch(long);
descriptor: (J)Lio/reactiverse/pgclient/PgStream;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=2
start local 0 start local 1 0: lload 1
lconst_0
lcmp
ifge 2
1: new java.lang.IllegalArgumentException
dup
new java.lang.StringBuilder
dup
ldc "Invalid fetch amount "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
lload 1
invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 0
dup
astore 3
monitorenter
3: aload 0
dup
getfield io.reactiverse.pgclient.impl.PgStreamImpl.demand:J
lload 1
ladd
putfield io.reactiverse.pgclient.impl.PgStreamImpl.demand:J
4: aload 0
getfield io.reactiverse.pgclient.impl.PgStreamImpl.demand:J
lconst_0
lcmp
ifge 6
5: aload 0
ldc 9223372036854775807
putfield io.reactiverse.pgclient.impl.PgStreamImpl.demand:J
6: StackMap locals: io.reactiverse.pgclient.impl.PgStreamImpl
StackMap stack:
aload 0
getfield io.reactiverse.pgclient.impl.PgStreamImpl.cursor:Lio/reactiverse/pgclient/PgCursor;
ifnonnull 9
7: aload 0
aload 3
monitorexit
8: areturn
9: StackMap locals:
StackMap stack:
aload 3
monitorexit
10: goto 13
StackMap locals:
StackMap stack: java.lang.Throwable
11: aload 3
monitorexit
12: athrow
13: StackMap locals:
StackMap stack:
aload 0
invokevirtual io.reactiverse.pgclient.impl.PgStreamImpl.checkPending:()V
14: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lio/reactiverse/pgclient/impl/PgStreamImpl;
0 15 1 amount J
Exception table:
from to target type
3 8 11 any
9 10 11 any
11 12 11 any
Signature: (J)Lio/reactiverse/pgclient/PgStream<Lio/reactiverse/pgclient/Row;>;
MethodParameters:
Name Flags
amount
public io.reactiverse.pgclient.PgStream<io.reactiverse.pgclient.Row> resume();
descriptor: ()Lio/reactiverse/pgclient/PgStream;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
ldc 9223372036854775807
invokevirtual io.reactiverse.pgclient.impl.PgStreamImpl.fetch:(J)Lio/reactiverse/pgclient/PgStream;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/reactiverse/pgclient/impl/PgStreamImpl;
Signature: ()Lio/reactiverse/pgclient/PgStream<Lio/reactiverse/pgclient/Row;>;
public synchronized io.reactiverse.pgclient.PgStream<io.reactiverse.pgclient.Row> endHandler(io.vertx.core.Handler<java.lang.Void>);
descriptor: (Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgStream;
flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield io.reactiverse.pgclient.impl.PgStreamImpl.endHandler:Lio/vertx/core/Handler;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactiverse/pgclient/impl/PgStreamImpl;
0 2 1 handler Lio/vertx/core/Handler<Ljava/lang/Void;>;
Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/reactiverse/pgclient/PgStream<Lio/reactiverse/pgclient/Row;>;
MethodParameters:
Name Flags
handler
public void handle(io.vertx.core.AsyncResult<io.reactiverse.pgclient.PgRowSet>);
descriptor: (Lio/vertx/core/AsyncResult;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=2
start local 0 start local 1 0: aload 1
invokeinterface io.vertx.core.AsyncResult.failed:()Z
ifeq 11
1: aload 0
dup
astore 3
monitorenter
2: aload 0
aconst_null
putfield io.reactiverse.pgclient.impl.PgStreamImpl.cursor:Lio/reactiverse/pgclient/PgCursor;
3: aload 0
getfield io.reactiverse.pgclient.impl.PgStreamImpl.exceptionHandler:Lio/vertx/core/Handler;
astore 2
start local 2 4: aload 3
monitorexit
5: goto 8
end local 2 StackMap locals: io.reactiverse.pgclient.impl.PgStreamImpl io.vertx.core.AsyncResult top io.reactiverse.pgclient.impl.PgStreamImpl
StackMap stack: java.lang.Throwable
6: aload 3
monitorexit
7: athrow
start local 2 8: StackMap locals: io.reactiverse.pgclient.impl.PgStreamImpl io.vertx.core.AsyncResult io.vertx.core.Handler
StackMap stack:
aload 2
ifnull 13
9: aload 2
aload 1
invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
end local 2 10: goto 13
11: StackMap locals:
StackMap stack:
aload 0
aload 1
invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
checkcast io.reactiverse.pgclient.PgRowSet
invokeinterface io.reactiverse.pgclient.PgRowSet.iterator:()Lio/reactiverse/pgclient/PgIterator;
putfield io.reactiverse.pgclient.impl.PgStreamImpl.result:Ljava/util/Iterator;
12: aload 0
invokevirtual io.reactiverse.pgclient.impl.PgStreamImpl.checkPending:()V
13: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lio/reactiverse/pgclient/impl/PgStreamImpl;
0 14 1 ar Lio/vertx/core/AsyncResult<Lio/reactiverse/pgclient/PgRowSet;>;
4 6 2 handler Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
8 10 2 handler Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
Exception table:
from to target type
2 5 6 any
6 7 6 any
Signature: (Lio/vertx/core/AsyncResult<Lio/reactiverse/pgclient/PgRowSet;>;)V
MethodParameters:
Name Flags
ar
public void close();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokedynamic handle()Lio/vertx/core/Handler;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
(Ljava/lang/Object;)V
io/reactiverse/pgclient/impl/PgStreamImpl.lambda$0(Lio/vertx/core/AsyncResult;)V (6)
(Lio/vertx/core/AsyncResult;)V
invokevirtual io.reactiverse.pgclient.impl.PgStreamImpl.close:(Lio/vertx/core/Handler;)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactiverse/pgclient/impl/PgStreamImpl;
public void close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
descriptor: (Lio/vertx/core/Handler;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=2
start local 0 start local 1 0: aload 0
dup
astore 3
monitorenter
1: aload 0
getfield io.reactiverse.pgclient.impl.PgStreamImpl.cursor:Lio/reactiverse/pgclient/PgCursor;
dup
astore 2
start local 2 2: ifnonnull 5
3: aload 3
monitorexit
4: return
5: StackMap locals: io.reactiverse.pgclient.PgCursor io.reactiverse.pgclient.impl.PgStreamImpl
StackMap stack:
aload 0
aconst_null
putfield io.reactiverse.pgclient.impl.PgStreamImpl.cursor:Lio/reactiverse/pgclient/PgCursor;
6: aload 3
monitorexit
7: goto 10
end local 2 StackMap locals: io.reactiverse.pgclient.impl.PgStreamImpl io.vertx.core.Handler top io.reactiverse.pgclient.impl.PgStreamImpl
StackMap stack: java.lang.Throwable
8: aload 3
monitorexit
9: athrow
start local 2 10: StackMap locals: io.reactiverse.pgclient.impl.PgStreamImpl io.vertx.core.Handler io.reactiverse.pgclient.PgCursor
StackMap stack:
aload 2
aload 1
invokeinterface io.reactiverse.pgclient.PgCursor.close:(Lio/vertx/core/Handler;)V
11: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lio/reactiverse/pgclient/impl/PgStreamImpl;
0 12 1 completionHandler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
2 8 2 c Lio/reactiverse/pgclient/PgCursor;
10 12 2 c Lio/reactiverse/pgclient/PgCursor;
Exception table:
from to target type
1 4 8 any
5 7 8 any
8 9 8 any
Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
MethodParameters:
Name Flags
completionHandler
private void checkPending();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=4, args_size=1
start local 0 0: aload 0
dup
astore 1
monitorenter
1: aload 0
getfield io.reactiverse.pgclient.impl.PgStreamImpl.emitting:Z
ifeq 4
2: aload 1
monitorexit
3: return
4: StackMap locals: io.reactiverse.pgclient.impl.PgStreamImpl
StackMap stack:
aload 0
iconst_1
putfield io.reactiverse.pgclient.impl.PgStreamImpl.emitting:Z
5: aload 1
monitorexit
6: goto 9
StackMap locals:
StackMap stack: java.lang.Throwable
7: aload 1
monitorexit
8: athrow
9: StackMap locals:
StackMap stack:
aload 0
dup
astore 1
monitorenter
10: aload 0
getfield io.reactiverse.pgclient.impl.PgStreamImpl.demand:J
lconst_0
lcmp
ifeq 11
aload 0
getfield io.reactiverse.pgclient.impl.PgStreamImpl.result:Ljava/util/Iterator;
ifnonnull 14
11: StackMap locals: io.reactiverse.pgclient.impl.PgStreamImpl
StackMap stack:
aload 0
iconst_0
putfield io.reactiverse.pgclient.impl.PgStreamImpl.emitting:Z
12: aload 1
monitorexit
13: goto 35
14: StackMap locals:
StackMap stack:
aload 0
getfield io.reactiverse.pgclient.impl.PgStreamImpl.result:Ljava/util/Iterator;
invokeinterface java.util.Iterator.hasNext:()Z
ifeq 20
15: aload 0
getfield io.reactiverse.pgclient.impl.PgStreamImpl.rowHandler:Lio/vertx/core/Handler;
astore 2
start local 2 16: aload 0
getfield io.reactiverse.pgclient.impl.PgStreamImpl.result:Ljava/util/Iterator;
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
astore 3
start local 3 17: aload 0
getfield io.reactiverse.pgclient.impl.PgStreamImpl.demand:J
ldc 9223372036854775807
lcmp
ifeq 29
18: aload 0
dup
getfield io.reactiverse.pgclient.impl.PgStreamImpl.demand:J
lconst_1
lsub
putfield io.reactiverse.pgclient.impl.PgStreamImpl.demand:J
19: goto 29
end local 3 end local 2 20: StackMap locals:
StackMap stack:
aload 0
aconst_null
putfield io.reactiverse.pgclient.impl.PgStreamImpl.result:Ljava/util/Iterator;
21: aload 0
iconst_0
putfield io.reactiverse.pgclient.impl.PgStreamImpl.emitting:Z
22: aload 0
getfield io.reactiverse.pgclient.impl.PgStreamImpl.cursor:Lio/reactiverse/pgclient/PgCursor;
invokeinterface io.reactiverse.pgclient.PgCursor.hasMore:()Z
ifeq 26
23: aload 0
getfield io.reactiverse.pgclient.impl.PgStreamImpl.cursor:Lio/reactiverse/pgclient/PgCursor;
aload 0
getfield io.reactiverse.pgclient.impl.PgStreamImpl.fetch:I
aload 0
invokeinterface io.reactiverse.pgclient.PgCursor.read:(ILio/vertx/core/Handler;)V
24: aload 1
monitorexit
25: goto 35
26: StackMap locals:
StackMap stack:
aload 0
aconst_null
putfield io.reactiverse.pgclient.impl.PgStreamImpl.cursor:Lio/reactiverse/pgclient/PgCursor;
27: aload 0
getfield io.reactiverse.pgclient.impl.PgStreamImpl.endHandler:Lio/vertx/core/Handler;
astore 2
start local 2 28: aconst_null
astore 3
start local 3 29: StackMap locals: io.vertx.core.Handler java.lang.Object
StackMap stack:
aload 2
ifnull 31
30: aload 2
aload 3
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
end local 3 end local 2 31: StackMap locals:
StackMap stack:
aload 1
monitorexit
32: goto 9
StackMap locals:
StackMap stack: java.lang.Throwable
33: aload 1
monitorexit
34: athrow
35: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 36 0 this Lio/reactiverse/pgclient/impl/PgStreamImpl;
16 20 2 handler Lio/vertx/core/Handler;
28 31 2 handler Lio/vertx/core/Handler;
17 20 3 event Ljava/lang/Object;
29 31 3 event Ljava/lang/Object;
Exception table:
from to target type
1 3 7 any
4 6 7 any
7 8 7 any
10 13 33 any
14 25 33 any
26 32 33 any
33 34 33 any
public io.vertx.core.streams.ReadStream pause();
descriptor: ()Lio/vertx/core/streams/ReadStream;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.reactiverse.pgclient.impl.PgStreamImpl.pause:()Lio/reactiverse/pgclient/PgStream;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.streams.ReadStream handler(io.vertx.core.Handler);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast io.vertx.core.Handler
invokevirtual io.reactiverse.pgclient.impl.PgStreamImpl.handler:(Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgStream;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.streams.ReadStream endHandler(io.vertx.core.Handler);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual io.reactiverse.pgclient.impl.PgStreamImpl.endHandler:(Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgStream;
areturn
LocalVariableTable:
Start End Slot Name Signature
public void handle(java.lang.Object);
descriptor: (Ljava/lang/Object;)V
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast io.vertx.core.AsyncResult
invokevirtual io.reactiverse.pgclient.impl.PgStreamImpl.handle:(Lio/vertx/core/AsyncResult;)V
return
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.streams.ReadStream resume();
descriptor: ()Lio/vertx/core/streams/ReadStream;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.reactiverse.pgclient.impl.PgStreamImpl.resume:()Lio/reactiverse/pgclient/PgStream;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.streams.ReadStream fetch(long);
descriptor: (J)Lio/vertx/core/streams/ReadStream;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=2
0: aload 0
lload 1
invokevirtual io.reactiverse.pgclient.impl.PgStreamImpl.fetch:(J)Lio/reactiverse/pgclient/PgStream;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.streams.StreamBase exceptionHandler(io.vertx.core.Handler);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/StreamBase;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual io.reactiverse.pgclient.impl.PgStreamImpl.exceptionHandler:(Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgStream;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.streams.ReadStream exceptionHandler(io.vertx.core.Handler);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual io.reactiverse.pgclient.impl.PgStreamImpl.exceptionHandler:(Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgStream;
areturn
LocalVariableTable:
Start End Slot Name Signature
private static void lambda$0(io.vertx.core.AsyncResult);
descriptor: (Lio/vertx/core/AsyncResult;)V
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=0, locals=1, args_size=1
start local 0 0: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 ar Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;
}
Signature: Ljava/lang/Object;Lio/reactiverse/pgclient/PgStream<Lio/reactiverse/pgclient/Row;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/reactiverse/pgclient/PgRowSet;>;>;
SourceFile: "PgStreamImpl.java"
InnerClasses:
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles