SocketPool

functions.sockets.SocketPool
See theSocketPool companion object
class SocketPool(host: String, port: Int, executor: FiberExecutor, poolSz: Int, retriesBeforeGivingUp: Int)

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def send(data: Array[Byte]): Array[Byte]
def shutdown(): Unit