SocketOption

fs2.io.net.SocketOption
See theSocketOption companion object
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.

Attributes

Companion:
object
Source:
SocketOption.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Types

type Value

Attributes

Source:
SocketOption.scala

Value members

Abstract fields

val key: Key[Value]

Attributes

Source:
SocketOption.scala

Attributes

Source:
SocketOption.scala