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

Concise view

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.

Attributes

host

the remote hostname

port

the remote port

Source:
BitVectorSocket.scala
def fromSocket[F[_]](socket: Socket[F], readTimeout: Duration)(implicit ev: Temporal[F]): BitVectorSocket[F]

Construct a BitVectorSocket by wrapping an existing Socket.

Construct a BitVectorSocket by wrapping an existing Socket.

Attributes

socket

the underlying Socket

Source:
BitVectorSocket.scala