Protocol

ldbc.connector.net.Protocol
See theProtocol companion trait
object Protocol

Attributes

Companion
trait
Source
Protocol.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Protocol.type

Members list

Value members

Concrete methods

def apply[F[_] : Hashing](sockets: Resource[F, Socket[F]], hostInfo: HostInfo, debug: Boolean, sslOptions: Option[Options[F]], allowPublicKeyRetrieval: Boolean, readTimeout: Duration, capabilitiesFlags: Set[CapabilitiesFlags]): Resource[F, Protocol[F]]

Attributes

Source
Protocol.scala
def fromPacketSocket[F[_] : Async](packetSocket: PacketSocket[F], hostInfo: HostInfo, sslOptions: Option[Options[F]], allowPublicKeyRetrieval: Boolean, capabilitiesFlags: Set[CapabilitiesFlags], sequenceIdRef: Ref[F, Byte], initialPacketRef: Ref[F, Option[InitialPacket]])(implicit evidence$1: Async[F], evidence$2: Tracer[F], evidence$3: Exchange[F], evidence$4: Hashing[F], ev: Temporal[F]): F[Protocol[F]]

Attributes

Source
Protocol.scala