tuweni / org.apache.tuweni.discovery / DNSEntry / readDNSEntry

readDNSEntry

fun readDNSEntry(serialized: String): DNSEntry (source)

Read a DNS entry from a String.

Parameters

serialized - the serialized form of a DNS entry

Exceptions

InvalidEntryException - if the record cannot be read

Return
DNS entry if found