Package org.mariadb.r2dbc.message.client
Class PingPacket
- java.lang.Object
-
- org.mariadb.r2dbc.message.client.PingPacket
-
- All Implemented Interfaces:
ClientMessage
public final class PingPacket extends Object implements ClientMessage
-
-
Constructor Summary
Constructors Constructor Description PingPacket()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description reactor.core.publisher.Mono<io.netty.buffer.ByteBuf>encode(Context context, io.netty.buffer.ByteBufAllocator allocator)StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.mariadb.r2dbc.message.ClientMessage
getSequencer, releaseSave, resetSequencer, save
-
-