suspend fun DatagramSocket.blockMulticastGroupAwait(multicastAddress: String, sourceToBlock: String): Unit
Suspending version of method io.vertx.core.datagram.DatagramSocket.blockMulticastGroup
multicastAddress
- the address for which you want to block the source address
the source address which should be blocked. You will not receive an multicast packets for it anymore.
NOTE: This function has been automatically generated from io.vertx.core.datagram.DatagramSocket using Vert.x codegen.
suspend fun DatagramSocket.blockMulticastGroupAwait(multicastAddress: String, networkInterface: String, sourceToBlock: String): Unit
Suspending version of method io.vertx.core.datagram.DatagramSocket.blockMulticastGroup
multicastAddress
- the address for which you want to block the source address
networkInterface
- the network interface on which the blocking should occur.
the source address which should be blocked. You will not receive an multicast packets for it anymore.
NOTE: This function has been automatically generated from io.vertx.core.datagram.DatagramSocket using Vert.x codegen.