resolve

abstract fun resolve(): IPAddress(source)

Resolves localhost to an IPAddress via system calls

NOTE: This is a blocking call and should be invoked from a background thread.

Throws

if there were any errors (e.g. calling from Main thread on Android)