MultiaddrDNSResolver class abstract

MultiaddrDNSResolver resolves DNS multiaddrs

Constructors

MultiaddrDNSResolver()

Properties

hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolveDNSAddr(Context context, PeerId expectedPeerId, MultiAddr maddr, int recursionLimit, int outputLimit) → Future<List<MultiAddr>>
Resolves the first /dnsaddr component in a multiaddr. Recursively resolves DNSADDRs up to the recursion limit
resolveDNSComponent(Context context, MultiAddr maddr, int outputLimit) → Future<List<MultiAddr>>
Resolves the first /{dns,dns4,dns6} component in a multiaddr.
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited