BitVectorSocket

skunk.net.BitVectorSocket
See theBitVectorSocket companion trait

Attributes

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

Members list

Grouped members

Constructors

def apply[F[_]](host: String, port: Int, sg: SocketGroup[F], socketOptions: List[SocketOption], sslOptions: Option[Options[F]], readTimeout: Duration)(implicit ev: Temporal[F]): Resource[F, BitVectorSocket[F]]

Construct a BitVectorSocket by constructing and wrapping a Socket.

Construct a BitVectorSocket by constructing and wrapping a Socket.

Value parameters

host

the remote hostname

port

the remote port

Attributes

Source
BitVectorSocket.scala
def fromSocket[F[_]](socket: Socket[F], readTimeout: Duration, carryRef: Ref[F, Chunk[Byte]])(implicit 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