vertx / io.vertx.kotlin.core.datagram / io.vertx.core.datagram.DatagramSocket / unlistenMulticastGroupAwait

unlistenMulticastGroupAwait

suspend fun DatagramSocket.unlistenMulticastGroupAwait(multicastAddress: String): DatagramSocket

Suspending version of method io.vertx.core.datagram.DatagramSocket.unlistenMulticastGroup

Parameters

multicastAddress - the address of the multicast group to leave

Return

DatagramSocket

NOTE: This function has been automatically generated from io.vertx.core.datagram.DatagramSocket using Vert.x codegen.

suspend fun DatagramSocket.unlistenMulticastGroupAwait(multicastAddress: String, networkInterface: String, source: String): DatagramSocket

Suspending version of method io.vertx.core.datagram.DatagramSocket.unlistenMulticastGroup

Parameters

multicastAddress - the address of the multicast group to join

networkInterface - the network interface on which to listen for packets.

source - the address of the source for which we will listen for multicast packets

Return

DatagramSocket

NOTE: This function has been automatically generated from io.vertx.core.datagram.DatagramSocket using Vert.x codegen.