BitVectorSocket

ldbc.connector.net.BitVectorSocket
See theBitVectorSocket companion trait

Attributes

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

Members list

Value members

Concrete methods

def apply[F[_] : Console](sockets: Resource[F, Socket[F]], sequenceIdRef: Ref[F, Byte], initialPacketRef: Ref[F, Option[InitialPacket]], sslOptions: Option[Options[F]], readTimeout: Duration, capabilitiesFlags: Set[CapabilitiesFlags]): Resource[F, BitVectorSocket[F]]

Attributes

Source
BitVectorSocket.scala
def fromSocket[F[_]](socket: Socket[F], readTimeout: Duration, carryRef: Ref[F, Chunk[Byte]])(using F: Temporal[F]): BitVectorSocket[F]

Construct a BitVectorSocket by wrapping an existing Socket.

Construct a BitVectorSocket by wrapping an existing Socket.

Value parameters

socket

the underlying Socket

Attributes

Source
BitVectorSocket.scala