ldbc.connector.net.packet.request.HandshakeResponse320Packet
See theHandshakeResponse320Packet companion object
case class HandshakeResponse320Packet(capabilitiesFlags: Set[CapabilitiesFlags], user: String, hashedPassword: Array[Byte], pluginName: String, database: Option[String]) extends HandshakeResponsePacket
Old Handshake Response Packet used by old clients or if the server doesn't support CLIENT_PROTOCOL_41 Capabilities Flags flag.
Value parameters
- capabilitiesFlags
-
CapabilitiesFlags, only the lower 16 bits. CLIENT_PROTOCOL_41 should never be set.
- database
-
Database used for login
- hashedPassword
-
The password of the client, hashed with the given method.
- pluginName
-
The authentication plugin name.
- user
-
The username of the client.
Attributes
- Companion
- object
- Source
- HandshakeResponse320Packet.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait HandshakeResponsePackettrait RequestPackettrait Packetclass Objecttrait Matchableclass Any
Members list
In this article