final class io.vertx.pgclient.impl.codec.PgEncoder extends io.netty.channel.ChannelOutboundHandlerAdapter
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.vertx.pgclient.impl.codec.PgEncoder
super_class: io.netty.channel.ChannelOutboundHandlerAdapter
{
private static final byte PASSWORD_MESSAGE;
descriptor: B
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 112
private static final byte QUERY;
descriptor: B
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 81
private static final byte TERMINATE;
descriptor: B
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 88
private static final byte PARSE;
descriptor: B
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 80
private static final byte BIND;
descriptor: B
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 66
private static final byte DESCRIBE;
descriptor: B
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 68
private static final byte EXECUTE;
descriptor: B
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 69
private static final byte CLOSE;
descriptor: B
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 67
private static final byte SYNC;
descriptor: B
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 83
private final java.util.ArrayDeque<io.vertx.pgclient.impl.codec.PgCommandCodec<?, ?>> inflight;
descriptor: Ljava/util/ArrayDeque;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/ArrayDeque<Lio/vertx/pgclient/impl/codec/PgCommandCodec<**>;>;
private io.netty.channel.ChannelHandlerContext ctx;
descriptor: Lio/netty/channel/ChannelHandlerContext;
flags: (0x0002) ACC_PRIVATE
private io.netty.buffer.ByteBuf out;
descriptor: Lio/netty/buffer/ByteBuf;
flags: (0x0002) ACC_PRIVATE
private io.vertx.pgclient.impl.codec.PgDecoder dec;
descriptor: Lio/vertx/pgclient/impl/codec/PgDecoder;
flags: (0x0002) ACC_PRIVATE
void <init>(io.vertx.pgclient.impl.codec.PgDecoder, java.util.ArrayDeque<io.vertx.pgclient.impl.codec.PgCommandCodec<?, ?>>);
descriptor: (Lio/vertx/pgclient/impl/codec/PgDecoder;Ljava/util/ArrayDeque;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial io.netty.channel.ChannelOutboundHandlerAdapter.<init>:()V
1: aload 0
aload 2
putfield io.vertx.pgclient.impl.codec.PgEncoder.inflight:Ljava/util/ArrayDeque;
2: aload 0
aload 1
putfield io.vertx.pgclient.impl.codec.PgEncoder.dec:Lio/vertx/pgclient/impl/codec/PgDecoder;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/pgclient/impl/codec/PgEncoder;
0 4 1 dec Lio/vertx/pgclient/impl/codec/PgDecoder;
0 4 2 inflight Ljava/util/ArrayDeque<Lio/vertx/pgclient/impl/codec/PgCommandCodec<**>;>;
Signature: (Lio/vertx/pgclient/impl/codec/PgDecoder;Ljava/util/ArrayDeque<Lio/vertx/pgclient/impl/codec/PgCommandCodec<**>;>;)V
MethodParameters:
Name Flags
dec
inflight
void write(io.vertx.sqlclient.impl.command.CommandBase<?>);
descriptor: (Lio/vertx/sqlclient/impl/command/CommandBase;)V
flags: (0x0000)
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual io.vertx.pgclient.impl.codec.PgEncoder.wrap:(Lio/vertx/sqlclient/impl/command/CommandBase;)Lio/vertx/pgclient/impl/codec/PgCommandCodec;
astore 2
start local 2 1: aload 2
aload 0
invokedynamic handle(Lio/vertx/pgclient/impl/codec/PgEncoder;)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/vertx/pgclient/impl/codec/PgEncoder.lambda$0(Lio/vertx/sqlclient/impl/command/CommandResponse;)V (7)
(Lio/vertx/sqlclient/impl/command/CommandResponse;)V
putfield io.vertx.pgclient.impl.codec.PgCommandCodec.completionHandler:Lio/vertx/core/Handler;
2: aload 2
aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.ctx:Lio/netty/channel/ChannelHandlerContext;
dup
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
pop
invokedynamic handle(Lio/netty/channel/ChannelHandlerContext;)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/netty/channel/ChannelHandlerContext.fireChannelRead(Ljava/lang/Object;)Lio/netty/channel/ChannelHandlerContext; (9 itf)
(Lio/vertx/pgclient/impl/codec/NoticeResponse;)V
putfield io.vertx.pgclient.impl.codec.PgCommandCodec.noticeHandler:Lio/vertx/core/Handler;
3: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.inflight:Ljava/util/ArrayDeque;
aload 2
invokevirtual java.util.ArrayDeque.add:(Ljava/lang/Object;)Z
pop
4: aload 2
aload 0
invokevirtual io.vertx.pgclient.impl.codec.PgCommandCodec.encode:(Lio/vertx/pgclient/impl/codec/PgEncoder;)V
5: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/vertx/pgclient/impl/codec/PgEncoder;
0 6 1 cmd Lio/vertx/sqlclient/impl/command/CommandBase<*>;
1 6 2 codec Lio/vertx/pgclient/impl/codec/PgCommandCodec<**>;
Signature: (Lio/vertx/sqlclient/impl/command/CommandBase<*>;)V
MethodParameters:
Name Flags
cmd
private io.vertx.pgclient.impl.codec.PgCommandCodec<?, ?> wrap(io.vertx.sqlclient.impl.command.CommandBase<?>);
descriptor: (Lio/vertx/sqlclient/impl/command/CommandBase;)Lio/vertx/pgclient/impl/codec/PgCommandCodec;
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 1
instanceof io.vertx.sqlclient.impl.command.InitCommand
ifeq 2
1: new io.vertx.pgclient.impl.codec.InitCommandCodec
dup
aload 1
checkcast io.vertx.sqlclient.impl.command.InitCommand
invokespecial io.vertx.pgclient.impl.codec.InitCommandCodec.<init>:(Lio/vertx/sqlclient/impl/command/InitCommand;)V
areturn
2: StackMap locals:
StackMap stack:
aload 1
instanceof io.vertx.sqlclient.impl.command.SimpleQueryCommand
ifeq 4
3: new io.vertx.pgclient.impl.codec.SimpleQueryCodec
dup
aload 1
checkcast io.vertx.sqlclient.impl.command.SimpleQueryCommand
invokespecial io.vertx.pgclient.impl.codec.SimpleQueryCodec.<init>:(Lio/vertx/sqlclient/impl/command/SimpleQueryCommand;)V
areturn
4: StackMap locals:
StackMap stack:
aload 1
instanceof io.vertx.sqlclient.impl.command.ExtendedQueryCommand
ifeq 6
5: new io.vertx.pgclient.impl.codec.ExtendedQueryCommandCodec
dup
aload 1
checkcast io.vertx.sqlclient.impl.command.ExtendedQueryCommand
invokespecial io.vertx.pgclient.impl.codec.ExtendedQueryCommandCodec.<init>:(Lio/vertx/sqlclient/impl/command/ExtendedQueryCommand;)V
areturn
6: StackMap locals:
StackMap stack:
aload 1
instanceof io.vertx.sqlclient.impl.command.ExtendedBatchQueryCommand
ifeq 8
7: new io.vertx.pgclient.impl.codec.ExtendedBatchQueryCommandCodec
dup
aload 1
checkcast io.vertx.sqlclient.impl.command.ExtendedBatchQueryCommand
invokespecial io.vertx.pgclient.impl.codec.ExtendedBatchQueryCommandCodec.<init>:(Lio/vertx/sqlclient/impl/command/ExtendedBatchQueryCommand;)V
areturn
8: StackMap locals:
StackMap stack:
aload 1
instanceof io.vertx.sqlclient.impl.command.PrepareStatementCommand
ifeq 10
9: new io.vertx.pgclient.impl.codec.PrepareStatementCommandCodec
dup
aload 1
checkcast io.vertx.sqlclient.impl.command.PrepareStatementCommand
invokespecial io.vertx.pgclient.impl.codec.PrepareStatementCommandCodec.<init>:(Lio/vertx/sqlclient/impl/command/PrepareStatementCommand;)V
areturn
10: StackMap locals:
StackMap stack:
aload 1
instanceof io.vertx.sqlclient.impl.command.CloseConnectionCommand
ifeq 12
11: getstatic io.vertx.pgclient.impl.codec.CloseConnectionCommandCodec.INSTANCE:Lio/vertx/pgclient/impl/codec/CloseConnectionCommandCodec;
areturn
12: StackMap locals:
StackMap stack:
aload 1
instanceof io.vertx.sqlclient.impl.command.CloseCursorCommand
ifeq 14
13: new io.vertx.pgclient.impl.codec.ClosePortalCommandCodec
dup
aload 1
checkcast io.vertx.sqlclient.impl.command.CloseCursorCommand
invokespecial io.vertx.pgclient.impl.codec.ClosePortalCommandCodec.<init>:(Lio/vertx/sqlclient/impl/command/CloseCursorCommand;)V
areturn
14: StackMap locals:
StackMap stack:
aload 1
instanceof io.vertx.sqlclient.impl.command.CloseStatementCommand
ifeq 16
15: new io.vertx.pgclient.impl.codec.CloseStatementCommandCodec
dup
aload 1
checkcast io.vertx.sqlclient.impl.command.CloseStatementCommand
invokespecial io.vertx.pgclient.impl.codec.CloseStatementCommandCodec.<init>:(Lio/vertx/sqlclient/impl/command/CloseStatementCommand;)V
areturn
16: StackMap locals:
StackMap stack:
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Lio/vertx/pgclient/impl/codec/PgEncoder;
0 17 1 cmd Lio/vertx/sqlclient/impl/command/CommandBase<*>;
Signature: (Lio/vertx/sqlclient/impl/command/CommandBase<*>;)Lio/vertx/pgclient/impl/codec/PgCommandCodec<**>;
MethodParameters:
Name Flags
cmd
public void handlerAdded(io.netty.channel.ChannelHandlerContext);
descriptor: (Lio/netty/channel/ChannelHandlerContext;)V
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.vertx.pgclient.impl.codec.PgEncoder.ctx:Lio/netty/channel/ChannelHandlerContext;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/pgclient/impl/codec/PgEncoder;
0 2 1 ctx Lio/netty/channel/ChannelHandlerContext;
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
ctx
public void write(io.netty.channel.ChannelHandlerContext, java.lang.Object, io.netty.channel.ChannelPromise);
descriptor: (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;Lio/netty/channel/ChannelPromise;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 2
instanceof io.vertx.sqlclient.impl.command.CommandBase
ifeq 4
1: aload 2
checkcast io.vertx.sqlclient.impl.command.CommandBase
astore 4
start local 4 2: aload 0
aload 4
invokevirtual io.vertx.pgclient.impl.codec.PgEncoder.write:(Lio/vertx/sqlclient/impl/command/CommandBase;)V
end local 4 3: goto 5
4: StackMap locals:
StackMap stack:
aload 0
aload 1
aload 2
aload 3
invokespecial io.netty.channel.ChannelOutboundHandlerAdapter.write:(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;Lio/netty/channel/ChannelPromise;)V
5: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/vertx/pgclient/impl/codec/PgEncoder;
0 6 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 6 2 msg Ljava/lang/Object;
0 6 3 promise Lio/netty/channel/ChannelPromise;
2 3 4 cmd Lio/vertx/sqlclient/impl/command/CommandBase<*>;
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
ctx
msg
promise
public void flush(io.netty.channel.ChannelHandlerContext);
descriptor: (Lio/netty/channel/ChannelHandlerContext;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual io.vertx.pgclient.impl.codec.PgEncoder.flush:()V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/pgclient/impl/codec/PgEncoder;
0 2 1 ctx Lio/netty/channel/ChannelHandlerContext;
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
ctx
void flush();
descriptor: ()V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
ifnull 5
1: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
astore 1
start local 1 2: aload 0
aconst_null
putfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
3: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.ctx:Lio/netty/channel/ChannelHandlerContext;
aload 1
invokeinterface io.netty.channel.ChannelHandlerContext.writeAndFlush:(Ljava/lang/Object;)Lio/netty/channel/ChannelFuture;
pop
end local 1 4: goto 6
5: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.ctx:Lio/netty/channel/ChannelHandlerContext;
invokeinterface io.netty.channel.ChannelHandlerContext.flush:()Lio/netty/channel/ChannelHandlerContext;
pop
6: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/vertx/pgclient/impl/codec/PgEncoder;
2 4 1 buff Lio/netty/buffer/ByteBuf;
void writeTerminate();
descriptor: ()V
flags: (0x0000)
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual io.vertx.pgclient.impl.codec.PgEncoder.ensureBuffer:()V
1: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
bipush 88
invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
pop
2: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
iconst_4
invokevirtual io.netty.buffer.ByteBuf.writeInt:(I)Lio/netty/buffer/ByteBuf;
pop
3: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/pgclient/impl/codec/PgEncoder;
void writeSync();
descriptor: ()V
flags: (0x0000)
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual io.vertx.pgclient.impl.codec.PgEncoder.ensureBuffer:()V
1: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
bipush 83
invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
pop
2: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
iconst_4
invokevirtual io.netty.buffer.ByteBuf.writeInt:(I)Lio/netty/buffer/ByteBuf;
pop
3: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/pgclient/impl/codec/PgEncoder;
void writeClosePortal(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0000)
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual io.vertx.pgclient.impl.codec.PgEncoder.ensureBuffer:()V
1: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
istore 2
start local 2 2: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
bipush 67
invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
pop
3: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
iconst_0
invokevirtual io.netty.buffer.ByteBuf.writeInt:(I)Lio/netty/buffer/ByteBuf;
pop
4: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
bipush 80
invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
pop
5: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
aload 1
invokestatic io.vertx.pgclient.impl.util.Util.writeCStringUTF8:(Lio/netty/buffer/ByteBuf;Ljava/lang/String;)V
6: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
iload 2
iconst_1
iadd
aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
iload 2
isub
iconst_1
isub
invokevirtual io.netty.buffer.ByteBuf.setInt:(II)Lio/netty/buffer/ByteBuf;
pop
7: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lio/vertx/pgclient/impl/codec/PgEncoder;
0 8 1 portal Ljava/lang/String;
2 8 2 pos I
MethodParameters:
Name Flags
portal
void writeStartupMessage(io.vertx.pgclient.impl.codec.StartupMessage);
descriptor: (Lio/vertx/pgclient/impl/codec/StartupMessage;)V
flags: (0x0000)
Code:
stack=4, locals=5, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual io.vertx.pgclient.impl.codec.PgEncoder.ensureBuffer:()V
1: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
istore 2
start local 2 2: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
iconst_0
invokevirtual io.netty.buffer.ByteBuf.writeInt:(I)Lio/netty/buffer/ByteBuf;
pop
3: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
iconst_3
invokevirtual io.netty.buffer.ByteBuf.writeShort:(I)Lio/netty/buffer/ByteBuf;
pop
4: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
iconst_0
invokevirtual io.netty.buffer.ByteBuf.writeShort:(I)Lio/netty/buffer/ByteBuf;
pop
5: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
getstatic io.vertx.pgclient.impl.codec.StartupMessage.BUFF_USER:Lio/netty/buffer/ByteBuf;
invokestatic io.vertx.pgclient.impl.util.Util.writeCString:(Lio/netty/buffer/ByteBuf;Lio/netty/buffer/ByteBuf;)V
6: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
aload 1
getfield io.vertx.pgclient.impl.codec.StartupMessage.username:Ljava/lang/String;
invokestatic io.vertx.pgclient.impl.util.Util.writeCStringUTF8:(Lio/netty/buffer/ByteBuf;Ljava/lang/String;)V
7: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
getstatic io.vertx.pgclient.impl.codec.StartupMessage.BUFF_DATABASE:Lio/netty/buffer/ByteBuf;
invokestatic io.vertx.pgclient.impl.util.Util.writeCString:(Lio/netty/buffer/ByteBuf;Lio/netty/buffer/ByteBuf;)V
8: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
aload 1
getfield io.vertx.pgclient.impl.codec.StartupMessage.database:Ljava/lang/String;
invokestatic io.vertx.pgclient.impl.util.Util.writeCStringUTF8:(Lio/netty/buffer/ByteBuf;Ljava/lang/String;)V
9: aload 1
getfield io.vertx.pgclient.impl.codec.StartupMessage.properties:Ljava/util/Map;
invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
astore 4
goto 13
StackMap locals: io.vertx.pgclient.impl.codec.PgEncoder io.vertx.pgclient.impl.codec.StartupMessage int top java.util.Iterator
StackMap stack:
10: aload 4
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast java.util.Map$Entry
astore 3
start local 3 11: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
aload 3
invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
checkcast java.lang.String
getstatic java.nio.charset.StandardCharsets.UTF_8:Ljava/nio/charset/Charset;
invokestatic io.vertx.pgclient.impl.util.Util.writeCString:(Lio/netty/buffer/ByteBuf;Ljava/lang/String;Ljava/nio/charset/Charset;)V
12: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
aload 3
invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
checkcast java.lang.String
getstatic java.nio.charset.StandardCharsets.UTF_8:Ljava/nio/charset/Charset;
invokestatic io.vertx.pgclient.impl.util.Util.writeCString:(Lio/netty/buffer/ByteBuf;Ljava/lang/String;Ljava/nio/charset/Charset;)V
end local 3 13: StackMap locals:
StackMap stack:
aload 4
invokeinterface java.util.Iterator.hasNext:()Z
ifne 10
14: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
iconst_0
invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
pop
15: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
iload 2
aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
iload 2
isub
invokevirtual io.netty.buffer.ByteBuf.setInt:(II)Lio/netty/buffer/ByteBuf;
pop
16: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Lio/vertx/pgclient/impl/codec/PgEncoder;
0 17 1 msg Lio/vertx/pgclient/impl/codec/StartupMessage;
2 17 2 pos I
11 13 3 property Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/String;>;
MethodParameters:
Name Flags
msg
void writePasswordMessage(io.vertx.pgclient.impl.codec.PasswordMessage);
descriptor: (Lio/vertx/pgclient/impl/codec/PasswordMessage;)V
flags: (0x0000)
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual io.vertx.pgclient.impl.codec.PgEncoder.ensureBuffer:()V
1: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
istore 2
start local 2 2: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
bipush 112
invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
pop
3: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
iconst_0
invokevirtual io.netty.buffer.ByteBuf.writeInt:(I)Lio/netty/buffer/ByteBuf;
pop
4: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
aload 1
getfield io.vertx.pgclient.impl.codec.PasswordMessage.hash:Ljava/lang/String;
invokestatic io.vertx.pgclient.impl.util.Util.writeCStringUTF8:(Lio/netty/buffer/ByteBuf;Ljava/lang/String;)V
5: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
iload 2
iconst_1
iadd
aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
iload 2
isub
iconst_1
isub
invokevirtual io.netty.buffer.ByteBuf.setInt:(II)Lio/netty/buffer/ByteBuf;
pop
6: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/vertx/pgclient/impl/codec/PgEncoder;
0 7 1 msg Lio/vertx/pgclient/impl/codec/PasswordMessage;
2 7 2 pos I
MethodParameters:
Name Flags
msg
void writeQuery(io.vertx.pgclient.impl.codec.Query);
descriptor: (Lio/vertx/pgclient/impl/codec/Query;)V
flags: (0x0000)
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual io.vertx.pgclient.impl.codec.PgEncoder.ensureBuffer:()V
1: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
istore 2
start local 2 2: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
bipush 81
invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
pop
3: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
iconst_0
invokevirtual io.netty.buffer.ByteBuf.writeInt:(I)Lio/netty/buffer/ByteBuf;
pop
4: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
aload 1
getfield io.vertx.pgclient.impl.codec.Query.sql:Ljava/lang/String;
invokestatic io.vertx.pgclient.impl.util.Util.writeCStringUTF8:(Lio/netty/buffer/ByteBuf;Ljava/lang/String;)V
5: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
iload 2
iconst_1
iadd
aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
iload 2
isub
iconst_1
isub
invokevirtual io.netty.buffer.ByteBuf.setInt:(II)Lio/netty/buffer/ByteBuf;
pop
6: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/vertx/pgclient/impl/codec/PgEncoder;
0 7 1 query Lio/vertx/pgclient/impl/codec/Query;
2 7 2 pos I
MethodParameters:
Name Flags
query
void writeDescribe(io.vertx.pgclient.impl.codec.Describe);
descriptor: (Lio/vertx/pgclient/impl/codec/Describe;)V
flags: (0x0000)
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual io.vertx.pgclient.impl.codec.PgEncoder.ensureBuffer:()V
1: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
istore 2
start local 2 2: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
bipush 68
invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
pop
3: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
iconst_0
invokevirtual io.netty.buffer.ByteBuf.writeInt:(I)Lio/netty/buffer/ByteBuf;
pop
4: aload 1
getfield io.vertx.pgclient.impl.codec.Describe.statement:J
lconst_0
lcmp
ifeq 8
5: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
bipush 83
invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
pop
6: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
aload 1
getfield io.vertx.pgclient.impl.codec.Describe.statement:J
invokevirtual io.netty.buffer.ByteBuf.writeLong:(J)Lio/netty/buffer/ByteBuf;
pop
7: goto 14
StackMap locals: int
StackMap stack:
8: aload 1
getfield io.vertx.pgclient.impl.codec.Describe.portal:Ljava/lang/String;
ifnull 12
9: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
bipush 80
invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
pop
10: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
aload 1
getfield io.vertx.pgclient.impl.codec.Describe.portal:Ljava/lang/String;
invokestatic io.vertx.pgclient.impl.util.Util.writeCStringUTF8:(Lio/netty/buffer/ByteBuf;Ljava/lang/String;)V
11: goto 14
12: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
bipush 83
invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
pop
13: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
ldc ""
invokestatic io.vertx.pgclient.impl.util.Util.writeCStringUTF8:(Lio/netty/buffer/ByteBuf;Ljava/lang/String;)V
14: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
iload 2
iconst_1
iadd
aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
iload 2
isub
iconst_1
isub
invokevirtual io.netty.buffer.ByteBuf.setInt:(II)Lio/netty/buffer/ByteBuf;
pop
15: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 16 0 this Lio/vertx/pgclient/impl/codec/PgEncoder;
0 16 1 describe Lio/vertx/pgclient/impl/codec/Describe;
2 16 2 pos I
MethodParameters:
Name Flags
describe
void writeParse(io.vertx.pgclient.impl.codec.Parse);
descriptor: (Lio/vertx/pgclient/impl/codec/Parse;)V
flags: (0x0000)
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual io.vertx.pgclient.impl.codec.PgEncoder.ensureBuffer:()V
1: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
istore 2
start local 2 2: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
bipush 80
invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
pop
3: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
iconst_0
invokevirtual io.netty.buffer.ByteBuf.writeInt:(I)Lio/netty/buffer/ByteBuf;
pop
4: aload 1
getfield io.vertx.pgclient.impl.codec.Parse.statement:J
lconst_0
lcmp
ifne 7
5: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
iconst_0
invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
pop
6: goto 8
7: StackMap locals: int
StackMap stack:
aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
aload 1
getfield io.vertx.pgclient.impl.codec.Parse.statement:J
invokevirtual io.netty.buffer.ByteBuf.writeLong:(J)Lio/netty/buffer/ByteBuf;
pop
8: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
aload 1
getfield io.vertx.pgclient.impl.codec.Parse.query:Ljava/lang/String;
invokestatic io.vertx.pgclient.impl.util.Util.writeCStringUTF8:(Lio/netty/buffer/ByteBuf;Ljava/lang/String;)V
9: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
iconst_0
invokevirtual io.netty.buffer.ByteBuf.writeShort:(I)Lio/netty/buffer/ByteBuf;
pop
10: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
iload 2
iconst_1
iadd
aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
iload 2
isub
iconst_1
isub
invokevirtual io.netty.buffer.ByteBuf.setInt:(II)Lio/netty/buffer/ByteBuf;
pop
11: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lio/vertx/pgclient/impl/codec/PgEncoder;
0 12 1 parse Lio/vertx/pgclient/impl/codec/Parse;
2 12 2 pos I
MethodParameters:
Name Flags
parse
void writeExecute(java.lang.String, int);
descriptor: (Ljava/lang/String;I)V
flags: (0x0000)
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokevirtual io.vertx.pgclient.impl.codec.PgEncoder.ensureBuffer:()V
1: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
istore 3
start local 3 2: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
bipush 69
invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
pop
3: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
iconst_0
invokevirtual io.netty.buffer.ByteBuf.writeInt:(I)Lio/netty/buffer/ByteBuf;
pop
4: aload 1
ifnull 6
5: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
aload 1
getstatic java.nio.charset.StandardCharsets.UTF_8:Ljava/nio/charset/Charset;
invokevirtual io.netty.buffer.ByteBuf.writeCharSequence:(Ljava/lang/CharSequence;Ljava/nio/charset/Charset;)I
pop
6: StackMap locals: int
StackMap stack:
aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
iconst_0
invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
pop
7: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
iload 2
invokevirtual io.netty.buffer.ByteBuf.writeInt:(I)Lio/netty/buffer/ByteBuf;
pop
8: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
iload 3
iconst_1
iadd
aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
iload 3
isub
iconst_1
isub
invokevirtual io.netty.buffer.ByteBuf.setInt:(II)Lio/netty/buffer/ByteBuf;
pop
9: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lio/vertx/pgclient/impl/codec/PgEncoder;
0 10 1 portal Ljava/lang/String;
0 10 2 rowCount I
2 10 3 pos I
MethodParameters:
Name Flags
portal
rowCount
void writeBind(io.vertx.pgclient.impl.codec.Bind, java.lang.String, java.util.List<java.lang.Object>);
descriptor: (Lio/vertx/pgclient/impl/codec/Bind;Ljava/lang/String;Ljava/util/List;)V
flags: (0x0000)
Code:
stack=4, locals=10, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokevirtual io.vertx.pgclient.impl.codec.PgEncoder.ensureBuffer:()V
1: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
istore 4
start local 4 2: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
bipush 66
invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
pop
3: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
iconst_0
invokevirtual io.netty.buffer.ByteBuf.writeInt:(I)Lio/netty/buffer/ByteBuf;
pop
4: aload 2
ifnull 6
5: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
aload 2
getstatic java.nio.charset.StandardCharsets.UTF_8:Ljava/nio/charset/Charset;
invokevirtual io.netty.buffer.ByteBuf.writeCharSequence:(Ljava/lang/CharSequence;Ljava/nio/charset/Charset;)I
pop
6: StackMap locals: int
StackMap stack:
aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
iconst_0
invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
pop
7: aload 1
getfield io.vertx.pgclient.impl.codec.Bind.statement:J
lconst_0
lcmp
ifne 10
8: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
iconst_0
invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
pop
9: goto 11
10: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
aload 1
getfield io.vertx.pgclient.impl.codec.Bind.statement:J
invokevirtual io.netty.buffer.ByteBuf.writeLong:(J)Lio/netty/buffer/ByteBuf;
pop
11: StackMap locals:
StackMap stack:
aload 3
invokeinterface java.util.List.size:()I
istore 5
start local 5 12: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
iload 5
invokevirtual io.netty.buffer.ByteBuf.writeShort:(I)Lio/netty/buffer/ByteBuf;
pop
13: iconst_0
istore 6
start local 6 14: goto 19
15: StackMap locals: int int
StackMap stack:
aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
aload 1
getfield io.vertx.pgclient.impl.codec.Bind.paramTypes:[Lio/vertx/pgclient/impl/codec/DataType;
iload 6
aaload
getfield io.vertx.pgclient.impl.codec.DataType.supportsBinary:Z
ifeq 16
iconst_1
goto 17
StackMap locals:
StackMap stack: io.netty.buffer.ByteBuf
16: iconst_0
StackMap locals: io.vertx.pgclient.impl.codec.PgEncoder io.vertx.pgclient.impl.codec.Bind java.lang.String java.util.List int int int
StackMap stack: io.netty.buffer.ByteBuf int
17: invokevirtual io.netty.buffer.ByteBuf.writeShort:(I)Lio/netty/buffer/ByteBuf;
pop
18: iinc 6 1
StackMap locals:
StackMap stack:
19: iload 6
iload 5
if_icmplt 15
end local 6 20: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
iload 5
invokevirtual io.netty.buffer.ByteBuf.writeShort:(I)Lio/netty/buffer/ByteBuf;
pop
21: iconst_0
istore 6
start local 6 22: goto 36
23: StackMap locals:
StackMap stack:
aload 3
iload 6
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
astore 7
start local 7 24: aload 7
ifnonnull 27
25: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
iconst_m1
invokevirtual io.netty.buffer.ByteBuf.writeInt:(I)Lio/netty/buffer/ByteBuf;
pop
26: goto 35
27: StackMap locals: java.lang.Object
StackMap stack:
aload 1
getfield io.vertx.pgclient.impl.codec.Bind.paramTypes:[Lio/vertx/pgclient/impl/codec/DataType;
iload 6
aaload
astore 8
start local 8 28: aload 8
getfield io.vertx.pgclient.impl.codec.DataType.supportsBinary:Z
ifeq 34
29: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
istore 9
start local 9 30: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
iconst_0
invokevirtual io.netty.buffer.ByteBuf.writeInt:(I)Lio/netty/buffer/ByteBuf;
pop
31: aload 8
aload 7
aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
invokestatic io.vertx.pgclient.impl.codec.DataTypeCodec.encodeBinary:(Lio/vertx/pgclient/impl/codec/DataType;Ljava/lang/Object;Lio/netty/buffer/ByteBuf;)V
32: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
iload 9
aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
iload 9
isub
iconst_4
isub
invokevirtual io.netty.buffer.ByteBuf.setInt:(II)Lio/netty/buffer/ByteBuf;
pop
end local 9 33: goto 35
34: StackMap locals: io.vertx.pgclient.impl.codec.DataType
StackMap stack:
aload 8
aload 7
aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
invokestatic io.vertx.pgclient.impl.codec.DataTypeCodec.encodeText:(Lio/vertx/pgclient/impl/codec/DataType;Ljava/lang/Object;Lio/netty/buffer/ByteBuf;)V
end local 8 end local 7 35: StackMap locals:
StackMap stack:
iinc 6 1
StackMap locals:
StackMap stack:
36: iload 6
iload 5
if_icmplt 23
end local 6 37: aload 1
getfield io.vertx.pgclient.impl.codec.Bind.resultColumns:[Lio/vertx/pgclient/impl/codec/PgColumnDesc;
arraylength
ifle 47
38: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
aload 1
getfield io.vertx.pgclient.impl.codec.Bind.resultColumns:[Lio/vertx/pgclient/impl/codec/PgColumnDesc;
arraylength
invokevirtual io.netty.buffer.ByteBuf.writeShort:(I)Lio/netty/buffer/ByteBuf;
pop
39: aload 1
getfield io.vertx.pgclient.impl.codec.Bind.resultColumns:[Lio/vertx/pgclient/impl/codec/PgColumnDesc;
dup
astore 9
arraylength
istore 8
iconst_0
istore 7
goto 45
StackMap locals: io.vertx.pgclient.impl.codec.PgEncoder io.vertx.pgclient.impl.codec.Bind java.lang.String java.util.List int int top int int io.vertx.pgclient.impl.codec.PgColumnDesc[]
StackMap stack:
40: aload 9
iload 7
aaload
astore 6
start local 6 41: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
aload 6
getfield io.vertx.pgclient.impl.codec.PgColumnDesc.dataType:Lio/vertx/pgclient/impl/codec/DataType;
getfield io.vertx.pgclient.impl.codec.DataType.supportsBinary:Z
ifeq 42
iconst_1
goto 43
StackMap locals: io.vertx.pgclient.impl.codec.PgEncoder io.vertx.pgclient.impl.codec.Bind java.lang.String java.util.List int int io.vertx.pgclient.impl.codec.PgColumnDesc int int io.vertx.pgclient.impl.codec.PgColumnDesc[]
StackMap stack: io.netty.buffer.ByteBuf
42: iconst_0
StackMap locals: io.vertx.pgclient.impl.codec.PgEncoder io.vertx.pgclient.impl.codec.Bind java.lang.String java.util.List int int io.vertx.pgclient.impl.codec.PgColumnDesc int int io.vertx.pgclient.impl.codec.PgColumnDesc[]
StackMap stack: io.netty.buffer.ByteBuf int
43: invokevirtual io.netty.buffer.ByteBuf.writeShort:(I)Lio/netty/buffer/ByteBuf;
pop
end local 6 44: iinc 7 1
StackMap locals: io.vertx.pgclient.impl.codec.PgEncoder io.vertx.pgclient.impl.codec.Bind java.lang.String java.util.List int int top int int io.vertx.pgclient.impl.codec.PgColumnDesc[]
StackMap stack:
45: iload 7
iload 8
if_icmplt 40
46: goto 49
47: StackMap locals: io.vertx.pgclient.impl.codec.PgEncoder io.vertx.pgclient.impl.codec.Bind java.lang.String java.util.List int int
StackMap stack:
aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
iconst_1
invokevirtual io.netty.buffer.ByteBuf.writeShort:(I)Lio/netty/buffer/ByteBuf;
pop
48: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
iconst_1
invokevirtual io.netty.buffer.ByteBuf.writeShort:(I)Lio/netty/buffer/ByteBuf;
pop
49: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
iload 4
iconst_1
iadd
aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
iload 4
isub
iconst_1
isub
invokevirtual io.netty.buffer.ByteBuf.setInt:(II)Lio/netty/buffer/ByteBuf;
pop
50: return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 51 0 this Lio/vertx/pgclient/impl/codec/PgEncoder;
0 51 1 bind Lio/vertx/pgclient/impl/codec/Bind;
0 51 2 portal Ljava/lang/String;
0 51 3 paramValues Ljava/util/List<Ljava/lang/Object;>;
2 51 4 pos I
12 51 5 paramLen I
14 20 6 c I
22 37 6 c I
24 35 7 param Ljava/lang/Object;
28 35 8 dataType Lio/vertx/pgclient/impl/codec/DataType;
30 33 9 idx I
41 44 6 resultColumn Lio/vertx/pgclient/impl/codec/PgColumnDesc;
Signature: (Lio/vertx/pgclient/impl/codec/Bind;Ljava/lang/String;Ljava/util/List<Ljava/lang/Object;>;)V
MethodParameters:
Name Flags
bind
portal
paramValues
private void ensureBuffer();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
ifnonnull 2
1: aload 0
aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.ctx:Lio/netty/channel/ChannelHandlerContext;
invokeinterface io.netty.channel.ChannelHandlerContext.alloc:()Lio/netty/buffer/ByteBufAllocator;
invokeinterface io.netty.buffer.ByteBufAllocator.ioBuffer:()Lio/netty/buffer/ByteBuf;
putfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
2: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/pgclient/impl/codec/PgEncoder;
private void lambda$0(io.vertx.sqlclient.impl.command.CommandResponse);
descriptor: (Lio/vertx/sqlclient/impl/command/CommandResponse;)V
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.inflight:Ljava/util/ArrayDeque;
invokevirtual java.util.ArrayDeque.poll:()Ljava/lang/Object;
checkcast io.vertx.pgclient.impl.codec.PgCommandCodec
astore 2
start local 2 1: aload 1
aload 2
getfield io.vertx.pgclient.impl.codec.PgCommandCodec.cmd:Lio/vertx/sqlclient/impl/command/CommandBase;
putfield io.vertx.sqlclient.impl.command.CommandResponse.cmd:Lio/vertx/sqlclient/impl/command/CommandBase;
2: aload 0
getfield io.vertx.pgclient.impl.codec.PgEncoder.ctx:Lio/netty/channel/ChannelHandlerContext;
aload 1
invokeinterface io.netty.channel.ChannelHandlerContext.fireChannelRead:(Ljava/lang/Object;)Lio/netty/channel/ChannelHandlerContext;
pop
end local 2 3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/pgclient/impl/codec/PgEncoder;
0 4 1 resp Lio/vertx/sqlclient/impl/command/CommandResponse<Ljava/lang/Object;>;
1 3 2 c Lio/vertx/pgclient/impl/codec/PgCommandCodec<**>;
}
SourceFile: "PgEncoder.java"
InnerClasses:
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
public abstract Entry = java.util.Map$Entry of java.util.Map