GroupMembership

fs2.io.net.DatagramSocket.GroupMembership

Result of joining a multicast group on a UDP socket.

Attributes

Source
DatagramSocket.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

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.

Attributes

Source
DatagramSocket.scala

Inherited methods

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

Blocks datagrams from the specified source address.

Blocks datagrams from the specified source address.

Attributes

Inherited from:
GroupMembershipPlatform (hidden)
Source
DatagramSocketPlatform.scala
def unblock(source: IpAddress): F[Unit]

Unblocks datagrams from the specified source address.

Unblocks datagrams from the specified source address.

Attributes

Inherited from:
GroupMembershipPlatform (hidden)
Source
DatagramSocketPlatform.scala