SSLRequestPacket

ldbc.connector.net.packet.request.SSLRequestPacket
See theSSLRequestPacket companion object
case class SSLRequestPacket(sequenceId: Byte, capabilityFlags: Set[CapabilitiesFlags]) extends RequestPacket

SSL Connection Request Packet.

It is like Protocol::HandshakeResponse: but is truncated right before username field. If server supports CLIENT_SSL capability, client can send this packet to request a secure SSL connection. The CLIENT_SSL capability flag must be set inside the SSL Connection Request Packet.

Value parameters

capabilityFlags

The capability flags of the client.

Attributes

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

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product