SourceSpecificMulticast

com.comcast.ip4s.SourceSpecificMulticast
See theSourceSpecificMulticast companion object
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.

Attributes

Companion:
object
Source:
Multicast.scala
Graph
Supertypes
trait Multicast[A]
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
trait Strict[A]

Members list

Concise view

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.

Attributes

Source:
Multicast.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Any
Source:
Multicast.scala

Inherited methods

def address: A

Attributes

Inherited from:
Multicast
Source:
Multicast.scala
def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product