SocketOption

sealed trait SocketOption
Specifies a socket option on a TCP/UDP socket.
The companion provides methods for creating a socket option from each of the
JDK java.net.StandardSocketOptions as well as the ability to construct arbitrary
additional options. See the docs on StandardSocketOptions for details on each.
Companion
object
class Object
trait Matchable
class Any

Type members

Types

type Value

Value members

Fields

val key: SocketOption[Value]
val value: Value