class io.vertx.mysqlclient.impl.codec.SetOptionCommandCodec extends io.vertx.mysqlclient.impl.codec.CommandCodec<java.lang.Void, io.vertx.mysqlclient.impl.command.SetOptionCommand>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.vertx.mysqlclient.impl.codec.SetOptionCommandCodec
super_class: io.vertx.mysqlclient.impl.codec.CommandCodec
{
private static final int PAYLOAD_LENGTH;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 3
void <init>(io.vertx.mysqlclient.impl.command.SetOptionCommand);
descriptor: (Lio/vertx/mysqlclient/impl/command/SetOptionCommand;)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/SetOptionCommandCodec;
0 2 1 cmd Lio/vertx/mysqlclient/impl/command/SetOptionCommand;
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.SetOptionCommandCodec.sendSetOptionCommand:()V
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/mysqlclient/impl/codec/SetOptionCommandCodec;
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.SetOptionCommandCodec.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/SetOptionCommandCodec;
0 2 1 payload Lio/netty/buffer/ByteBuf;
0 2 2 payloadLength I
MethodParameters:
Name Flags
payload
payloadLength
private void sendSetOptionCommand();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
bipush 7
invokevirtual io.vertx.mysqlclient.impl.codec.SetOptionCommandCodec.allocateBuffer:(I)Lio/netty/buffer/ByteBuf;
astore 1
start local 1 1: aload 1
iconst_3
invokevirtual io.netty.buffer.ByteBuf.writeMediumLE:(I)Lio/netty/buffer/ByteBuf;
pop
2: aload 1
aload 0
getfield io.vertx.mysqlclient.impl.codec.SetOptionCommandCodec.sequenceId:I
invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
pop
3: aload 1
bipush 27
invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
pop
4: aload 1
aload 0
getfield io.vertx.mysqlclient.impl.codec.SetOptionCommandCodec.cmd:Lio/vertx/sqlclient/impl/command/CommandBase;
checkcast io.vertx.mysqlclient.impl.command.SetOptionCommand
invokevirtual io.vertx.mysqlclient.impl.command.SetOptionCommand.option:()Lio/vertx/mysqlclient/MySQLSetOption;
invokevirtual io.vertx.mysqlclient.MySQLSetOption.ordinal:()I
invokevirtual io.netty.buffer.ByteBuf.writeShortLE:(I)Lio/netty/buffer/ByteBuf;
pop
5: aload 0
aload 1
invokevirtual io.vertx.mysqlclient.impl.codec.SetOptionCommandCodec.sendNonSplitPacket:(Lio/netty/buffer/ByteBuf;)V
6: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/vertx/mysqlclient/impl/codec/SetOptionCommandCodec;
1 7 1 packet Lio/netty/buffer/ByteBuf;
}
Signature: Lio/vertx/mysqlclient/impl/codec/CommandCodec<Ljava/lang/Void;Lio/vertx/mysqlclient/impl/command/SetOptionCommand;>;
SourceFile: "SetOptionCommandCodec.java"