class Resolver extends Object with StObject
- Annotations
- @JSType() @JSImport("dns", "Resolver") @native()
- Source
- Resolver.scala
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Resolver
- StObject
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Resolver(options: ResolverOptions)
- new Resolver()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def cancel(): Unit
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def getServers(): Array[scala.Predef.String]
- var getServers_Original: Function0[Array[scala.Predef.String]]
- Annotations
- @JSName("getServers")
- def hasOwnProperty(v: scala.Predef.String): Boolean
- Definition Classes
- Object
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def propertyIsEnumerable(v: scala.Predef.String): Boolean
- Definition Classes
- Object
- def resolve(hostname: scala.Predef.String, rrtype: scala.Predef.String, callback: Function2[|[ErrnoException, Null], |[Array[|[|[|[|[|[AnyRecord, Array[scala.Predef.String]], MxRecord], NaptrRecord], SrvRecord], scala.Predef.String]], SoaRecord], Unit]): Unit
- def resolve(hostname: scala.Predef.String, callback: Function2[|[ErrnoException, Null], Array[scala.Predef.String], Unit]): Unit
- def resolve4(hostname: scala.Predef.String, options: ResolveWithTtlOptions, callback: Function2[|[ErrnoException, Null], Array[RecordWithTtl], Unit]): Unit
- def resolve4(hostname: scala.Predef.String, options: ResolveOptions, callback: Function2[|[ErrnoException, Null], Array[|[RecordWithTtl, scala.Predef.String]], Unit]): Unit
- def resolve4(hostname: scala.Predef.String, callback: Function2[|[ErrnoException, Null], Array[scala.Predef.String], Unit]): Unit
- var resolve4_Original: FnCallHostnameOptionsCallback
- Annotations
- @JSName("resolve4")
- def resolve6(hostname: scala.Predef.String, options: ResolveWithTtlOptions, callback: Function2[|[ErrnoException, Null], Array[RecordWithTtl], Unit]): Unit
- def resolve6(hostname: scala.Predef.String, options: ResolveOptions, callback: Function2[|[ErrnoException, Null], Array[|[RecordWithTtl, scala.Predef.String]], Unit]): Unit
- def resolve6(hostname: scala.Predef.String, callback: Function2[|[ErrnoException, Null], Array[scala.Predef.String], Unit]): Unit
- var resolve6_Original: FnCallHostnameOptionsCallback
- Annotations
- @JSName("resolve6")
- def resolveAny(hostname: scala.Predef.String, callback: Function2[|[ErrnoException, Null], Array[AnyRecord], Unit]): Unit
- var resolveAny_Original: Function2[scala.Predef.String, Function2[|[ErrnoException, Null], Array[AnyRecord], Unit], Unit]
- Annotations
- @JSName("resolveAny")
- def resolveCname(hostname: scala.Predef.String, callback: Function2[|[ErrnoException, Null], Array[scala.Predef.String], Unit]): Unit
- var resolveCname_Original: Function2[scala.Predef.String, Function2[|[ErrnoException, Null], Array[scala.Predef.String], Unit], Unit]
- Annotations
- @JSName("resolveCname")
- def resolveMx(hostname: scala.Predef.String, callback: Function2[|[ErrnoException, Null], Array[MxRecord], Unit]): Unit
- var resolveMx_Original: Function2[scala.Predef.String, Function2[|[ErrnoException, Null], Array[MxRecord], Unit], Unit]
- Annotations
- @JSName("resolveMx")
- def resolveNaptr(hostname: scala.Predef.String, callback: Function2[|[ErrnoException, Null], Array[NaptrRecord], Unit]): Unit
- var resolveNaptr_Original: Function2[scala.Predef.String, Function2[|[ErrnoException, Null], Array[NaptrRecord], Unit], Unit]
- Annotations
- @JSName("resolveNaptr")
- def resolveNs(hostname: scala.Predef.String, callback: Function2[|[ErrnoException, Null], Array[scala.Predef.String], Unit]): Unit
- var resolveNs_Original: Function2[scala.Predef.String, Function2[|[ErrnoException, Null], Array[scala.Predef.String], Unit], Unit]
- Annotations
- @JSName("resolveNs")
- def resolvePtr(hostname: scala.Predef.String, callback: Function2[|[ErrnoException, Null], Array[scala.Predef.String], Unit]): Unit
- var resolvePtr_Original: Function2[scala.Predef.String, Function2[|[ErrnoException, Null], Array[scala.Predef.String], Unit], Unit]
- Annotations
- @JSName("resolvePtr")
- def resolveSoa(hostname: scala.Predef.String, callback: Function2[|[ErrnoException, Null], SoaRecord, Unit]): Unit
- var resolveSoa_Original: Function2[scala.Predef.String, Function2[|[ErrnoException, Null], SoaRecord, Unit], Unit]
- Annotations
- @JSName("resolveSoa")
- def resolveSrv(hostname: scala.Predef.String, callback: Function2[|[ErrnoException, Null], Array[SrvRecord], Unit]): Unit
- var resolveSrv_Original: Function2[scala.Predef.String, Function2[|[ErrnoException, Null], Array[SrvRecord], Unit], Unit]
- Annotations
- @JSName("resolveSrv")
- def resolveTxt(hostname: scala.Predef.String, callback: Function2[|[ErrnoException, Null], Array[Array[scala.Predef.String]], Unit]): Unit
- var resolveTxt_Original: Function2[scala.Predef.String, Function2[|[ErrnoException, Null], Array[Array[scala.Predef.String]], Unit], Unit]
- Annotations
- @JSName("resolveTxt")
- def resolve_A(hostname: scala.Predef.String, rrtype: A, callback: Function2[|[ErrnoException, Null], Array[scala.Predef.String], Unit]): Unit
- Annotations
- @JSName("resolve")
- def resolve_AAAA(hostname: scala.Predef.String, rrtype: AAAA, callback: Function2[|[ErrnoException, Null], Array[scala.Predef.String], Unit]): Unit
- Annotations
- @JSName("resolve")
- def resolve_ANY(hostname: scala.Predef.String, rrtype: ANY, callback: Function2[|[ErrnoException, Null], Array[AnyRecord], Unit]): Unit
- Annotations
- @JSName("resolve")
- def resolve_CNAME(hostname: scala.Predef.String, rrtype: CNAME, callback: Function2[|[ErrnoException, Null], Array[scala.Predef.String], Unit]): Unit
- Annotations
- @JSName("resolve")
- def resolve_MX(hostname: scala.Predef.String, rrtype: MX, callback: Function2[|[ErrnoException, Null], Array[MxRecord], Unit]): Unit
- Annotations
- @JSName("resolve")
- def resolve_NAPTR(hostname: scala.Predef.String, rrtype: NAPTR, callback: Function2[|[ErrnoException, Null], Array[NaptrRecord], Unit]): Unit
- Annotations
- @JSName("resolve")
- def resolve_NS(hostname: scala.Predef.String, rrtype: NS, callback: Function2[|[ErrnoException, Null], Array[scala.Predef.String], Unit]): Unit
- Annotations
- @JSName("resolve")
- var resolve_Original: FnCallHostnameRrtypeCallback
- Annotations
- @JSName("resolve")
- def resolve_PTR(hostname: scala.Predef.String, rrtype: PTR, callback: Function2[|[ErrnoException, Null], Array[scala.Predef.String], Unit]): Unit
- Annotations
- @JSName("resolve")
- def resolve_SOA(hostname: scala.Predef.String, rrtype: SOA, callback: Function2[|[ErrnoException, Null], SoaRecord, Unit]): Unit
- Annotations
- @JSName("resolve")
- def resolve_SRV(hostname: scala.Predef.String, rrtype: SRV, callback: Function2[|[ErrnoException, Null], Array[SrvRecord], Unit]): Unit
- Annotations
- @JSName("resolve")
- def resolve_TXT(hostname: scala.Predef.String, rrtype: TXT, callback: Function2[|[ErrnoException, Null], Array[Array[scala.Predef.String]], Unit]): Unit
- Annotations
- @JSName("resolve")
- def reverse(ip: scala.Predef.String, callback: Function2[|[ErrnoException, Null], Array[scala.Predef.String], Unit]): Unit
- var reverse_Original: Function2[scala.Predef.String, Function2[|[ErrnoException, Null], Array[scala.Predef.String], Unit], Unit]
- Annotations
- @JSName("reverse")
- def setLocalAddress(ipv4: Unit, ipv6: scala.Predef.String): Unit
- def setLocalAddress(ipv4: scala.Predef.String, ipv6: scala.Predef.String): Unit
- def setLocalAddress(ipv4: scala.Predef.String): Unit
- def setLocalAddress(): Unit
- def setServers(servers: Array[scala.Predef.String]): Unit
- var setServers_Original: Function1[Array[scala.Predef.String], Unit]
- Annotations
- @JSName("setServers")
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toLocaleString(): scala.Predef.String
- Definition Classes
- Object
- def toString(): java.lang.String
- Definition Classes
- AnyRef → Any
- def valueOf(): Any
- Definition Classes
- Object
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated