ldbc.connector.net.packet.response.EOFPacket
See theEOFPacket companion object
case class EOFPacket(status: Int, warnings: Int, statusFlags: Int) extends GenericResponsePackets
If CLIENT_PROTOCOL_41 is enabled, the EOF packet contains a warning count and status flags.
The EOF_Packet packet may appear in places where a Protocol::LengthEncodedInteger may appear. You must check whether the packet length is less than 9 to make sure that it is a EOF_Packet packet.
Value parameters
- status
-
Type: int<1> Name: header Description: 0xFE EOF packet header
- statusFlags
-
Type: int<2> Name: status_flags Description: SERVER_STATUS_flags_enum
- warnings
-
Type: int<2> Name: warnings Description: number of warnings
Attributes
- Companion
- object
- Source
- EOFPacket.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait GenericResponsePacketstrait ResponsePackettrait Packetclass Objecttrait Matchableclass Any
Members list
In this article