SourceSpecificMulticast

com.comcast.ip4s.SourceSpecificMulticast$
See theSourceSpecificMulticast companion trait

Attributes

Companion:
trait
Source:
Multicast.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

trait Strict[+A <: IpAddress] extends SourceSpecificMulticast[A]

Indicates the address is within the RFC defined source specific multicast range.

Indicates the address is within the RFC defined source specific multicast range.

Attributes

Source:
Multicast.scala
Graph
Supertypes
trait Multicast[A]
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def fromIpAddress[A <: IpAddress](address: A): Option[Strict[A]]

Constructs a source specific multicast IP address. Returns None if the supplied address is not in the valid source specific multicast range.

Constructs a source specific multicast IP address. Returns None if the supplied address is not in the valid source specific multicast range.

Attributes

Source:
Multicast.scala

Constructs a source specific multicast IP address. Unlike fromIpAddress, multicast addresses outside the RFC defined source specific range are allowed.

Constructs a source specific multicast IP address. Unlike fromIpAddress, multicast addresses outside the RFC defined source specific range are allowed.

Attributes

Source:
Multicast.scala

Implicits

Implicits

Attributes

Source:
Multicast.scala