InitialPacket

ldbc.connector.net.packet.response.InitialPacket
See theInitialPacket companion object
case class InitialPacket(protocolVersion: Int, serverVersion: Version, threadId: Int, capabilityFlags: Set[CapabilitiesFlags], characterSet: Int, statusFlags: Set[ServerStatusFlags], scrambleBuff: Array[Byte], authPlugin: String) extends ResponsePacket

Initial packet sent by the server to the client.

Value parameters

authPlugin

The authentication plugin.

capabilityFlags

The capability flags.

characterSet

The character set.

protocolVersion

The protocol version.

scrambleBuff

The scramble buffer.

serverVersion

The server version.

statusFlags

The status flags are a bit-field.

threadId

The thread ID.

Attributes

Companion
object
Source
InitialPacket.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 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
InitialPacket.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product