c

akka.io.Udp.SO

Broadcast

final case class Broadcast(on: Boolean) extends SocketOption with Product with Serializable

akka.io.Inet.SocketOption to set the SO_BROADCAST option

For more information see java.net.DatagramSocket#setBroadcast

Source
Udp.scala
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Broadcast
  2. Serializable
  3. Product
  4. Equals
  5. SocketOption
  6. AnyRef
  7. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Broadcast(on: Boolean)

Value Members

  1. def afterConnect(s: Socket): Unit

    Action to be taken for this option after connect returned.

    Action to be taken for this option after connect returned.

    Definition Classes
    SocketOption
  2. def beforeConnect(s: Socket): Unit

    Action to be taken for this option before calling connect()

    Action to be taken for this option before calling connect()

    Definition Classes
    SocketOption
  3. def beforeDatagramBind(s: DatagramSocket): Unit

    Action to be taken for this option before bind() is called

    Action to be taken for this option before bind() is called

    Definition Classes
    SocketOption
  4. def beforeServerSocketBind(ss: ServerSocket): Unit

    Action to be taken for this option before bind() is called

    Action to be taken for this option before bind() is called

    Definition Classes
    SocketOption
  5. val on: Boolean
  6. def productElementNames: Iterator[String]
    Definition Classes
    Product