SourceSpecificMulticast

sealed trait SourceSpecificMulticast[+A <: IpAddress] extends Multicast[A]
Witnesses that the wrapped address of type A is a source specific multicast address.
An instance of SourceSpecificMulticast is typically created by either calling Multicast.apply
or by using the asSourceSpecificMulticast method on IpAddress.
Companion
object
trait Multicast[A]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Methods

override def toString: String
Definition Classes
Any

Inherited methods

def productElementName(n: Int): String
Inhertied from
Product
def productElementNames: Iterator[String]
Inhertied from
Product
def productPrefix: String
Inhertied from
Product
def address: A
Inhertied from
Multicast
def productIterator: Iterator[Any]
Inhertied from
Product
def productArity: Int
Inhertied from
Product
def canEqual(that: Any): Boolean
Inhertied from
Equals
def productElement(n: Int): Any
Inhertied from
Product