SocketOption

object SocketOption extends SocketOptionCompanionPlatform
Companion
class
trait SocketOptionCompanionPlatform
class Object
trait Matchable
class Any

Type members

Inherited types

type Key[A] = SocketOption[A]
Inherited from
SocketOptionCompanionPlatform

Value members

Concrete methods

def apply[A](key0: SocketOption[A], value0: A): SocketOption

Inherited methods

def boolean(key: SocketOption[Boolean], value: Boolean): SocketOption
Inherited from
SocketOptionCompanionPlatform
def broadcast(value: Boolean): SocketOption
Inherited from
SocketOptionCompanionPlatform
def integer(key: SocketOption[Integer], value: Int): SocketOption
Inherited from
SocketOptionCompanionPlatform
def keepAlive(value: Boolean): SocketOption
Inherited from
SocketOptionCompanionPlatform
def linger(value: Int): SocketOption
Inherited from
SocketOptionCompanionPlatform
def multicastInterface(value: NetworkInterface): SocketOption
Inherited from
SocketOptionCompanionPlatform
def multicastLoop(value: Boolean): SocketOption
Inherited from
SocketOptionCompanionPlatform
def multicastTtl(value: Int): SocketOption
Inherited from
SocketOptionCompanionPlatform
def noDelay(value: Boolean): SocketOption
Inherited from
SocketOptionCompanionPlatform
Inherited from
SocketOptionCompanionPlatform
def reuseAddress(value: Boolean): SocketOption
Inherited from
SocketOptionCompanionPlatform
def reusePort(value: Boolean): SocketOption
Inherited from
SocketOptionCompanionPlatform
def sendBufferSize(value: Int): SocketOption
Inherited from
SocketOptionCompanionPlatform
def typeOfService(value: Int): SocketOption
Inherited from
SocketOptionCompanionPlatform