GroupMembership

Result of joining a multicast group on a UDP socket.
class Object
trait Matchable
class Any

Value members

Methods

def drop: F[Unit]
Leaves the multicast group, resulting in no further datagrams from this group being read.
def block(source: IpAddress): F[Unit]
Blocks datagrams from the specified source address.
def unblock(source: IpAddress): F[Unit]
Unblocks datagrams from the specified source address.