UDPSocketBuilder
class UDPSocketBuilder :
Configurable<UDPSocketBuilder, UDPSocketOptions>
UDP socket builder
Properties
var options: UDPSocketOptions Current socket options |
Functions
fun bind( Bind server socket to listen to localAddress |
|
fun connect( Create a datagram socket to listen datagrams at localAddress and set to remoteAddress |
Inherited Functions
Configure socket options in block function |