GroupMembership

trait GroupMembership extends GroupMembershipPlatform

Result of joining a multicast group on a UDP socket.

trait GroupMembershipPlatform
class Object
trait Matchable
class Any

Value members

Abstract methods

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.

Inherited methods

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

Blocks datagrams from the specified source address.

Blocks datagrams from the specified source address.

Inherited from
GroupMembershipPlatform
def unblock(source: IpAddress): F[Unit]

Unblocks datagrams from the specified source address.

Unblocks datagrams from the specified source address.

Inherited from
GroupMembershipPlatform