Package org.mariadb.r2dbc.message.server
Class AuthMoreDataPacket
- java.lang.Object
-
- org.mariadb.r2dbc.message.server.AuthMoreDataPacket
-
- All Implemented Interfaces:
AuthMoreData,ServerMessage
public class AuthMoreDataPacket extends Object implements AuthMoreData, ServerMessage
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AuthMoreDataPacketdecode(MessageSequence sequencer, io.netty.buffer.ByteBuf buf, Context context)booleanending()io.netty.buffer.ByteBufgetBuf()MessageSequencegetSequencer()voidrelease()-
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.ServerMessage
resultSetEnd
-
-
-
-
Method Detail
-
decode
public static AuthMoreDataPacket decode(MessageSequence sequencer, io.netty.buffer.ByteBuf buf, Context context)
-
release
public void release()
- Specified by:
releasein interfaceServerMessage
-
getSequencer
public MessageSequence getSequencer()
- Specified by:
getSequencerin interfaceAuthMoreData
-
getBuf
public io.netty.buffer.ByteBuf getBuf()
- Specified by:
getBufin interfaceAuthMoreData
-
ending
public boolean ending()
- Specified by:
endingin interfaceServerMessage
-
-