class io.vertx.mysqlclient.impl.codec.InitDbCommandCodec extends io.vertx.mysqlclient.impl.codec.CommandCodec<java.lang.Void, io.vertx.mysqlclient.impl.command.InitDbCommand>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.vertx.mysqlclient.impl.codec.InitDbCommandCodec
super_class: io.vertx.mysqlclient.impl.codec.CommandCodec
{
void <init>(io.vertx.mysqlclient.impl.command.InitDbCommand);
descriptor: (Lio/vertx/mysqlclient/impl/command/InitDbCommand;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial io.vertx.mysqlclient.impl.codec.CommandCodec.<init>:(Lio/vertx/sqlclient/impl/command/CommandBase;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/mysqlclient/impl/codec/InitDbCommandCodec;
0 2 1 cmd Lio/vertx/mysqlclient/impl/command/InitDbCommand;
MethodParameters:
Name Flags
cmd
void encode(io.vertx.mysqlclient.impl.codec.MySQLEncoder);
descriptor: (Lio/vertx/mysqlclient/impl/codec/MySQLEncoder;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial io.vertx.mysqlclient.impl.codec.CommandCodec.encode:(Lio/vertx/mysqlclient/impl/codec/MySQLEncoder;)V
1: aload 0
invokevirtual io.vertx.mysqlclient.impl.codec.InitDbCommandCodec.sendInitDbCommand:()V
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/mysqlclient/impl/codec/InitDbCommandCodec;
0 3 1 encoder Lio/vertx/mysqlclient/impl/codec/MySQLEncoder;
MethodParameters:
Name Flags
encoder
void decodePayload(io.netty.buffer.ByteBuf, int);
descriptor: (Lio/netty/buffer/ByteBuf;I)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
invokevirtual io.vertx.mysqlclient.impl.codec.InitDbCommandCodec.handleOkPacketOrErrorPacketPayload:(Lio/netty/buffer/ByteBuf;)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/mysqlclient/impl/codec/InitDbCommandCodec;
0 2 1 payload Lio/netty/buffer/ByteBuf;
0 2 2 payloadLength I
MethodParameters:
Name Flags
payload
payloadLength
private void sendInitDbCommand();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=4, args_size=1
start local 0 0: aload 0
invokevirtual io.vertx.mysqlclient.impl.codec.InitDbCommandCodec.allocateBuffer:()Lio/netty/buffer/ByteBuf;
astore 1
start local 1 1: aload 1
invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
istore 2
start local 2 2: aload 1
iconst_0
invokevirtual io.netty.buffer.ByteBuf.writeMediumLE:(I)Lio/netty/buffer/ByteBuf;
pop
3: aload 1
aload 0
getfield io.vertx.mysqlclient.impl.codec.InitDbCommandCodec.sequenceId:I
invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
pop
4: aload 1
iconst_2
invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
pop
5: aload 1
aload 0
getfield io.vertx.mysqlclient.impl.codec.InitDbCommandCodec.cmd:Lio/vertx/sqlclient/impl/command/CommandBase;
checkcast io.vertx.mysqlclient.impl.command.InitDbCommand
invokevirtual io.vertx.mysqlclient.impl.command.InitDbCommand.schemaName:()Ljava/lang/String;
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: aload 1
invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
iload 2
isub
iconst_4
isub
istore 3
start local 3 7: aload 1
iload 2
iload 3
invokevirtual io.netty.buffer.ByteBuf.setMediumLE:(II)Lio/netty/buffer/ByteBuf;
pop
8: aload 0
aload 1
iload 3
invokevirtual io.vertx.mysqlclient.impl.codec.InitDbCommandCodec.sendPacket:(Lio/netty/buffer/ByteBuf;I)V
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/mysqlclient/impl/codec/InitDbCommandCodec;
1 10 1 packet Lio/netty/buffer/ByteBuf;
2 10 2 packetStartIdx I
7 10 3 lenOfPayload I
}
Signature: Lio/vertx/mysqlclient/impl/codec/CommandCodec<Ljava/lang/Void;Lio/vertx/mysqlclient/impl/command/InitDbCommand;>;
SourceFile: "InitDbCommandCodec.java"