object promises

Source
promises.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. promises
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class Resolver extends promisesMod.Resolver
    Annotations
    @JSType() @JSImport("dns", "promises.Resolver") @native()

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. val ^: Any
    Annotations
    @JSImport("dns", "promises") @native()
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  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]
    Annotations
    @inline()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def lookup(hostname: scala.Predef.String, options: LookupOptions): Promise[|[LookupAddress, Array[LookupAddress]]]
    Annotations
    @inline()
  14. def lookup(hostname: scala.Predef.String, options: LookupOneOptions): Promise[LookupAddress]
    Annotations
    @inline()
  15. def lookup(hostname: scala.Predef.String, options: LookupAllOptions): Promise[Array[LookupAddress]]
    Annotations
    @inline()
  16. def lookup(hostname: scala.Predef.String, family: Double): Promise[LookupAddress]
    Annotations
    @inline()
  17. def lookup(hostname: scala.Predef.String): Promise[LookupAddress]
    Annotations
    @inline()
  18. def lookupService(address: scala.Predef.String, port: Double): Promise[Hostname]
    Annotations
    @inline()
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  22. def resolve(hostname: scala.Predef.String, rrtype: scala.Predef.String): Promise[|[Array[|[|[|[|[|[AnyRecord, Array[scala.Predef.String]], MxRecord], NaptrRecord], SrvRecord], scala.Predef.String]], SoaRecord]]
    Annotations
    @inline()
  23. def resolve(hostname: scala.Predef.String): Promise[Array[scala.Predef.String]]
    Annotations
    @inline()
  24. def resolve4(hostname: scala.Predef.String, options: ResolveWithTtlOptions): Promise[Array[RecordWithTtl]]
    Annotations
    @inline()
  25. def resolve4(hostname: scala.Predef.String, options: ResolveOptions): Promise[Array[|[RecordWithTtl, scala.Predef.String]]]
    Annotations
    @inline()
  26. def resolve4(hostname: scala.Predef.String): Promise[Array[scala.Predef.String]]
    Annotations
    @inline()
  27. def resolve6(hostname: scala.Predef.String, options: ResolveWithTtlOptions): Promise[Array[RecordWithTtl]]
    Annotations
    @inline()
  28. def resolve6(hostname: scala.Predef.String, options: ResolveOptions): Promise[Array[|[RecordWithTtl, scala.Predef.String]]]
    Annotations
    @inline()
  29. def resolve6(hostname: scala.Predef.String): Promise[Array[scala.Predef.String]]
    Annotations
    @inline()
  30. def resolveAny(hostname: scala.Predef.String): Promise[Array[AnyRecord]]
    Annotations
    @inline()
  31. def resolveCaa(hostname: scala.Predef.String): Promise[Array[CaaRecord]]
    Annotations
    @inline()
  32. def resolveCname(hostname: scala.Predef.String): Promise[Array[scala.Predef.String]]
    Annotations
    @inline()
  33. def resolveMx(hostname: scala.Predef.String): Promise[Array[MxRecord]]
    Annotations
    @inline()
  34. def resolveNaptr(hostname: scala.Predef.String): Promise[Array[NaptrRecord]]
    Annotations
    @inline()
  35. def resolveNs(hostname: scala.Predef.String): Promise[Array[scala.Predef.String]]
    Annotations
    @inline()
  36. def resolvePtr(hostname: scala.Predef.String): Promise[Array[scala.Predef.String]]
    Annotations
    @inline()
  37. def resolveSoa(hostname: scala.Predef.String): Promise[SoaRecord]
    Annotations
    @inline()
  38. def resolveSrv(hostname: scala.Predef.String): Promise[Array[SrvRecord]]
    Annotations
    @inline()
  39. def resolveTxt(hostname: scala.Predef.String): Promise[Array[Array[scala.Predef.String]]]
    Annotations
    @inline()
  40. def resolve_A(hostname: scala.Predef.String, rrtype: A): Promise[Array[scala.Predef.String]]
    Annotations
    @inline()
  41. def resolve_AAAA(hostname: scala.Predef.String, rrtype: AAAA): Promise[Array[scala.Predef.String]]
    Annotations
    @inline()
  42. def resolve_ANY(hostname: scala.Predef.String, rrtype: ANY): Promise[Array[AnyRecord]]
    Annotations
    @inline()
  43. def resolve_CAA(hostname: scala.Predef.String, rrtype: CAA): Promise[Array[CaaRecord]]
    Annotations
    @inline()
  44. def resolve_CNAME(hostname: scala.Predef.String, rrtype: CNAME): Promise[Array[scala.Predef.String]]
    Annotations
    @inline()
  45. def resolve_MX(hostname: scala.Predef.String, rrtype: MX): Promise[Array[MxRecord]]
    Annotations
    @inline()
  46. def resolve_NAPTR(hostname: scala.Predef.String, rrtype: NAPTR): Promise[Array[NaptrRecord]]
    Annotations
    @inline()
  47. def resolve_NS(hostname: scala.Predef.String, rrtype: NS): Promise[Array[scala.Predef.String]]
    Annotations
    @inline()
  48. def resolve_PTR(hostname: scala.Predef.String, rrtype: PTR): Promise[Array[scala.Predef.String]]
    Annotations
    @inline()
  49. def resolve_SOA(hostname: scala.Predef.String, rrtype: SOA): Promise[SoaRecord]
    Annotations
    @inline()
  50. def resolve_SRV(hostname: scala.Predef.String, rrtype: SRV): Promise[Array[SrvRecord]]
    Annotations
    @inline()
  51. def resolve_TXT(hostname: scala.Predef.String, rrtype: TXT): Promise[Array[Array[scala.Predef.String]]]
    Annotations
    @inline()
  52. def reverse(ip: scala.Predef.String): Promise[Array[scala.Predef.String]]
    Annotations
    @inline()
  53. def setServers(servers: Array[scala.Predef.String]): Unit
    Annotations
    @inline()
  54. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  55. def toString(): java.lang.String
    Definition Classes
    AnyRef → Any
  56. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  57. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  58. 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 AnyRef

Inherited from Any

Ungrouped