AnySourceMulticastJoin

final case class AnySourceMulticastJoin[+A <: IpAddress](group: Multicast[A]) extends MulticastJoin[A]
Multicast join to a group without a source filter.
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

override def toString: String
Definition Classes
Inhertied from
MulticastJoin
def productElementNames: Iterator[String]
Inhertied from
Product
def productIterator: Iterator[Any]
Inhertied from
Product
Narrows to a SourceSpecificMulticastJoin.
Inhertied from
MulticastJoin
Narrows to an AnySourceMulticastJoin.
Inhertied from
MulticastJoin
def sourceAndGroup: (Option[A], Multicast[A])
Returns the source address and group address. If this join is an any-source join, None is
returned for the source. Otherwise, this join is a source specific join and Some(src) is
returned for the source.
Inhertied from
MulticastJoin
Converts this join to a value of type A using the supplied functions.
Inhertied from
MulticastJoin