Package org.mariadb.jdbc.message.client
Class PingPacket
- java.lang.Object
-
- org.mariadb.jdbc.message.client.PingPacket
-
- All Implemented Interfaces:
ClientMessage
public final class PingPacket extends java.lang.Object implements ClientMessage
-
-
Field Summary
Fields Modifier and Type Field Description static PingPacket
INSTANCE
-
Constructor Summary
Constructors Constructor Description PingPacket()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
encode(PacketWriter writer, Context context)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.mariadb.jdbc.message.client.ClientMessage
batchUpdateLength, binaryProtocol, canSkipMeta, description, readPacket
-
-
-
-
Field Detail
-
INSTANCE
public static final PingPacket INSTANCE
-
-
Method Detail
-
encode
public int encode(PacketWriter writer, Context context) throws java.io.IOException
- Specified by:
encode
in interfaceClientMessage
- Throws:
java.io.IOException
-
-