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

Concrete methods

Narrows join to an AnySourceMulticastJoin.

Narrows join to an AnySourceMulticastJoin.

Narrows join to a SourceSpecificMulticastJoin.

Narrows join to a SourceSpecificMulticastJoin.

override def toString: String
Definition Classes
Any

Inherited methods

Inherited from:
Product