lookupServiceAsync

open fun lookupServiceAsync(    service: String,     protocol: String,     domain: String,     cancellable: Cancellable? = null,     callback: AsyncReadyCallback?)(source)

Begins asynchronously performing a DNS SRV lookup for the given

Since

2.22

Parameters

service

the service type to look up (eg, "ldap")

protocol

the networking protocol to use for @service (eg, "tcp")

domain

the DNS domain to look up the service in

cancellable

a #GCancellable, or null

callback

callback to call after resolution completes