Class MySQLAuthSwitchRequestPacket
java.lang.Object
org.apache.shardingsphere.db.protocol.mysql.packet.handshake.MySQLAuthSwitchRequestPacket
- All Implemented Interfaces:
MySQLPacket,DatabasePacket<MySQLPacketPayload>
MySQL authentication switch request packet.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intHeader of MySQL auth switch request packet. -
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 switch request packet.- See Also:
-
-
Constructor Details
-
MySQLAuthSwitchRequestPacket
-
-
Method Details
-
write
- Specified by:
writein interfaceDatabasePacket<MySQLPacketPayload>
-