Package org.mariadb.r2dbc.message.client
Class ClearPasswordPacket
- java.lang.Object
-
- org.mariadb.r2dbc.message.client.ClearPasswordPacket
-
- All Implemented Interfaces:
ClientMessage
public final class ClearPasswordPacket extends Object implements ClientMessage
-
-
Constructor Summary
Constructors Constructor Description ClearPasswordPacket(MessageSequence sequencer, CharSequence password)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.netty.buffer.ByteBufencode(Context context, io.netty.buffer.ByteBufAllocator allocator)MessageSequencegetSequencer()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.mariadb.r2dbc.message.ClientMessage
releaseEncodedBinds, resetSequencer, save
-
-
-
-
Constructor Detail
-
ClearPasswordPacket
public ClearPasswordPacket(MessageSequence sequencer, CharSequence password)
-
-
Method Detail
-
encode
public io.netty.buffer.ByteBuf encode(Context context, io.netty.buffer.ByteBufAllocator allocator)
- Specified by:
encodein interfaceClientMessage
-
getSequencer
public MessageSequence getSequencer()
- Specified by:
getSequencerin interfaceClientMessage
-
-