class io.vertx.mysqlclient.impl.codec.DebugCommandCodec extends io.vertx.mysqlclient.impl.codec.CommandCodec<java.lang.Void, io.vertx.mysqlclient.impl.command.DebugCommand>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.mysqlclient.impl.codec.DebugCommandCodec
  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: 1

  void <init>(io.vertx.mysqlclient.impl.command.DebugCommand);
    descriptor: (Lio/vertx/mysqlclient/impl/command/DebugCommand;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.mysqlclient.impl.codec.DebugCommandCodec this
        start local 1 // io.vertx.mysqlclient.impl.command.DebugCommand cmd
         0: .line 22
            aload 0 /* this */
            aload 1 /* cmd */
            invokespecial io.vertx.mysqlclient.impl.codec.CommandCodec.<init>:(Lio/vertx/sqlclient/impl/command/CommandBase;)V
         1: .line 23
            return
        end local 1 // io.vertx.mysqlclient.impl.command.DebugCommand cmd
        end local 0 // io.vertx.mysqlclient.impl.codec.DebugCommandCodec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/mysqlclient/impl/codec/DebugCommandCodec;
            0    2     1   cmd  Lio/vertx/mysqlclient/impl/command/DebugCommand;
    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 // io.vertx.mysqlclient.impl.codec.DebugCommandCodec this
        start local 1 // io.vertx.mysqlclient.impl.codec.MySQLEncoder encoder
         0: .line 27
            aload 0 /* this */
            aload 1 /* encoder */
            invokespecial io.vertx.mysqlclient.impl.codec.CommandCodec.encode:(Lio/vertx/mysqlclient/impl/codec/MySQLEncoder;)V
         1: .line 28
            aload 0 /* this */
            invokevirtual io.vertx.mysqlclient.impl.codec.DebugCommandCodec.sendDebugCommand:()V
         2: .line 29
            return
        end local 1 // io.vertx.mysqlclient.impl.codec.MySQLEncoder encoder
        end local 0 // io.vertx.mysqlclient.impl.codec.DebugCommandCodec this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/mysqlclient/impl/codec/DebugCommandCodec;
            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 // io.vertx.mysqlclient.impl.codec.DebugCommandCodec this
        start local 1 // io.netty.buffer.ByteBuf payload
        start local 2 // int payloadLength
         0: .line 33
            aload 0 /* this */
            aload 1 /* payload */
            invokevirtual io.vertx.mysqlclient.impl.codec.DebugCommandCodec.handleOkPacketOrErrorPacketPayload:(Lio/netty/buffer/ByteBuf;)V
         1: .line 34
            return
        end local 2 // int payloadLength
        end local 1 // io.netty.buffer.ByteBuf payload
        end local 0 // io.vertx.mysqlclient.impl.codec.DebugCommandCodec this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/mysqlclient/impl/codec/DebugCommandCodec;
            0    2     1        payload  Lio/netty/buffer/ByteBuf;
            0    2     2  payloadLength  I
    MethodParameters:
               Name  Flags
      payload        
      payloadLength  

  private void sendDebugCommand();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.vertx.mysqlclient.impl.codec.DebugCommandCodec this
         0: .line 37
            aload 0 /* this */
            iconst_5
            invokevirtual io.vertx.mysqlclient.impl.codec.DebugCommandCodec.allocateBuffer:(I)Lio/netty/buffer/ByteBuf;
            astore 1 /* packet */
        start local 1 // io.netty.buffer.ByteBuf packet
         1: .line 39
            aload 1 /* packet */
            iconst_1
            invokevirtual io.netty.buffer.ByteBuf.writeMediumLE:(I)Lio/netty/buffer/ByteBuf;
            pop
         2: .line 40
            aload 1 /* packet */
            aload 0 /* this */
            getfield io.vertx.mysqlclient.impl.codec.DebugCommandCodec.sequenceId:I
            invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
            pop
         3: .line 43
            aload 1 /* packet */
            bipush 13
            invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
            pop
         4: .line 45
            aload 0 /* this */
            aload 1 /* packet */
            iconst_1
            invokevirtual io.vertx.mysqlclient.impl.codec.DebugCommandCodec.sendPacket:(Lio/netty/buffer/ByteBuf;I)V
         5: .line 46
            return
        end local 1 // io.netty.buffer.ByteBuf packet
        end local 0 // io.vertx.mysqlclient.impl.codec.DebugCommandCodec this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lio/vertx/mysqlclient/impl/codec/DebugCommandCodec;
            1    6     1  packet  Lio/netty/buffer/ByteBuf;
}
Signature: Lio/vertx/mysqlclient/impl/codec/CommandCodec<Ljava/lang/Void;Lio/vertx/mysqlclient/impl/command/DebugCommand;>;
SourceFile: "DebugCommandCodec.java"