AnySourceGroupMembership

Result of joining an any-source multicast group on a UDP socket.
class Object
trait Matchable
class Any

Value members

Methods

def block(source: InetAddress): F[Unit]
Blocks packets from the specified source address.
def unblock(source: InetAddress): F[Unit]
Unblocks packets from the specified source address.

Inherited methods

def drop: F[Unit]
Leaves the multicast group, resulting in no further packets from this group being read.
Inhertied from
GroupMembership