object nodeDnsMod
- Source
- nodeDnsMod.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- nodeDnsMod
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- class Resolver extends dnsMod.Resolver
- Annotations
- @JSType() @JSImport("node:dns", "Resolver") @native()
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 ADDRCONFIG: Double
- Annotations
- @JSImport("node:dns", "ADDRCONFIG") @native()
- val ADDRGETNETWORKPARAMS: java.lang.String
- Annotations
- @JSImport("node:dns", "ADDRGETNETWORKPARAMS") @native()
- val ALL: Double
- Annotations
- @JSImport("node:dns", "ALL") @native()
- val BADFAMILY: java.lang.String
- Annotations
- @JSImport("node:dns", "BADFAMILY") @native()
- val BADFLAGS: java.lang.String
- Annotations
- @JSImport("node:dns", "BADFLAGS") @native()
- val BADHINTS: java.lang.String
- Annotations
- @JSImport("node:dns", "BADHINTS") @native()
- val BADNAME: java.lang.String
- Annotations
- @JSImport("node:dns", "BADNAME") @native()
- val BADQUERY: java.lang.String
- Annotations
- @JSImport("node:dns", "BADQUERY") @native()
- val BADRESP: java.lang.String
- Annotations
- @JSImport("node:dns", "BADRESP") @native()
- val BADSTR: java.lang.String
- Annotations
- @JSImport("node:dns", "BADSTR") @native()
- val CANCELLED: java.lang.String
- Annotations
- @JSImport("node:dns", "CANCELLED") @native()
- val CONNREFUSED: java.lang.String
- Annotations
- @JSImport("node:dns", "CONNREFUSED") @native()
- val DESTRUCTION: java.lang.String
- Annotations
- @JSImport("node:dns", "DESTRUCTION") @native()
- val EOF: java.lang.String
- Annotations
- @JSImport("node:dns", "EOF") @native()
- val FILE: java.lang.String
- Annotations
- @JSImport("node:dns", "FILE") @native()
- val FORMERR: java.lang.String
- Annotations
- @JSImport("node:dns", "FORMERR") @native()
- val LOADIPHLPAPI: java.lang.String
- Annotations
- @JSImport("node:dns", "LOADIPHLPAPI") @native()
- val NODATA: java.lang.String
- Annotations
- @JSImport("node:dns", "NODATA") @native()
- val NOMEM: java.lang.String
- Annotations
- @JSImport("node:dns", "NOMEM") @native()
- val NONAME: java.lang.String
- Annotations
- @JSImport("node:dns", "NONAME") @native()
- val NOTFOUND: java.lang.String
- Annotations
- @JSImport("node:dns", "NOTFOUND") @native()
- val NOTIMP: java.lang.String
- Annotations
- @JSImport("node:dns", "NOTIMP") @native()
- val NOTINITIALIZED: java.lang.String
- Annotations
- @JSImport("node:dns", "NOTINITIALIZED") @native()
- val REFUSED: java.lang.String
- Annotations
- @JSImport("node:dns", "REFUSED") @native()
- val SERVFAIL: java.lang.String
- Annotations
- @JSImport("node:dns", "SERVFAIL") @native()
- val TIMEOUT: java.lang.String
- Annotations
- @JSImport("node:dns", "TIMEOUT") @native()
- val V4MAPPED: Double
- Annotations
- @JSImport("node:dns", "V4MAPPED") @native()
- val ^: Any
- Annotations
- @JSImport("node:dns", 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, callback: Function3[|[ErrnoException, Null], |[java.lang.String, Array[LookupAddress]], Double, Unit]): Unit
- Annotations
- @inline()
- def lookup(hostname: java.lang.String, options: LookupOneOptions, callback: Function3[|[ErrnoException, Null], java.lang.String, Double, Unit]): Unit
- Annotations
- @inline()
- def lookup(hostname: java.lang.String, options: LookupAllOptions, callback: Function2[|[ErrnoException, Null], Array[LookupAddress], Unit]): Unit
- Annotations
- @inline()
- def lookup(hostname: java.lang.String, family: Double, callback: Function3[|[ErrnoException, Null], java.lang.String, Double, Unit]): Unit
- Annotations
- @inline()
- def lookup(hostname: java.lang.String, callback: Function3[|[ErrnoException, Null], java.lang.String, Double, Unit]): Unit
- Annotations
- @inline()
- def lookupService(address: java.lang.String, port: Double, callback: Function3[|[ErrnoException, Null], java.lang.String, java.lang.String, Unit]): Unit
- 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, callback: Function2[|[ErrnoException, Null], |[Array[|[|[|[|[|[AnyRecord, Array[java.lang.String]], MxRecord], NaptrRecord], SrvRecord], java.lang.String]], SoaRecord], Unit]): Unit
- Annotations
- @inline()
- def resolve(hostname: java.lang.String, rrtype: TXT, callback: Function2[|[ErrnoException, Null], Array[Array[java.lang.String]], Unit]): Unit
- Annotations
- @inline()
- def resolve(hostname: java.lang.String, rrtype: SRV, callback: Function2[|[ErrnoException, Null], Array[SrvRecord], Unit]): Unit
- Annotations
- @inline()
- def resolve(hostname: java.lang.String, rrtype: SOA, callback: Function2[|[ErrnoException, Null], SoaRecord, Unit]): Unit
- Annotations
- @inline()
- def resolve(hostname: java.lang.String, rrtype: PTR, callback: Function2[|[ErrnoException, Null], Array[java.lang.String], Unit]): Unit
- Annotations
- @inline()
- def resolve(hostname: java.lang.String, rrtype: NS, callback: Function2[|[ErrnoException, Null], Array[java.lang.String], Unit]): Unit
- Annotations
- @inline()
- def resolve(hostname: java.lang.String, rrtype: NAPTR, callback: Function2[|[ErrnoException, Null], Array[NaptrRecord], Unit]): Unit
- Annotations
- @inline()
- def resolve(hostname: java.lang.String, rrtype: MX, callback: Function2[|[ErrnoException, Null], Array[MxRecord], Unit]): Unit
- Annotations
- @inline()
- def resolve(hostname: java.lang.String, rrtype: CNAME, callback: Function2[|[ErrnoException, Null], Array[java.lang.String], Unit]): Unit
- Annotations
- @inline()
- def resolve(hostname: java.lang.String, rrtype: A, callback: Function2[|[ErrnoException, Null], Array[java.lang.String], Unit]): Unit
- Annotations
- @inline()
- def resolve(hostname: java.lang.String, rrtype: ANY, callback: Function2[|[ErrnoException, Null], Array[AnyRecord], Unit]): Unit
- Annotations
- @inline()
- def resolve(hostname: java.lang.String, rrtype: AAAA, callback: Function2[|[ErrnoException, Null], Array[java.lang.String], Unit]): Unit
- Annotations
- @inline()
- def resolve(hostname: java.lang.String, callback: Function2[|[ErrnoException, Null], Array[java.lang.String], Unit]): Unit
- Annotations
- @inline()
- def resolve4(hostname: java.lang.String, options: ResolveWithTtlOptions, callback: Function2[|[ErrnoException, Null], Array[RecordWithTtl], Unit]): Unit
- Annotations
- @inline()
- def resolve4(hostname: java.lang.String, options: ResolveOptions, callback: Function2[|[ErrnoException, Null], Array[|[RecordWithTtl, java.lang.String]], Unit]): Unit
- Annotations
- @inline()
- def resolve4(hostname: java.lang.String, callback: Function2[|[ErrnoException, Null], Array[java.lang.String], Unit]): Unit
- Annotations
- @inline()
- def resolve6(hostname: java.lang.String, options: ResolveWithTtlOptions, callback: Function2[|[ErrnoException, Null], Array[RecordWithTtl], Unit]): Unit
- Annotations
- @inline()
- def resolve6(hostname: java.lang.String, options: ResolveOptions, callback: Function2[|[ErrnoException, Null], Array[|[RecordWithTtl, java.lang.String]], Unit]): Unit
- Annotations
- @inline()
- def resolve6(hostname: java.lang.String, callback: Function2[|[ErrnoException, Null], Array[java.lang.String], Unit]): Unit
- Annotations
- @inline()
- def resolveAny(hostname: java.lang.String, callback: Function2[|[ErrnoException, Null], Array[AnyRecord], Unit]): Unit
- Annotations
- @inline()
- def resolveCaa(hostname: java.lang.String, callback: Function2[|[ErrnoException, Null], Array[CaaRecord], Unit]): Unit
- Annotations
- @inline()
- def resolveCname(hostname: java.lang.String, callback: Function2[|[ErrnoException, Null], Array[java.lang.String], Unit]): Unit
- Annotations
- @inline()
- def resolveMx(hostname: java.lang.String, callback: Function2[|[ErrnoException, Null], Array[MxRecord], Unit]): Unit
- Annotations
- @inline()
- def resolveNaptr(hostname: java.lang.String, callback: Function2[|[ErrnoException, Null], Array[NaptrRecord], Unit]): Unit
- Annotations
- @inline()
- def resolveNs(hostname: java.lang.String, callback: Function2[|[ErrnoException, Null], Array[java.lang.String], Unit]): Unit
- Annotations
- @inline()
- def resolvePtr(hostname: java.lang.String, callback: Function2[|[ErrnoException, Null], Array[java.lang.String], Unit]): Unit
- Annotations
- @inline()
- def resolveSoa(hostname: java.lang.String, callback: Function2[|[ErrnoException, Null], SoaRecord, Unit]): Unit
- Annotations
- @inline()
- def resolveSrv(hostname: java.lang.String, callback: Function2[|[ErrnoException, Null], Array[SrvRecord], Unit]): Unit
- Annotations
- @inline()
- def resolveTxt(hostname: java.lang.String, callback: Function2[|[ErrnoException, Null], Array[Array[java.lang.String]], Unit]): Unit
- Annotations
- @inline()
- def reverse(ip: java.lang.String, callback: Function2[|[ErrnoException, Null], Array[java.lang.String], Unit]): Unit
- 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])
- object promises
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated