fs2.internal.jsdeps.node.dnsMod

Type members

Classlikes

@native @JSType
trait AnyARecord extends StObject with RecordWithTtl with AnyRecord with AnyRecordWithTtl
Companion
object
object AnyARecord
Companion
class
@native @JSType
trait AnyAaaaRecord extends StObject with RecordWithTtl with AnyRecord with AnyRecordWithTtl
Companion
object
Companion
class
@native @JSType
trait AnyCnameRecord extends StObject with AnyRecord
Companion
object
Companion
class
@native @JSType
trait AnyMxRecord extends StObject with MxRecord with AnyRecord
Companion
object
object AnyMxRecord
Companion
class
@native @JSType
trait AnyNaptrRecord extends StObject with NaptrRecord with AnyRecord
Companion
object
Companion
class
@native @JSType
trait AnyNsRecord extends StObject with AnyRecord
Companion
object
object AnyNsRecord
Companion
class
@native @JSType
trait AnyPtrRecord extends StObject with AnyRecord
Companion
object
object AnyPtrRecord
Companion
class
@JSType
trait AnyRecord extends StObject
Companion
object
object AnyRecord
Companion
class
@JSType
trait AnyRecordWithTtl extends StObject
Companion
object
Companion
class
@native @JSType
trait AnySoaRecord extends StObject with SoaRecord with AnyRecord
Companion
object
object AnySoaRecord
Companion
class
@native @JSType
trait AnySrvRecord extends StObject with SrvRecord with AnyRecord
Companion
object
object AnySrvRecord
Companion
class
@native @JSType
trait AnyTxtRecord extends StObject with AnyRecord
Companion
object
object AnyTxtRecord
Companion
class
@native @JSType
trait CaaRecord extends StObject
Companion
object
object CaaRecord
Companion
class
@native @JSType
trait LookupAddress extends StObject
Companion
object
Companion
class
@native @JSType
trait LookupAllOptions extends StObject with LookupOptions
Companion
object
Companion
class
@native @JSType
trait LookupOneOptions extends StObject with LookupOptions
Companion
object
Companion
class
@native @JSType
trait LookupOptions extends StObject
Companion
object
Companion
class
@native @JSType
trait MxRecord extends StObject
Companion
object
object MxRecord
Companion
class
@native @JSType
trait NaptrRecord extends StObject
Companion
object
object NaptrRecord
Companion
class
@native @JSType
trait RecordWithTtl extends StObject
Companion
object
Companion
class
@native @JSType
trait ResolveOptions extends StObject
Companion
object
Companion
class
@native @JSType
trait ResolveWithTtlOptions extends StObject with ResolveOptions
Companion
object
@JSImport("dns", "Resolver") @native @JSType
class Resolver() extends StObject
@native @JSType
trait ResolverOptions extends StObject
Companion
object
Companion
class
@native @JSType
trait SoaRecord extends StObject
Companion
object
object SoaRecord
Companion
class
@native @JSType
trait SrvRecord extends StObject
Companion
object
object SrvRecord
Companion
class
@JSImport("dns") @native @JSType
object ^ extends StObject
object promises

Value members

Concrete methods

@inline
def ADDRCONFIG: Double
@inline
@inline
def ALL: Double
@inline
def BADFAMILY: String
@inline
def BADFLAGS: String
@inline
def BADHINTS: String
@inline
def BADNAME: String
@inline
def BADQUERY: String
@inline
def BADRESP: String
@inline
def BADSTR: String
@inline
def CANCELLED: String
@inline
def CONNREFUSED: String
@inline
def DESTRUCTION: String
@inline
def EOF: String
@inline
def FILE: String
@inline
def FORMERR: String
@inline
def LOADIPHLPAPI: String
@inline
def NODATA: String
@inline
def NOMEM: String
@inline
def NONAME: String
@inline
def NOTFOUND: String
@inline
def NOTIMP: String
@inline
def NOTINITIALIZED: String
@inline
def REFUSED: String
@inline
def SERVFAIL: String
@inline
def TIMEOUT: String
@inline
def V4MAPPED: Double
@inline
def getServers(): Array[String]
@inline
def lookup(hostname: String, callback: Function3[ErrnoException | Null, String, Double, Unit]): Unit
@inline
def lookup(hostname: String, family: Double, callback: Function3[ErrnoException | Null, String, Double, Unit]): Unit
@inline
def lookup(hostname: String, options: LookupAllOptions, callback: Function2[ErrnoException | Null, Array[LookupAddress], Unit]): Unit
@inline
def lookup(hostname: String, options: LookupOneOptions, callback: Function3[ErrnoException | Null, String, Double, Unit]): Unit
@inline
def lookup(hostname: String, options: LookupOptions, callback: Function3[ErrnoException | Null, String | Array[LookupAddress], Double, Unit]): Unit
@inline
def lookupService(address: String, port: Double, callback: Function3[ErrnoException | Null, String, String, Unit]): Unit
@inline
def resolve(hostname: String, callback: Function2[ErrnoException | Null, Array[String], Unit]): Unit
@inline
def resolve(hostname: String, rrtype: AAAA, callback: Function2[ErrnoException | Null, Array[String], Unit]): Unit
@inline
def resolve(hostname: String, rrtype: ANY, callback: Function2[ErrnoException | Null, Array[AnyRecord], Unit]): Unit
@inline
def resolve(hostname: String, rrtype: A, callback: Function2[ErrnoException | Null, Array[String], Unit]): Unit
@inline
def resolve(hostname: String, rrtype: CNAME, callback: Function2[ErrnoException | Null, Array[String], Unit]): Unit
@inline
def resolve(hostname: String, rrtype: MX, callback: Function2[ErrnoException | Null, Array[MxRecord], Unit]): Unit
@inline
def resolve(hostname: String, rrtype: NAPTR, callback: Function2[ErrnoException | Null, Array[NaptrRecord], Unit]): Unit
@inline
def resolve(hostname: String, rrtype: NS, callback: Function2[ErrnoException | Null, Array[String], Unit]): Unit
@inline
def resolve(hostname: String, rrtype: PTR, callback: Function2[ErrnoException | Null, Array[String], Unit]): Unit
@inline
def resolve(hostname: String, rrtype: SOA, callback: Function2[ErrnoException | Null, SoaRecord, Unit]): Unit
@inline
def resolve(hostname: String, rrtype: SRV, callback: Function2[ErrnoException | Null, Array[SrvRecord], Unit]): Unit
@inline
def resolve(hostname: String, rrtype: TXT, callback: Function2[ErrnoException | Null, Array[Array[String]], Unit]): Unit
@inline
def resolve(hostname: String, rrtype: String, callback: Function2[ErrnoException | Null, Array[AnyRecord | Array[String] | MxRecord | NaptrRecord | SrvRecord | String] | SoaRecord, Unit]): Unit
@inline
def resolve4(hostname: String, callback: Function2[ErrnoException | Null, Array[String], Unit]): Unit
@inline
def resolve4(hostname: String, options: ResolveOptions, callback: Function2[ErrnoException | Null, Array[RecordWithTtl | String], Unit]): Unit
@inline
def resolve4(hostname: String, options: ResolveWithTtlOptions, callback: Function2[ErrnoException | Null, Array[RecordWithTtl], Unit]): Unit
@inline
def resolve6(hostname: String, callback: Function2[ErrnoException | Null, Array[String], Unit]): Unit
@inline
def resolve6(hostname: String, options: ResolveOptions, callback: Function2[ErrnoException | Null, Array[RecordWithTtl | String], Unit]): Unit
@inline
def resolve6(hostname: String, options: ResolveWithTtlOptions, callback: Function2[ErrnoException | Null, Array[RecordWithTtl], Unit]): Unit
@inline
def resolveAny(hostname: String, callback: Function2[ErrnoException | Null, Array[AnyRecord], Unit]): Unit
@inline
def resolveCaa(hostname: String, callback: Function2[ErrnoException | Null, Array[CaaRecord], Unit]): Unit
@inline
def resolveCname(hostname: String, callback: Function2[ErrnoException | Null, Array[String], Unit]): Unit
@inline
def resolveMx(hostname: String, callback: Function2[ErrnoException | Null, Array[MxRecord], Unit]): Unit
@inline
def resolveNaptr(hostname: String, callback: Function2[ErrnoException | Null, Array[NaptrRecord], Unit]): Unit
@inline
def resolveNs(hostname: String, callback: Function2[ErrnoException | Null, Array[String], Unit]): Unit
@inline
def resolvePtr(hostname: String, callback: Function2[ErrnoException | Null, Array[String], Unit]): Unit
@inline
def resolveSoa(hostname: String, callback: Function2[ErrnoException | Null, SoaRecord, Unit]): Unit
@inline
def resolveSrv(hostname: String, callback: Function2[ErrnoException | Null, Array[SrvRecord], Unit]): Unit
@inline
def resolveTxt(hostname: String, callback: Function2[ErrnoException | Null, Array[Array[String]], Unit]): Unit
@inline
def reverse(ip: String, callback: Function2[ErrnoException | Null, Array[String], Unit]): Unit
@inline
def setServers(servers: Array[String]): Unit