object promisesMod
- Source
- promisesMod.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- promisesMod
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
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
- val ^: Any
- Annotations
- @JSImport("dns/promises", JSImport.Namespace) @native()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- 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[java.lang.String]
- Annotations
- @inline()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lookup(hostname: java.lang.String, options: LookupOptions): Promise[|[LookupAddress, Array[LookupAddress]]]
- Annotations
- @inline()
- def lookup(hostname: java.lang.String, options: LookupOneOptions): Promise[LookupAddress]
- Annotations
- @inline()
- def lookup(hostname: java.lang.String, options: LookupAllOptions): Promise[Array[LookupAddress]]
- Annotations
- @inline()
- def lookup(hostname: java.lang.String, family: Double): Promise[LookupAddress]
- Annotations
- @inline()
- def lookup(hostname: java.lang.String): Promise[LookupAddress]
- Annotations
- @inline()
- def lookupService(address: java.lang.String, port: Double): Promise[Hostname]
- Annotations
- @inline()
- 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 resolve(hostname: java.lang.String, rrtype: java.lang.String): Promise[|[Array[|[|[|[|[|[AnyRecord, Array[java.lang.String]], MxRecord], NaptrRecord], SrvRecord], java.lang.String]], SoaRecord]]
- Annotations
- @inline()
- def resolve(hostname: java.lang.String): Promise[Array[java.lang.String]]
- Annotations
- @inline()
- def resolve4(hostname: java.lang.String, options: ResolveWithTtlOptions): Promise[Array[RecordWithTtl]]
- Annotations
- @inline()
- def resolve4(hostname: java.lang.String, options: ResolveOptions): Promise[Array[|[RecordWithTtl, java.lang.String]]]
- Annotations
- @inline()
- def resolve4(hostname: java.lang.String): Promise[Array[java.lang.String]]
- Annotations
- @inline()
- def resolve6(hostname: java.lang.String, options: ResolveWithTtlOptions): Promise[Array[RecordWithTtl]]
- Annotations
- @inline()
- def resolve6(hostname: java.lang.String, options: ResolveOptions): Promise[Array[|[RecordWithTtl, java.lang.String]]]
- Annotations
- @inline()
- def resolve6(hostname: java.lang.String): Promise[Array[java.lang.String]]
- Annotations
- @inline()
- def resolveAny(hostname: java.lang.String): Promise[Array[AnyRecord]]
- Annotations
- @inline()
- def resolveCaa(hostname: java.lang.String): Promise[Array[CaaRecord]]
- Annotations
- @inline()
- def resolveCname(hostname: java.lang.String): Promise[Array[java.lang.String]]
- Annotations
- @inline()
- def resolveMx(hostname: java.lang.String): Promise[Array[MxRecord]]
- Annotations
- @inline()
- def resolveNaptr(hostname: java.lang.String): Promise[Array[NaptrRecord]]
- Annotations
- @inline()
- def resolveNs(hostname: java.lang.String): Promise[Array[java.lang.String]]
- Annotations
- @inline()
- def resolvePtr(hostname: java.lang.String): Promise[Array[java.lang.String]]
- Annotations
- @inline()
- def resolveSoa(hostname: java.lang.String): Promise[SoaRecord]
- Annotations
- @inline()
- def resolveSrv(hostname: java.lang.String): Promise[Array[SrvRecord]]
- Annotations
- @inline()
- def resolveTxt(hostname: java.lang.String): Promise[Array[Array[java.lang.String]]]
- Annotations
- @inline()
- def resolve_A(hostname: java.lang.String, rrtype: A): Promise[Array[java.lang.String]]
- Annotations
- @inline()
- def resolve_AAAA(hostname: java.lang.String, rrtype: AAAA): Promise[Array[java.lang.String]]
- Annotations
- @inline()
- def resolve_ANY(hostname: java.lang.String, rrtype: ANY): Promise[Array[AnyRecord]]
- Annotations
- @inline()
- def resolve_CAA(hostname: java.lang.String, rrtype: CAA): Promise[Array[CaaRecord]]
- Annotations
- @inline()
- def resolve_CNAME(hostname: java.lang.String, rrtype: CNAME): Promise[Array[java.lang.String]]
- Annotations
- @inline()
- def resolve_MX(hostname: java.lang.String, rrtype: MX): Promise[Array[MxRecord]]
- Annotations
- @inline()
- def resolve_NAPTR(hostname: java.lang.String, rrtype: NAPTR): Promise[Array[NaptrRecord]]
- Annotations
- @inline()
- def resolve_NS(hostname: java.lang.String, rrtype: NS): Promise[Array[java.lang.String]]
- Annotations
- @inline()
- def resolve_PTR(hostname: java.lang.String, rrtype: PTR): Promise[Array[java.lang.String]]
- Annotations
- @inline()
- def resolve_SOA(hostname: java.lang.String, rrtype: SOA): Promise[SoaRecord]
- Annotations
- @inline()
- def resolve_SRV(hostname: java.lang.String, rrtype: SRV): Promise[Array[SrvRecord]]
- Annotations
- @inline()
- def resolve_TXT(hostname: java.lang.String, rrtype: TXT): Promise[Array[Array[java.lang.String]]]
- Annotations
- @inline()
- def reverse(ip: java.lang.String): Promise[Array[java.lang.String]]
- Annotations
- @inline()
- def setServers(servers: Array[java.lang.String]): Unit
- Annotations
- @inline()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): java.lang.String
- Definition Classes
- AnyRef → Any
- 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