Packages

package dnsMod

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

Type Members

  1. trait AnyARecord extends Object with StObject with RecordWithTtl with AnyRecord with AnyRecordWithTtl
    Annotations
    @JSType() @native()
  2. trait AnyAaaaRecord extends Object with StObject with RecordWithTtl with AnyRecord with AnyRecordWithTtl
    Annotations
    @JSType() @native()
  3. trait AnyCnameRecord extends Object with StObject with AnyRecord
    Annotations
    @JSType() @native()
  4. trait AnyMxRecord extends Object with StObject with MxRecord with AnyRecord
    Annotations
    @JSType() @native()
  5. trait AnyNaptrRecord extends Object with StObject with NaptrRecord with AnyRecord
    Annotations
    @JSType() @native()
  6. trait AnyNsRecord extends Object with StObject with AnyRecord
    Annotations
    @JSType() @native()
  7. trait AnyPtrRecord extends Object with StObject with AnyRecord
    Annotations
    @JSType() @native()
  8. trait AnyRecord extends Object with StObject
    Annotations
    @JSType()
  9. trait AnyRecordWithTtl extends Object with StObject
    Annotations
    @JSType()
  10. trait AnySoaRecord extends Object with StObject with SoaRecord with AnyRecord
    Annotations
    @JSType() @native()
  11. trait AnySrvRecord extends Object with StObject with SrvRecord with AnyRecord
    Annotations
    @JSType() @native()
  12. trait AnyTxtRecord extends Object with StObject with AnyRecord
    Annotations
    @JSType() @native()
  13. trait CaaRecord extends Object with StObject
    Annotations
    @JSType() @native()
  14. trait LookupAddress extends Object with StObject
    Annotations
    @JSType() @native()
  15. trait LookupAllOptions extends Object with StObject with LookupOptions
    Annotations
    @JSType() @native()
  16. trait LookupOneOptions extends Object with StObject with LookupOptions
    Annotations
    @JSType() @native()
  17. trait LookupOptions extends Object with StObject
    Annotations
    @JSType() @native()
  18. trait MxRecord extends Object with StObject
    Annotations
    @JSType() @native()
  19. trait NaptrRecord extends Object with StObject
    Annotations
    @JSType() @native()
  20. trait RecordWithTtl extends Object with StObject
    Annotations
    @JSType() @native()
  21. trait ResolveOptions extends Object with StObject
    Annotations
    @JSType() @native()
  22. trait ResolveWithTtlOptions extends Object with StObject with ResolveOptions
    Annotations
    @JSType() @native()
  23. class Resolver extends Object with StObject
    Annotations
    @JSType() @JSImport("dns", "Resolver") @native()
  24. trait ResolverOptions extends Object with StObject
    Annotations
    @JSType() @native()
  25. trait SoaRecord extends Object with StObject
    Annotations
    @JSType() @native()
  26. trait SrvRecord extends Object with StObject
    Annotations
    @JSType() @native()

Value Members

  1. def ADDRCONFIG: Double
    Annotations
    @inline()
  2. def ADDRGETNETWORKPARAMS: java.lang.String
    Annotations
    @inline()
  3. def ALL: Double
    Annotations
    @inline()
  4. def BADFAMILY: java.lang.String
    Annotations
    @inline()
  5. def BADFLAGS: java.lang.String
    Annotations
    @inline()
  6. def BADHINTS: java.lang.String
    Annotations
    @inline()
  7. def BADNAME: java.lang.String
    Annotations
    @inline()
  8. def BADQUERY: java.lang.String
    Annotations
    @inline()
  9. def BADRESP: java.lang.String
    Annotations
    @inline()
  10. def BADSTR: java.lang.String
    Annotations
    @inline()
  11. def CANCELLED: java.lang.String
    Annotations
    @inline()
  12. def CONNREFUSED: java.lang.String
    Annotations
    @inline()
  13. def DESTRUCTION: java.lang.String
    Annotations
    @inline()
  14. def EOF: java.lang.String
    Annotations
    @inline()
  15. def FILE: java.lang.String
    Annotations
    @inline()
  16. def FORMERR: java.lang.String
    Annotations
    @inline()
  17. def LOADIPHLPAPI: java.lang.String
    Annotations
    @inline()
  18. def NODATA: java.lang.String
    Annotations
    @inline()
  19. def NOMEM: java.lang.String
    Annotations
    @inline()
  20. def NONAME: java.lang.String
    Annotations
    @inline()
  21. def NOTFOUND: java.lang.String
    Annotations
    @inline()
  22. def NOTIMP: java.lang.String
    Annotations
    @inline()
  23. def NOTINITIALIZED: java.lang.String
    Annotations
    @inline()
  24. def REFUSED: java.lang.String
    Annotations
    @inline()
  25. def SERVFAIL: java.lang.String
    Annotations
    @inline()
  26. def TIMEOUT: java.lang.String
    Annotations
    @inline()
  27. def V4MAPPED: Double
    Annotations
    @inline()
  28. def getServers(): Array[java.lang.String]
    Annotations
    @inline()
  29. def lookup(hostname: java.lang.String, options: LookupOptions, callback: Function3[|[ErrnoException, Null], |[java.lang.String, Array[LookupAddress]], Double, Unit]): Unit
    Annotations
    @inline()
  30. def lookup(hostname: java.lang.String, options: LookupOneOptions, callback: Function3[|[ErrnoException, Null], java.lang.String, Double, Unit]): Unit
    Annotations
    @inline()
  31. def lookup(hostname: java.lang.String, options: LookupAllOptions, callback: Function2[|[ErrnoException, Null], Array[LookupAddress], Unit]): Unit
    Annotations
    @inline()
  32. def lookup(hostname: java.lang.String, family: Double, callback: Function3[|[ErrnoException, Null], java.lang.String, Double, Unit]): Unit
    Annotations
    @inline()
  33. def lookup(hostname: java.lang.String, callback: Function3[|[ErrnoException, Null], java.lang.String, Double, Unit]): Unit
    Annotations
    @inline()
  34. def lookupService(address: java.lang.String, port: Double, callback: Function3[|[ErrnoException, Null], java.lang.String, java.lang.String, Unit]): Unit
    Annotations
    @inline()
  35. 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()
  36. def resolve(hostname: java.lang.String, rrtype: TXT, callback: Function2[|[ErrnoException, Null], Array[Array[java.lang.String]], Unit]): Unit
    Annotations
    @inline()
  37. def resolve(hostname: java.lang.String, rrtype: SRV, callback: Function2[|[ErrnoException, Null], Array[SrvRecord], Unit]): Unit
    Annotations
    @inline()
  38. def resolve(hostname: java.lang.String, rrtype: SOA, callback: Function2[|[ErrnoException, Null], SoaRecord, Unit]): Unit
    Annotations
    @inline()
  39. def resolve(hostname: java.lang.String, rrtype: PTR, callback: Function2[|[ErrnoException, Null], Array[java.lang.String], Unit]): Unit
    Annotations
    @inline()
  40. def resolve(hostname: java.lang.String, rrtype: NS, callback: Function2[|[ErrnoException, Null], Array[java.lang.String], Unit]): Unit
    Annotations
    @inline()
  41. def resolve(hostname: java.lang.String, rrtype: NAPTR, callback: Function2[|[ErrnoException, Null], Array[NaptrRecord], Unit]): Unit
    Annotations
    @inline()
  42. def resolve(hostname: java.lang.String, rrtype: MX, callback: Function2[|[ErrnoException, Null], Array[MxRecord], Unit]): Unit
    Annotations
    @inline()
  43. def resolve(hostname: java.lang.String, rrtype: CNAME, callback: Function2[|[ErrnoException, Null], Array[java.lang.String], Unit]): Unit
    Annotations
    @inline()
  44. def resolve(hostname: java.lang.String, rrtype: A, callback: Function2[|[ErrnoException, Null], Array[java.lang.String], Unit]): Unit
    Annotations
    @inline()
  45. def resolve(hostname: java.lang.String, rrtype: ANY, callback: Function2[|[ErrnoException, Null], Array[AnyRecord], Unit]): Unit
    Annotations
    @inline()
  46. def resolve(hostname: java.lang.String, rrtype: AAAA, callback: Function2[|[ErrnoException, Null], Array[java.lang.String], Unit]): Unit
    Annotations
    @inline()
  47. def resolve(hostname: java.lang.String, callback: Function2[|[ErrnoException, Null], Array[java.lang.String], Unit]): Unit
    Annotations
    @inline()
  48. def resolve4(hostname: java.lang.String, options: ResolveWithTtlOptions, callback: Function2[|[ErrnoException, Null], Array[RecordWithTtl], Unit]): Unit
    Annotations
    @inline()
  49. def resolve4(hostname: java.lang.String, options: ResolveOptions, callback: Function2[|[ErrnoException, Null], Array[|[RecordWithTtl, java.lang.String]], Unit]): Unit
    Annotations
    @inline()
  50. def resolve4(hostname: java.lang.String, callback: Function2[|[ErrnoException, Null], Array[java.lang.String], Unit]): Unit
    Annotations
    @inline()
  51. def resolve6(hostname: java.lang.String, options: ResolveWithTtlOptions, callback: Function2[|[ErrnoException, Null], Array[RecordWithTtl], Unit]): Unit
    Annotations
    @inline()
  52. def resolve6(hostname: java.lang.String, options: ResolveOptions, callback: Function2[|[ErrnoException, Null], Array[|[RecordWithTtl, java.lang.String]], Unit]): Unit
    Annotations
    @inline()
  53. def resolve6(hostname: java.lang.String, callback: Function2[|[ErrnoException, Null], Array[java.lang.String], Unit]): Unit
    Annotations
    @inline()
  54. def resolveAny(hostname: java.lang.String, callback: Function2[|[ErrnoException, Null], Array[AnyRecord], Unit]): Unit
    Annotations
    @inline()
  55. def resolveCaa(hostname: java.lang.String, callback: Function2[|[ErrnoException, Null], Array[CaaRecord], Unit]): Unit
    Annotations
    @inline()
  56. def resolveCname(hostname: java.lang.String, callback: Function2[|[ErrnoException, Null], Array[java.lang.String], Unit]): Unit
    Annotations
    @inline()
  57. def resolveMx(hostname: java.lang.String, callback: Function2[|[ErrnoException, Null], Array[MxRecord], Unit]): Unit
    Annotations
    @inline()
  58. def resolveNaptr(hostname: java.lang.String, callback: Function2[|[ErrnoException, Null], Array[NaptrRecord], Unit]): Unit
    Annotations
    @inline()
  59. def resolveNs(hostname: java.lang.String, callback: Function2[|[ErrnoException, Null], Array[java.lang.String], Unit]): Unit
    Annotations
    @inline()
  60. def resolvePtr(hostname: java.lang.String, callback: Function2[|[ErrnoException, Null], Array[java.lang.String], Unit]): Unit
    Annotations
    @inline()
  61. def resolveSoa(hostname: java.lang.String, callback: Function2[|[ErrnoException, Null], SoaRecord, Unit]): Unit
    Annotations
    @inline()
  62. def resolveSrv(hostname: java.lang.String, callback: Function2[|[ErrnoException, Null], Array[SrvRecord], Unit]): Unit
    Annotations
    @inline()
  63. def resolveTxt(hostname: java.lang.String, callback: Function2[|[ErrnoException, Null], Array[Array[java.lang.String]], Unit]): Unit
    Annotations
    @inline()
  64. def reverse(ip: java.lang.String, callback: Function2[|[ErrnoException, Null], Array[java.lang.String], Unit]): Unit
    Annotations
    @inline()
  65. def setServers(servers: Array[java.lang.String]): Unit
    Annotations
    @inline()
  66. object AnyARecord
  67. object AnyAaaaRecord
  68. object AnyCnameRecord
  69. object AnyMxRecord
  70. object AnyNaptrRecord
  71. object AnyNsRecord
  72. object AnyPtrRecord
  73. object AnyRecord
  74. object AnyRecordWithTtl
  75. object AnySoaRecord
  76. object AnySrvRecord
  77. object AnyTxtRecord
  78. object CaaRecord
  79. object LookupAddress
  80. object LookupAllOptions
  81. object LookupOneOptions
  82. object LookupOptions
  83. object MxRecord
  84. object NaptrRecord
  85. object RecordWithTtl
  86. object ResolveOptions
  87. object ResolveWithTtlOptions
  88. object ResolverOptions
  89. object SoaRecord
  90. object SrvRecord
  91. object ^ extends Object with StObject
    Annotations
    @JSImport("dns", JSImport.Namespace) @native()
  92. object promises

Inherited from AnyRef

Inherited from Any

Ungrouped