vertx / io.vertx.reactivex.core / Vertx / createDatagramSocket

createDatagramSocket

open fun createDatagramSocket(options: DatagramSocketOptions): DatagramSocket

Create a datagram socket using the specified options

Parameters

options - the options to use

Return
the socket

open fun createDatagramSocket(): DatagramSocket

Create a datagram socket using default options

Return
the socket