Class MySQLAuthMoreDataPacket
java.lang.Object
org.apache.shardingsphere.db.protocol.mysql.packet.handshake.MySQLAuthMoreDataPacket
- All Implemented Interfaces:
MySQLPacket,DatabasePacket<MySQLPacketPayload>
MySQL authentication switch request packet.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.shardingsphere.db.protocol.mysql.packet.MySQLPacket
getSequenceId
-
Field Details
-
HEADER
public static final int HEADERHeader of MySQL auth more data packet.- See Also:
-
-
Constructor Details
-
MySQLAuthMoreDataPacket
-
-
Method Details
-
write
- Specified by:
writein interfaceDatabasePacket<MySQLPacketPayload>
-