Package org.mariadb.r2dbc.message.client
Class QuitPacket
- java.lang.Object
-
- org.mariadb.r2dbc.message.client.QuitPacket
-
- All Implemented Interfaces:
ClientMessage
public final class QuitPacket extends Object implements ClientMessage
-
-
Field Summary
Fields Modifier and Type Field Description static QuitPacketINSTANCE
-
Constructor Summary
Constructors Constructor Description QuitPacket()
-
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
-
-
-
-
Field Detail
-
INSTANCE
public static final QuitPacket INSTANCE
-
-