DatagramSocketOption

fs2.io.net.DatagramSocketOption
See theDatagramSocketOption companion object

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:
DatagramSocketOption.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Types

type Value

Value members

Abstract fields

val key: Key[Value]