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 asSourceSpecificMulticast and asSourceSpecificMulticastLenient methods on IpAddress.

Companion:
object
trait Multicast[A]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
trait Strict[A]

Value members

Concrete methods

Ensures the referenced address is in the RFC defined source specific address range.

Ensures the referenced address is in the RFC defined source specific address range.

override def toString: String
Definition Classes
Any

Inherited methods

def address: A
Inherited from:
Multicast
def canEqual(that: Any): Boolean
Inherited from:
Equals
Inherited from:
Product
def productElement(n: Int): Any
Inherited from:
Product
Inherited from:
Product
Inherited from:
Product
Inherited from:
Product