MulticastSocketAddress

final case class MulticastSocketAddress[J <: ([x <: IpAddress] =>> MulticastJoin[x]), +A <: IpAddress](join: J[A], port: Port)
A multicast join of the specified type and a port number. Used to describe UDP join of a multicast group.
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Methods

Narrows join to an AnySourceMulticastJoin.
Narrows join to a SourceSpecificMulticastJoin.
override def toString: String
Definition Classes
Any

Inherited methods

def productElementNames: Iterator[String]
Inhertied from
Product
def productIterator: Iterator[Any]
Inhertied from
Product