SocketOption

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

Type members

Inherited classlikes

sealed trait Key[A]

Value members

Concrete methods

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

Inherited methods

def encoding(value: BufferEncoding): SocketOption
Inherited from
SocketOptionCompanionPlatform
def keepAlive(value: Boolean): SocketOption
Inherited from
SocketOptionCompanionPlatform
def noDelay(value: Boolean): SocketOption
Inherited from
SocketOptionCompanionPlatform
def timeout(value: FiniteDuration): SocketOption
Inherited from
SocketOptionCompanionPlatform