HandshakeResponse320Packet

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 Serializable
trait Product
trait Equals
trait Packet
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def encode: BitVector

Attributes

Definition Classes
Source
HandshakeResponse320Packet.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
Source
HandshakeResponse320Packet.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Inherited fields