AsyncServerSocketChannel

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(reuseAddress: Boolean, receiveBufferSize: Option[Int])(implicit s: Scheduler): AsyncServerSocketChannel

Opens a TCP server-socket channel

Opens a TCP server-socket channel

Value Params
receiveBufferSize

java.net.Socket#setReceiveBufferSize java.net.ServerSocket#setReceiveBufferSize

reuseAddress

java.net.ServerSocket#setReuseAddress

s

is the Scheduler used for asynchronous computations

Returns

an AsyncServerSocketChannel instance for handling connections.