fs2-io
fs2-io
fs2
fs2.io
fs2.io.file
fs2.io.net
fs2.io.net.tls
fs2-io
/
fs2.io.net
/
DatagramSocket
/
GroupMembership
GroupMembership
trait
GroupMembership
Result of joining a multicast group on a UDP socket.
Graph
Super types
class
Object
trait
Matchable
class
Any
Value members
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.