public class io.reactiverse.pgclient.impl.PgConnectionImpl extends io.reactiverse.pgclient.impl.PgConnectionBase<io.reactiverse.pgclient.impl.PgConnectionImpl> implements io.reactiverse.pgclient.PgConnection, io.reactiverse.pgclient.impl.Connection$Holder
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.reactiverse.pgclient.impl.PgConnectionImpl
super_class: io.reactiverse.pgclient.impl.PgConnectionBase
{
private final io.reactiverse.pgclient.impl.PgConnectionFactory factory;
descriptor: Lio/reactiverse/pgclient/impl/PgConnectionFactory;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private volatile io.vertx.core.Handler<java.lang.Throwable> exceptionHandler;
descriptor: Lio/vertx/core/Handler;
flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE
Signature: Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
private volatile io.vertx.core.Handler<java.lang.Void> closeHandler;
descriptor: Lio/vertx/core/Handler;
flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE
Signature: Lio/vertx/core/Handler<Ljava/lang/Void;>;
private io.reactiverse.pgclient.impl.Transaction tx;
descriptor: Lio/reactiverse/pgclient/impl/Transaction;
flags: (0x0002) ACC_PRIVATE
private volatile io.vertx.core.Handler<io.reactiverse.pgclient.PgNotification> notificationHandler;
descriptor: Lio/vertx/core/Handler;
flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE
Signature: Lio/vertx/core/Handler<Lio/reactiverse/pgclient/PgNotification;>;
public void <init>(io.reactiverse.pgclient.impl.PgConnectionFactory, io.vertx.core.Context, io.reactiverse.pgclient.impl.Connection);
descriptor: (Lio/reactiverse/pgclient/impl/PgConnectionFactory;Lio/vertx/core/Context;Lio/reactiverse/pgclient/impl/Connection;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 2
aload 3
invokespecial io.reactiverse.pgclient.impl.PgConnectionBase.<init>:(Lio/vertx/core/Context;Lio/reactiverse/pgclient/impl/Connection;)V
1: aload 0
aload 1
putfield io.reactiverse.pgclient.impl.PgConnectionImpl.factory:Lio/reactiverse/pgclient/impl/PgConnectionFactory;
2: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/reactiverse/pgclient/impl/PgConnectionImpl;
0 3 1 factory Lio/reactiverse/pgclient/impl/PgConnectionFactory;
0 3 2 context Lio/vertx/core/Context;
0 3 3 conn Lio/reactiverse/pgclient/impl/Connection;
MethodParameters:
Name Flags
factory
context
conn
public io.reactiverse.pgclient.impl.Connection connection();
descriptor: ()Lio/reactiverse/pgclient/impl/Connection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.reactiverse.pgclient.impl.PgConnectionImpl.conn:Lio/reactiverse/pgclient/impl/Connection;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/reactiverse/pgclient/impl/PgConnectionImpl;
public void handleClosed();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield io.reactiverse.pgclient.impl.PgConnectionImpl.closeHandler:Lio/vertx/core/Handler;
astore 1
start local 1 1: aload 1
ifnull 3
2: aload 0
getfield io.reactiverse.pgclient.impl.PgConnectionImpl.context:Lio/vertx/core/Context;
aload 1
invokeinterface io.vertx.core.Context.runOnContext:(Lio/vertx/core/Handler;)V
3: StackMap locals: io.vertx.core.Handler
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/reactiverse/pgclient/impl/PgConnectionImpl;
1 4 1 handler Lio/vertx/core/Handler<Ljava/lang/Void;>;
public <R> void schedule(io.reactiverse.pgclient.impl.CommandBase<R>, io.vertx.core.Handler<? super io.reactiverse.pgclient.impl.CommandResponse<R>>);
descriptor: (Lio/reactiverse/pgclient/impl/CommandBase;Lio/vertx/core/Handler;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
aload 0
aload 2
invokedynamic handle(Lio/reactiverse/pgclient/impl/PgConnectionImpl;Lio/vertx/core/Handler;)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/PgConnectionImpl.lambda$0(Lio/vertx/core/Handler;Lio/reactiverse/pgclient/impl/CommandResponse;)V (7)
(Lio/reactiverse/pgclient/impl/CommandResponse;)V
putfield io.reactiverse.pgclient.impl.CommandBase.handler:Lio/vertx/core/Handler;
1: aload 0
aload 1
invokevirtual io.reactiverse.pgclient.impl.PgConnectionImpl.schedule:(Lio/reactiverse/pgclient/impl/CommandBase;)V
2: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/reactiverse/pgclient/impl/PgConnectionImpl;
0 3 1 cmd Lio/reactiverse/pgclient/impl/CommandBase<TR;>;
0 3 2 handler Lio/vertx/core/Handler<-Lio/reactiverse/pgclient/impl/CommandResponse<TR;>;>;
Signature: <R:Ljava/lang/Object;>(Lio/reactiverse/pgclient/impl/CommandBase<TR;>;Lio/vertx/core/Handler<-Lio/reactiverse/pgclient/impl/CommandResponse<TR;>;>;)V
MethodParameters:
Name Flags
cmd
handler
protected void schedule(io.reactiverse.pgclient.impl.CommandBase<?>);
descriptor: (Lio/reactiverse/pgclient/impl/CommandBase;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactiverse.pgclient.impl.PgConnectionImpl.context:Lio/vertx/core/Context;
invokestatic io.vertx.core.Vertx.currentContext:()Lio/vertx/core/Context;
if_acmpne 6
1: aload 0
getfield io.reactiverse.pgclient.impl.PgConnectionImpl.tx:Lio/reactiverse/pgclient/impl/Transaction;
ifnull 4
2: aload 0
getfield io.reactiverse.pgclient.impl.PgConnectionImpl.tx:Lio/reactiverse/pgclient/impl/Transaction;
aload 1
invokevirtual io.reactiverse.pgclient.impl.Transaction.schedule:(Lio/reactiverse/pgclient/impl/CommandBase;)V
3: goto 7
4: StackMap locals:
StackMap stack:
aload 0
getfield io.reactiverse.pgclient.impl.PgConnectionImpl.conn:Lio/reactiverse/pgclient/impl/Connection;
aload 1
invokeinterface io.reactiverse.pgclient.impl.Connection.schedule:(Lio/reactiverse/pgclient/impl/CommandBase;)V
5: goto 7
6: StackMap locals:
StackMap stack:
aload 0
getfield io.reactiverse.pgclient.impl.PgConnectionImpl.context:Lio/vertx/core/Context;
aload 0
aload 1
invokedynamic handle(Lio/reactiverse/pgclient/impl/PgConnectionImpl;Lio/reactiverse/pgclient/impl/CommandBase;)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/PgConnectionImpl.lambda$1(Lio/reactiverse/pgclient/impl/CommandBase;Ljava/lang/Void;)V (7)
(Ljava/lang/Void;)V
invokeinterface io.vertx.core.Context.runOnContext:(Lio/vertx/core/Handler;)V
7: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lio/reactiverse/pgclient/impl/PgConnectionImpl;
0 8 1 cmd Lio/reactiverse/pgclient/impl/CommandBase<*>;
Signature: (Lio/reactiverse/pgclient/impl/CommandBase<*>;)V
MethodParameters:
Name Flags
cmd
public void handleException(java.lang.Throwable);
descriptor: (Ljava/lang/Throwable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactiverse.pgclient.impl.PgConnectionImpl.exceptionHandler:Lio/vertx/core/Handler;
astore 2
start local 2 1: aload 2
ifnull 4
2: aload 0
getfield io.reactiverse.pgclient.impl.PgConnectionImpl.context:Lio/vertx/core/Context;
aload 2
aload 1
invokedynamic handle(Lio/vertx/core/Handler;Ljava/lang/Throwable;)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/PgConnectionImpl.lambda$2(Lio/vertx/core/Handler;Ljava/lang/Throwable;Ljava/lang/Void;)V (6)
(Ljava/lang/Void;)V
invokeinterface io.vertx.core.Context.runOnContext:(Lio/vertx/core/Handler;)V
3: goto 5
4: StackMap locals: io.vertx.core.Handler
StackMap stack:
aload 1
invokevirtual java.lang.Throwable.printStackTrace:()V
5: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/reactiverse/pgclient/impl/PgConnectionImpl;
0 6 1 err Ljava/lang/Throwable;
1 6 2 handler Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
MethodParameters:
Name Flags
err
public boolean isSSL();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.reactiverse.pgclient.impl.PgConnectionImpl.conn:Lio/reactiverse/pgclient/impl/Connection;
invokeinterface io.reactiverse.pgclient.impl.Connection.isSsl:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/reactiverse/pgclient/impl/PgConnectionImpl;
public io.reactiverse.pgclient.PgConnection closeHandler(io.vertx.core.Handler<java.lang.Void>);
descriptor: (Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgConnection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield io.reactiverse.pgclient.impl.PgConnectionImpl.closeHandler: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/PgConnectionImpl;
0 2 1 handler Lio/vertx/core/Handler<Ljava/lang/Void;>;
Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/reactiverse/pgclient/PgConnection;
MethodParameters:
Name Flags
handler
public io.reactiverse.pgclient.PgConnection notificationHandler(io.vertx.core.Handler<io.reactiverse.pgclient.PgNotification>);
descriptor: (Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgConnection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield io.reactiverse.pgclient.impl.PgConnectionImpl.notificationHandler: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/PgConnectionImpl;
0 2 1 handler Lio/vertx/core/Handler<Lio/reactiverse/pgclient/PgNotification;>;
Signature: (Lio/vertx/core/Handler<Lio/reactiverse/pgclient/PgNotification;>;)Lio/reactiverse/pgclient/PgConnection;
MethodParameters:
Name Flags
handler
public io.reactiverse.pgclient.PgConnection exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
descriptor: (Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgConnection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield io.reactiverse.pgclient.impl.PgConnectionImpl.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/PgConnectionImpl;
0 2 1 handler Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/reactiverse/pgclient/PgConnection;
MethodParameters:
Name Flags
handler
public io.reactiverse.pgclient.PgTransaction begin();
descriptor: ()Lio/reactiverse/pgclient/PgTransaction;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
iconst_0
invokevirtual io.reactiverse.pgclient.impl.PgConnectionImpl.begin:(Z)Lio/reactiverse/pgclient/PgTransaction;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/reactiverse/pgclient/impl/PgConnectionImpl;
io.reactiverse.pgclient.PgTransaction begin(boolean);
descriptor: (Z)Lio/reactiverse/pgclient/PgTransaction;
flags: (0x0000)
Code:
stack=7, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactiverse.pgclient.impl.PgConnectionImpl.tx:Lio/reactiverse/pgclient/impl/Transaction;
ifnull 2
1: new java.lang.IllegalStateException
dup
invokespecial java.lang.IllegalStateException.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
aload 0
new io.reactiverse.pgclient.impl.Transaction
dup
aload 0
getfield io.reactiverse.pgclient.impl.PgConnectionImpl.context:Lio/vertx/core/Context;
aload 0
getfield io.reactiverse.pgclient.impl.PgConnectionImpl.conn:Lio/reactiverse/pgclient/impl/Connection;
aload 0
iload 1
invokedynamic handle(Lio/reactiverse/pgclient/impl/PgConnectionImpl;Z)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/PgConnectionImpl.lambda$3(ZLjava/lang/Void;)V (7)
(Ljava/lang/Void;)V
invokespecial io.reactiverse.pgclient.impl.Transaction.<init>:(Lio/vertx/core/Context;Lio/reactiverse/pgclient/impl/Connection;Lio/vertx/core/Handler;)V
putfield io.reactiverse.pgclient.impl.PgConnectionImpl.tx:Lio/reactiverse/pgclient/impl/Transaction;
3: aload 0
getfield io.reactiverse.pgclient.impl.PgConnectionImpl.tx:Lio/reactiverse/pgclient/impl/Transaction;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/reactiverse/pgclient/impl/PgConnectionImpl;
0 4 1 closeOnEnd Z
MethodParameters:
Name Flags
closeOnEnd
public void handleNotification(int, java.lang.String, java.lang.String);
descriptor: (ILjava/lang/String;Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield io.reactiverse.pgclient.impl.PgConnectionImpl.notificationHandler:Lio/vertx/core/Handler;
astore 4
start local 4 1: aload 4
ifnull 3
2: aload 4
new io.reactiverse.pgclient.PgNotification
dup
invokespecial io.reactiverse.pgclient.PgNotification.<init>:()V
iload 1
invokevirtual io.reactiverse.pgclient.PgNotification.setProcessId:(I)Lio/reactiverse/pgclient/PgNotification;
aload 2
invokevirtual io.reactiverse.pgclient.PgNotification.setChannel:(Ljava/lang/String;)Lio/reactiverse/pgclient/PgNotification;
aload 3
invokevirtual io.reactiverse.pgclient.PgNotification.setPayload:(Ljava/lang/String;)Lio/reactiverse/pgclient/PgNotification;
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
3: StackMap locals: io.vertx.core.Handler
StackMap stack:
return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/reactiverse/pgclient/impl/PgConnectionImpl;
0 4 1 processId I
0 4 2 channel Ljava/lang/String;
0 4 3 payload Ljava/lang/String;
1 4 4 handler Lio/vertx/core/Handler<Lio/reactiverse/pgclient/PgNotification;>;
MethodParameters:
Name Flags
processId
channel
payload
public void close();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield io.reactiverse.pgclient.impl.PgConnectionImpl.context:Lio/vertx/core/Context;
invokestatic io.vertx.core.Vertx.currentContext:()Lio/vertx/core/Context;
if_acmpne 7
1: aload 0
getfield io.reactiverse.pgclient.impl.PgConnectionImpl.tx:Lio/reactiverse/pgclient/impl/Transaction;
ifnull 5
2: aload 0
getfield io.reactiverse.pgclient.impl.PgConnectionImpl.tx:Lio/reactiverse/pgclient/impl/Transaction;
aload 0
invokedynamic handle(Lio/reactiverse/pgclient/impl/PgConnectionImpl;)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/PgConnectionImpl.lambda$4(Lio/vertx/core/AsyncResult;)V (7)
(Lio/vertx/core/AsyncResult;)V
invokevirtual io.reactiverse.pgclient.impl.Transaction.rollback:(Lio/vertx/core/Handler;)V
3: aload 0
aconst_null
putfield io.reactiverse.pgclient.impl.PgConnectionImpl.tx:Lio/reactiverse/pgclient/impl/Transaction;
4: goto 8
5: StackMap locals:
StackMap stack:
aload 0
getfield io.reactiverse.pgclient.impl.PgConnectionImpl.conn:Lio/reactiverse/pgclient/impl/Connection;
aload 0
invokeinterface io.reactiverse.pgclient.impl.Connection.close:(Lio/reactiverse/pgclient/impl/Connection$Holder;)V
6: goto 8
7: StackMap locals:
StackMap stack:
aload 0
getfield io.reactiverse.pgclient.impl.PgConnectionImpl.context:Lio/vertx/core/Context;
aload 0
invokedynamic handle(Lio/reactiverse/pgclient/impl/PgConnectionImpl;)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/PgConnectionImpl.lambda$5(Ljava/lang/Void;)V (7)
(Ljava/lang/Void;)V
invokeinterface io.vertx.core.Context.runOnContext:(Lio/vertx/core/Handler;)V
8: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lio/reactiverse/pgclient/impl/PgConnectionImpl;
public int processId();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.reactiverse.pgclient.impl.PgConnectionImpl.conn:Lio/reactiverse/pgclient/impl/Connection;
invokeinterface io.reactiverse.pgclient.impl.Connection.getProcessId:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/reactiverse/pgclient/impl/PgConnectionImpl;
public int secretKey();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.reactiverse.pgclient.impl.PgConnectionImpl.conn:Lio/reactiverse/pgclient/impl/Connection;
invokeinterface io.reactiverse.pgclient.impl.Connection.getSecretKey:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/reactiverse/pgclient/impl/PgConnectionImpl;
public io.reactiverse.pgclient.PgConnection cancelRequest(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
descriptor: (Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgConnection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: invokestatic io.vertx.core.Vertx.currentContext:()Lio/vertx/core/Context;
astore 2
start local 2 1: aload 2
aload 0
getfield io.reactiverse.pgclient.impl.PgConnectionImpl.context:Lio/vertx/core/Context;
if_acmpne 4
2: aload 0
getfield io.reactiverse.pgclient.impl.PgConnectionImpl.factory:Lio/reactiverse/pgclient/impl/PgConnectionFactory;
aload 0
aload 1
invokedynamic handle(Lio/reactiverse/pgclient/impl/PgConnectionImpl;Lio/vertx/core/Handler;)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/PgConnectionImpl.lambda$6(Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V (7)
(Lio/vertx/core/AsyncResult;)V
invokevirtual io.reactiverse.pgclient.impl.PgConnectionFactory.connect:(Lio/vertx/core/Handler;)V
3: goto 5
4: StackMap locals: io.vertx.core.Context
StackMap stack:
aload 0
getfield io.reactiverse.pgclient.impl.PgConnectionImpl.context:Lio/vertx/core/Context;
aload 0
aload 1
invokedynamic handle(Lio/reactiverse/pgclient/impl/PgConnectionImpl;Lio/vertx/core/Handler;)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/PgConnectionImpl.lambda$7(Lio/vertx/core/Handler;Ljava/lang/Void;)V (7)
(Ljava/lang/Void;)V
invokeinterface io.vertx.core.Context.runOnContext:(Lio/vertx/core/Handler;)V
5: StackMap locals:
StackMap stack:
aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/reactiverse/pgclient/impl/PgConnectionImpl;
0 6 1 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
1 6 2 current Lio/vertx/core/Context;
Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/reactiverse/pgclient/PgConnection;
MethodParameters:
Name Flags
handler
public io.reactiverse.pgclient.PgConnection preparedQuery(java.lang.String, java.util.stream.Collector, io.vertx.core.Handler);
descriptor: (Ljava/lang/String;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgConnection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
0: aload 0
aload 1
aload 2
checkcast java.util.stream.Collector
aload 3
checkcast io.vertx.core.Handler
invokevirtual io.reactiverse.pgclient.impl.PgConnectionImpl.preparedQuery:(Ljava/lang/String;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgClient;
checkcast io.reactiverse.pgclient.PgConnection
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.reactiverse.pgclient.PgConnection preparedQuery(java.lang.String, io.vertx.core.Handler);
descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgConnection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
aload 2
invokevirtual io.reactiverse.pgclient.impl.PgConnectionImpl.preparedQuery:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgClient;
checkcast io.reactiverse.pgclient.PgConnection
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.reactiverse.pgclient.PgConnection preparedQuery(java.lang.String, io.reactiverse.pgclient.Tuple, java.util.stream.Collector, io.vertx.core.Handler);
descriptor: (Ljava/lang/String;Lio/reactiverse/pgclient/Tuple;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgConnection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=5, locals=5, args_size=5
0: aload 0
aload 1
aload 2
aload 3
checkcast java.util.stream.Collector
aload 4
checkcast io.vertx.core.Handler
invokevirtual io.reactiverse.pgclient.impl.PgConnectionImpl.preparedQuery:(Ljava/lang/String;Lio/reactiverse/pgclient/Tuple;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgClient;
checkcast io.reactiverse.pgclient.PgConnection
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.reactiverse.pgclient.PgConnection preparedQuery(java.lang.String, io.reactiverse.pgclient.Tuple, io.vertx.core.Handler);
descriptor: (Ljava/lang/String;Lio/reactiverse/pgclient/Tuple;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgConnection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
0: aload 0
aload 1
aload 2
aload 3
invokevirtual io.reactiverse.pgclient.impl.PgConnectionImpl.preparedQuery:(Ljava/lang/String;Lio/reactiverse/pgclient/Tuple;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgClient;
checkcast io.reactiverse.pgclient.PgConnection
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.reactiverse.pgclient.PgConnection prepare(java.lang.String, io.vertx.core.Handler);
descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgConnection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
aload 2
invokevirtual io.reactiverse.pgclient.impl.PgConnectionImpl.prepare:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/impl/PgConnectionBase;
checkcast io.reactiverse.pgclient.PgConnection
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.reactiverse.pgclient.PgConnection query(java.lang.String, java.util.stream.Collector, io.vertx.core.Handler);
descriptor: (Ljava/lang/String;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgConnection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
0: aload 0
aload 1
aload 2
checkcast java.util.stream.Collector
aload 3
checkcast io.vertx.core.Handler
invokevirtual io.reactiverse.pgclient.impl.PgConnectionImpl.query:(Ljava/lang/String;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgClient;
checkcast io.reactiverse.pgclient.PgConnection
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.reactiverse.pgclient.PgConnection query(java.lang.String, io.vertx.core.Handler);
descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgConnection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
aload 2
invokevirtual io.reactiverse.pgclient.impl.PgConnectionImpl.query:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgClient;
checkcast io.reactiverse.pgclient.PgConnection
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.reactiverse.pgclient.PgConnection preparedBatch(java.lang.String, java.util.List, java.util.stream.Collector, io.vertx.core.Handler);
descriptor: (Ljava/lang/String;Ljava/util/List;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgConnection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=5, locals=5, args_size=5
0: aload 0
aload 1
aload 2
aload 3
checkcast java.util.stream.Collector
aload 4
checkcast io.vertx.core.Handler
invokevirtual io.reactiverse.pgclient.impl.PgConnectionImpl.preparedBatch:(Ljava/lang/String;Ljava/util/List;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgClient;
checkcast io.reactiverse.pgclient.PgConnection
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.reactiverse.pgclient.PgConnection preparedBatch(java.lang.String, java.util.List, io.vertx.core.Handler);
descriptor: (Ljava/lang/String;Ljava/util/List;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgConnection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
0: aload 0
aload 1
aload 2
aload 3
invokevirtual io.reactiverse.pgclient.impl.PgConnectionImpl.preparedBatch:(Ljava/lang/String;Ljava/util/List;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgClient;
checkcast io.reactiverse.pgclient.PgConnection
areturn
LocalVariableTable:
Start End Slot Name Signature
private void lambda$0(io.vertx.core.Handler, io.reactiverse.pgclient.impl.CommandResponse);
descriptor: (Lio/vertx/core/Handler;Lio/reactiverse/pgclient/impl/CommandResponse;)V
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 2 0: aload 2
aload 0
putfield io.reactiverse.pgclient.impl.CommandResponse.scheduler:Lio/reactiverse/pgclient/impl/CommandScheduler;
1: aload 1
aload 2
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
2: return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/reactiverse/pgclient/impl/PgConnectionImpl;
0 3 2 cr Lio/reactiverse/pgclient/impl/CommandResponse<TR;>;
private void lambda$1(io.reactiverse.pgclient.impl.CommandBase, java.lang.Void);
descriptor: (Lio/reactiverse/pgclient/impl/CommandBase;Ljava/lang/Void;)V
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 2 0: aload 0
aload 1
invokevirtual io.reactiverse.pgclient.impl.PgConnectionImpl.schedule:(Lio/reactiverse/pgclient/impl/CommandBase;)V
1: return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactiverse/pgclient/impl/PgConnectionImpl;
0 2 2 v Ljava/lang/Void;
private static void lambda$2(io.vertx.core.Handler, java.lang.Throwable, java.lang.Void);
descriptor: (Lio/vertx/core/Handler;Ljava/lang/Throwable;Ljava/lang/Void;)V
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=2, locals=3, args_size=3
start local 2 0: aload 0
aload 1
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
1: return
end local 2 LocalVariableTable:
Start End Slot Name Signature
0 2 2 v Ljava/lang/Void;
private void lambda$3(boolean, java.lang.Void);
descriptor: (ZLjava/lang/Void;)V
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 2 0: aload 0
aconst_null
putfield io.reactiverse.pgclient.impl.PgConnectionImpl.tx:Lio/reactiverse/pgclient/impl/Transaction;
1: iload 1
ifeq 3
2: aload 0
invokevirtual io.reactiverse.pgclient.impl.PgConnectionImpl.close:()V
3: StackMap locals:
StackMap stack:
return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/reactiverse/pgclient/impl/PgConnectionImpl;
0 4 2 v Ljava/lang/Void;
private void lambda$4(io.vertx.core.AsyncResult);
descriptor: (Lio/vertx/core/AsyncResult;)V
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactiverse.pgclient.impl.PgConnectionImpl.conn:Lio/reactiverse/pgclient/impl/Connection;
aload 0
invokeinterface io.reactiverse.pgclient.impl.Connection.close:(Lio/reactiverse/pgclient/impl/Connection$Holder;)V
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/reactiverse/pgclient/impl/PgConnectionImpl;
0 1 1 ar Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;
private void lambda$5(java.lang.Void);
descriptor: (Ljava/lang/Void;)V
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual io.reactiverse.pgclient.impl.PgConnectionImpl.close:()V
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/reactiverse/pgclient/impl/PgConnectionImpl;
0 1 1 v Ljava/lang/Void;
private void lambda$6(io.vertx.core.Handler, io.vertx.core.AsyncResult);
descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=3
start local 0 start local 2 0: aload 2
invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
ifeq 4
1: aload 2
invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
checkcast io.reactiverse.pgclient.impl.SocketConnection
astore 3
start local 3 2: aload 3
aload 0
invokevirtual io.reactiverse.pgclient.impl.PgConnectionImpl.processId:()I
aload 0
invokevirtual io.reactiverse.pgclient.impl.PgConnectionImpl.secretKey:()I
aload 1
invokevirtual io.reactiverse.pgclient.impl.SocketConnection.sendCancelRequestMessage:(IILio/vertx/core/Handler;)V
end local 3 3: goto 5
4: StackMap locals:
StackMap stack:
aload 1
aload 2
invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
5: StackMap locals:
StackMap stack:
return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/reactiverse/pgclient/impl/PgConnectionImpl;
0 6 2 ar Lio/vertx/core/AsyncResult<Lio/reactiverse/pgclient/impl/SocketConnection;>;
2 3 3 conn Lio/reactiverse/pgclient/impl/SocketConnection;
private void lambda$7(io.vertx.core.Handler, java.lang.Void);
descriptor: (Lio/vertx/core/Handler;Ljava/lang/Void;)V
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 2 0: aload 0
aload 1
invokevirtual io.reactiverse.pgclient.impl.PgConnectionImpl.cancelRequest:(Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgConnection;
return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/reactiverse/pgclient/impl/PgConnectionImpl;
0 1 2 v Ljava/lang/Void;
}
Signature: Lio/reactiverse/pgclient/impl/PgConnectionBase<Lio/reactiverse/pgclient/impl/PgConnectionImpl;>;Lio/reactiverse/pgclient/PgConnection;Lio/reactiverse/pgclient/impl/Connection$Holder;
SourceFile: "PgConnectionImpl.java"
InnerClasses:
public abstract Holder = io.reactiverse.pgclient.impl.Connection$Holder of io.reactiverse.pgclient.impl.Connection
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles