AnySourceGroupMembership

Result of joining an any-source multicast group on a UDP socket.

Result of joining an any-source multicast group on a UDP socket.

class Object
trait Matchable
class Any

Value members

Abstract methods

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

Blocks packets from the specified source address.

Blocks packets from the specified source address.

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

Unblocks packets from the specified source address.

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.

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

Inherited from
GroupMembership