vertx / io.vertx.reactivex.core.dns / DnsClient / rxResolvePTR

rxResolvePTR

open fun rxResolvePTR(name: String): Maybe<String>

Try to resolve the PTR record for the given name.

Parameters

name - the name to resolve the PTR for

Return