UDPSocketBuilder

Constructors

Link copied to clipboard
constructor(selector: SelectorManager, options: SocketOptions.UDPSocketOptions)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Current socket options

Functions

Link copied to clipboard
fun bind(localAddress: SocketAddress? = null, configure: SocketOptions.UDPSocketOptions.() -> Unit = {}): BoundDatagramSocket

Bind server socket to listen to localAddress.

Link copied to clipboard

Configure socket options in block function

Link copied to clipboard
fun connect(remoteAddress: SocketAddress, localAddress: SocketAddress? = null, configure: SocketOptions.UDPSocketOptions.() -> Unit = {}): ConnectedDatagramSocket

Create a datagram socket to listen datagrams at localAddress and set to remoteAddress.