MulticastSocketAddress

com.comcast.ip4s.MulticastSocketAddress
See theMulticastSocketAddress companion object
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.

Attributes

Companion:
object
Source:
MulticastSocketAddress.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Narrows join to an AnySourceMulticastJoin.

Narrows join to an AnySourceMulticastJoin.

Attributes

Source:
MulticastSocketAddress.scala

Narrows join to a SourceSpecificMulticastJoin.

Narrows join to a SourceSpecificMulticastJoin.

Attributes

Source:
MulticastSocketAddress.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:
MulticastSocketAddress.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product