FnCallHostnameRrtypeCallback

@native @JSType trait FnCallHostnameRrtypeCallback extends StObject
trait StObject
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(hostname: String, callback: Function2[ErrnoException | Null, Array[String], Unit]): Unit
def apply(hostname: String, rrtype: AAAA, callback: Function2[ErrnoException | Null, Array[String], Unit]): Unit
def apply(hostname: String, rrtype: ANY, callback: Function2[ErrnoException | Null, Array[AnyRecord], Unit]): Unit
def apply(hostname: String, rrtype: A, callback: Function2[ErrnoException | Null, Array[String], Unit]): Unit
def apply(hostname: String, rrtype: CNAME, callback: Function2[ErrnoException | Null, Array[String], Unit]): Unit
def apply(hostname: String, rrtype: MX, callback: Function2[ErrnoException | Null, Array[MxRecord], Unit]): Unit
def apply(hostname: String, rrtype: NAPTR, callback: Function2[ErrnoException | Null, Array[NaptrRecord], Unit]): Unit
def apply(hostname: String, rrtype: NS, callback: Function2[ErrnoException | Null, Array[String], Unit]): Unit
def apply(hostname: String, rrtype: PTR, callback: Function2[ErrnoException | Null, Array[String], Unit]): Unit
def apply(hostname: String, rrtype: SOA, callback: Function2[ErrnoException | Null, SoaRecord, Unit]): Unit
def apply(hostname: String, rrtype: SRV, callback: Function2[ErrnoException | Null, Array[SrvRecord], Unit]): Unit
def apply(hostname: String, rrtype: TXT, callback: Function2[ErrnoException | Null, Array[Array[String]], Unit]): Unit
def apply(hostname: String, rrtype: String, callback: Function2[ErrnoException | Null, Array[AnyRecord | Array[String] | MxRecord | NaptrRecord | SrvRecord | String] | SoaRecord, Unit]): Unit

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object