package dnsMod
- Source
- package.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- dnsMod
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait AnyARecord extends Object with StObject with RecordWithTtl with AnyRecord with AnyRecordWithTtl
- Annotations
- @JSType() @native()
- trait AnyAaaaRecord extends Object with StObject with RecordWithTtl with AnyRecord with AnyRecordWithTtl
- Annotations
- @JSType() @native()
- trait AnyCnameRecord extends Object with StObject with AnyRecord
- Annotations
- @JSType() @native()
- trait AnyMxRecord extends Object with StObject with MxRecord with AnyRecord
- Annotations
- @JSType() @native()
- trait AnyNaptrRecord extends Object with StObject with NaptrRecord with AnyRecord
- Annotations
- @JSType() @native()
- trait AnyNsRecord extends Object with StObject with AnyRecord
- Annotations
- @JSType() @native()
- trait AnyPtrRecord extends Object with StObject with AnyRecord
- Annotations
- @JSType() @native()
- trait AnyRecord extends Object with StObject
- Annotations
- @JSType()
- trait AnyRecordWithTtl extends Object with StObject
- Annotations
- @JSType()
- trait AnySoaRecord extends Object with StObject with SoaRecord with AnyRecord
- Annotations
- @JSType() @native()
- trait AnySrvRecord extends Object with StObject with SrvRecord with AnyRecord
- Annotations
- @JSType() @native()
- trait AnyTxtRecord extends Object with StObject with AnyRecord
- Annotations
- @JSType() @native()
- trait CaaRecord extends Object with StObject
- Annotations
- @JSType() @native()
- trait LookupAddress extends Object with StObject
- Annotations
- @JSType() @native()
- trait LookupAllOptions extends Object with StObject with LookupOptions
- Annotations
- @JSType() @native()
- trait LookupOneOptions extends Object with StObject with LookupOptions
- Annotations
- @JSType() @native()
- trait LookupOptions extends Object with StObject
- Annotations
- @JSType() @native()
- trait MxRecord extends Object with StObject
- Annotations
- @JSType() @native()
- trait NaptrRecord extends Object with StObject
- Annotations
- @JSType() @native()
- trait RecordWithTtl extends Object with StObject
- Annotations
- @JSType() @native()
- trait ResolveOptions extends Object with StObject
- Annotations
- @JSType() @native()
- trait ResolveWithTtlOptions extends Object with StObject with ResolveOptions
- Annotations
- @JSType() @native()
- class Resolver extends Object with StObject
- Annotations
- @JSType() @JSImport("dns", "Resolver") @native()
- trait ResolverOptions extends Object with StObject
- Annotations
- @JSType() @native()
- trait SoaRecord extends Object with StObject
- Annotations
- @JSType() @native()
- trait SrvRecord extends Object with StObject
- Annotations
- @JSType() @native()
Value Members
- def ADDRCONFIG: Double
- Annotations
- @inline()
- def ADDRGETNETWORKPARAMS: java.lang.String
- Annotations
- @inline()
- def ALL: Double
- Annotations
- @inline()
- def BADFAMILY: java.lang.String
- Annotations
- @inline()
- def BADFLAGS: java.lang.String
- Annotations
- @inline()
- def BADHINTS: java.lang.String
- Annotations
- @inline()
- def BADNAME: java.lang.String
- Annotations
- @inline()
- def BADQUERY: java.lang.String
- Annotations
- @inline()
- def BADRESP: java.lang.String
- Annotations
- @inline()
- def BADSTR: java.lang.String
- Annotations
- @inline()
- def CANCELLED: java.lang.String
- Annotations
- @inline()
- def CONNREFUSED: java.lang.String
- Annotations
- @inline()
- def DESTRUCTION: java.lang.String
- Annotations
- @inline()
- def EOF: java.lang.String
- Annotations
- @inline()
- def FILE: java.lang.String
- Annotations
- @inline()
- def FORMERR: java.lang.String
- Annotations
- @inline()
- def LOADIPHLPAPI: java.lang.String
- Annotations
- @inline()
- def NODATA: java.lang.String
- Annotations
- @inline()
- def NOMEM: java.lang.String
- Annotations
- @inline()
- def NONAME: java.lang.String
- Annotations
- @inline()
- def NOTFOUND: java.lang.String
- Annotations
- @inline()
- def NOTIMP: java.lang.String
- Annotations
- @inline()
- def NOTINITIALIZED: java.lang.String
- Annotations
- @inline()
- def REFUSED: java.lang.String
- Annotations
- @inline()
- def SERVFAIL: java.lang.String
- Annotations
- @inline()
- def TIMEOUT: java.lang.String
- Annotations
- @inline()
- def V4MAPPED: Double
- Annotations
- @inline()
- def getServers(): Array[java.lang.String]
- Annotations
- @inline()
- 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()
- 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()
- object AnyARecord
- object AnyAaaaRecord
- object AnyCnameRecord
- object AnyMxRecord
- object AnyNaptrRecord
- object AnyNsRecord
- object AnyPtrRecord
- object AnyRecord
- object AnyRecordWithTtl
- object AnySoaRecord
- object AnySrvRecord
- object AnyTxtRecord
- object CaaRecord
- object LookupAddress
- object LookupAllOptions
- object LookupOneOptions
- object LookupOptions
- object MxRecord
- object NaptrRecord
- object RecordWithTtl
- object ResolveOptions
- object ResolveWithTtlOptions
- object ResolverOptions
- object SoaRecord
- object SrvRecord
- object ^ extends Object with StObject
- Annotations
- @JSImport("dns", JSImport.Namespace) @native()
- object promises