SocketOptionsMutableBuilder

@inline final class SocketOptionsMutableBuilder[Self <: SocketOptions](val x: Self) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

@inline
def setIpv6Only(value: Boolean): Self
@inline
@inline
def setLookup(value: (String, LookupOneOptions, Function3[ErrnoException | Null, String, Double, Unit]) => Unit): Self
@inline
@inline
def setRecvBufferSize(value: Double): Self
@inline
@inline
def setReuseAddr(value: Boolean): Self
@inline
@inline
def setSendBufferSize(value: Double): Self
@inline
@inline
def setType(value: SocketType): Self

Concrete fields

val x: Self