GroupMembership

Result of joining a multicast group on a UDP socket.

Result of joining a multicast group on a UDP socket.

class Object
trait Matchable
class Any

Value members

Abstract methods

def block(source: IpAddress): F[Unit]

Blocks datagrams from the specified source address.

Blocks datagrams from the specified source address.

def drop: F[Unit]

Leaves the multicast group, resulting in no further datagrams from this group being read.

Leaves the multicast group, resulting in no further datagrams from this group being read.

def unblock(source: IpAddress): F[Unit]

Unblocks datagrams from the specified source address.

Unblocks datagrams from the specified source address.