class Resolver extends Object with StObject

Annotations
@JSType() @JSImport("dns", "Resolver") @native()
Source
Resolver.scala
Linear Supertypes
StObject, Object, Any, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Resolver
  2. StObject
  3. Object
  4. Any
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Resolver(options: ResolverOptions)
  2. new Resolver()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def cancel(): Unit
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. def getServers(): Array[scala.Predef.String]
  11. var getServers_Original: Function0[Array[scala.Predef.String]]
    Annotations
    @JSName("getServers")
  12. def hasOwnProperty(v: scala.Predef.String): Boolean
    Definition Classes
    Object
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  19. def propertyIsEnumerable(v: scala.Predef.String): Boolean
    Definition Classes
    Object
  20. 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
  21. def resolve(hostname: scala.Predef.String, callback: Function2[|[ErrnoException, Null], Array[scala.Predef.String], Unit]): Unit
  22. def resolve4(hostname: scala.Predef.String, options: ResolveWithTtlOptions, callback: Function2[|[ErrnoException, Null], Array[RecordWithTtl], Unit]): Unit
  23. def resolve4(hostname: scala.Predef.String, options: ResolveOptions, callback: Function2[|[ErrnoException, Null], Array[|[RecordWithTtl, scala.Predef.String]], Unit]): Unit
  24. def resolve4(hostname: scala.Predef.String, callback: Function2[|[ErrnoException, Null], Array[scala.Predef.String], Unit]): Unit
  25. var resolve4_Original: FnCallHostnameOptionsCallback
    Annotations
    @JSName("resolve4")
  26. def resolve6(hostname: scala.Predef.String, options: ResolveWithTtlOptions, callback: Function2[|[ErrnoException, Null], Array[RecordWithTtl], Unit]): Unit
  27. def resolve6(hostname: scala.Predef.String, options: ResolveOptions, callback: Function2[|[ErrnoException, Null], Array[|[RecordWithTtl, scala.Predef.String]], Unit]): Unit
  28. def resolve6(hostname: scala.Predef.String, callback: Function2[|[ErrnoException, Null], Array[scala.Predef.String], Unit]): Unit
  29. var resolve6_Original: FnCallHostnameOptionsCallback
    Annotations
    @JSName("resolve6")
  30. def resolveAny(hostname: scala.Predef.String, callback: Function2[|[ErrnoException, Null], Array[AnyRecord], Unit]): Unit
  31. var resolveAny_Original: Function2[scala.Predef.String, Function2[|[ErrnoException, Null], Array[AnyRecord], Unit], Unit]
    Annotations
    @JSName("resolveAny")
  32. def resolveCname(hostname: scala.Predef.String, callback: Function2[|[ErrnoException, Null], Array[scala.Predef.String], Unit]): Unit
  33. var resolveCname_Original: Function2[scala.Predef.String, Function2[|[ErrnoException, Null], Array[scala.Predef.String], Unit], Unit]
    Annotations
    @JSName("resolveCname")
  34. def resolveMx(hostname: scala.Predef.String, callback: Function2[|[ErrnoException, Null], Array[MxRecord], Unit]): Unit
  35. var resolveMx_Original: Function2[scala.Predef.String, Function2[|[ErrnoException, Null], Array[MxRecord], Unit], Unit]
    Annotations
    @JSName("resolveMx")
  36. def resolveNaptr(hostname: scala.Predef.String, callback: Function2[|[ErrnoException, Null], Array[NaptrRecord], Unit]): Unit
  37. var resolveNaptr_Original: Function2[scala.Predef.String, Function2[|[ErrnoException, Null], Array[NaptrRecord], Unit], Unit]
    Annotations
    @JSName("resolveNaptr")
  38. def resolveNs(hostname: scala.Predef.String, callback: Function2[|[ErrnoException, Null], Array[scala.Predef.String], Unit]): Unit
  39. var resolveNs_Original: Function2[scala.Predef.String, Function2[|[ErrnoException, Null], Array[scala.Predef.String], Unit], Unit]
    Annotations
    @JSName("resolveNs")
  40. def resolvePtr(hostname: scala.Predef.String, callback: Function2[|[ErrnoException, Null], Array[scala.Predef.String], Unit]): Unit
  41. var resolvePtr_Original: Function2[scala.Predef.String, Function2[|[ErrnoException, Null], Array[scala.Predef.String], Unit], Unit]
    Annotations
    @JSName("resolvePtr")
  42. def resolveSoa(hostname: scala.Predef.String, callback: Function2[|[ErrnoException, Null], SoaRecord, Unit]): Unit
  43. var resolveSoa_Original: Function2[scala.Predef.String, Function2[|[ErrnoException, Null], SoaRecord, Unit], Unit]
    Annotations
    @JSName("resolveSoa")
  44. def resolveSrv(hostname: scala.Predef.String, callback: Function2[|[ErrnoException, Null], Array[SrvRecord], Unit]): Unit
  45. var resolveSrv_Original: Function2[scala.Predef.String, Function2[|[ErrnoException, Null], Array[SrvRecord], Unit], Unit]
    Annotations
    @JSName("resolveSrv")
  46. def resolveTxt(hostname: scala.Predef.String, callback: Function2[|[ErrnoException, Null], Array[Array[scala.Predef.String]], Unit]): Unit
  47. var resolveTxt_Original: Function2[scala.Predef.String, Function2[|[ErrnoException, Null], Array[Array[scala.Predef.String]], Unit], Unit]
    Annotations
    @JSName("resolveTxt")
  48. def resolve_A(hostname: scala.Predef.String, rrtype: A, callback: Function2[|[ErrnoException, Null], Array[scala.Predef.String], Unit]): Unit
    Annotations
    @JSName("resolve")
  49. def resolve_AAAA(hostname: scala.Predef.String, rrtype: AAAA, callback: Function2[|[ErrnoException, Null], Array[scala.Predef.String], Unit]): Unit
    Annotations
    @JSName("resolve")
  50. def resolve_ANY(hostname: scala.Predef.String, rrtype: ANY, callback: Function2[|[ErrnoException, Null], Array[AnyRecord], Unit]): Unit
    Annotations
    @JSName("resolve")
  51. def resolve_CNAME(hostname: scala.Predef.String, rrtype: CNAME, callback: Function2[|[ErrnoException, Null], Array[scala.Predef.String], Unit]): Unit
    Annotations
    @JSName("resolve")
  52. def resolve_MX(hostname: scala.Predef.String, rrtype: MX, callback: Function2[|[ErrnoException, Null], Array[MxRecord], Unit]): Unit
    Annotations
    @JSName("resolve")
  53. def resolve_NAPTR(hostname: scala.Predef.String, rrtype: NAPTR, callback: Function2[|[ErrnoException, Null], Array[NaptrRecord], Unit]): Unit
    Annotations
    @JSName("resolve")
  54. def resolve_NS(hostname: scala.Predef.String, rrtype: NS, callback: Function2[|[ErrnoException, Null], Array[scala.Predef.String], Unit]): Unit
    Annotations
    @JSName("resolve")
  55. var resolve_Original: FnCallHostnameRrtypeCallback
    Annotations
    @JSName("resolve")
  56. def resolve_PTR(hostname: scala.Predef.String, rrtype: PTR, callback: Function2[|[ErrnoException, Null], Array[scala.Predef.String], Unit]): Unit
    Annotations
    @JSName("resolve")
  57. def resolve_SOA(hostname: scala.Predef.String, rrtype: SOA, callback: Function2[|[ErrnoException, Null], SoaRecord, Unit]): Unit
    Annotations
    @JSName("resolve")
  58. def resolve_SRV(hostname: scala.Predef.String, rrtype: SRV, callback: Function2[|[ErrnoException, Null], Array[SrvRecord], Unit]): Unit
    Annotations
    @JSName("resolve")
  59. def resolve_TXT(hostname: scala.Predef.String, rrtype: TXT, callback: Function2[|[ErrnoException, Null], Array[Array[scala.Predef.String]], Unit]): Unit
    Annotations
    @JSName("resolve")
  60. def reverse(ip: scala.Predef.String, callback: Function2[|[ErrnoException, Null], Array[scala.Predef.String], Unit]): Unit
  61. var reverse_Original: Function2[scala.Predef.String, Function2[|[ErrnoException, Null], Array[scala.Predef.String], Unit], Unit]
    Annotations
    @JSName("reverse")
  62. def setLocalAddress(ipv4: Unit, ipv6: scala.Predef.String): Unit
  63. def setLocalAddress(ipv4: scala.Predef.String, ipv6: scala.Predef.String): Unit
  64. def setLocalAddress(ipv4: scala.Predef.String): Unit
  65. def setLocalAddress(): Unit
  66. def setServers(servers: Array[scala.Predef.String]): Unit
  67. var setServers_Original: Function1[Array[scala.Predef.String], Unit]
    Annotations
    @JSName("setServers")
  68. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  69. def toLocaleString(): scala.Predef.String
    Definition Classes
    Object
  70. def toString(): java.lang.String
    Definition Classes
    AnyRef → Any
  71. def valueOf(): Any
    Definition Classes
    Object
  72. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  73. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  74. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from StObject

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped