NodeResolver

fun interface NodeResolver

Deprecated

Superseded by a suspending variant.

Replace with

import com.pexip.sdk.infinity.NodeResolver
NodeResolver

A class that can resolve node addresses.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun resolve(host: String): Call<List<URL>>

Resolves the node address for the provided host. Clients should consult with documentation for the recommended flow.