final case class Resolved(name: String, records: Seq[ResourceRecord], additionalRecords: Seq[ResourceRecord]) extends NoSerializationVerificationNeeded with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- Resolved
- Serializable
- Product
- Equals
- NoSerializationVerificationNeeded
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Resolved(name: String, records: [ResourceRecord], additionalRecords: [ResourceRecord])
- name
of the record
- records
resource records for the query
- additionalRecords
records that relate to the query but are not strictly answers
Value Members
- val additionalRecords: [ResourceRecord]
- def address(): InetAddress
Return the host, taking into account the "java.net.preferIPv6Addresses" system property.
Return the host, taking into account the "java.net.preferIPv6Addresses" system property.
- Annotations
- @throws(scala.this.throws.<init>$default$1[java.net.UnknownHostException])
- Exceptions thrown
- def getAdditionalRecords(): [ResourceRecord]
Java API
Java API
Records that relate to the query but are not strickly answers e.g. A records for the records returned for an SRV query.
- def getRecords(): [ResourceRecord]
Java API
Java API
Records for the query
- val name: String
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val records: [ResourceRecord]
of the record
resource records for the query
records that relate to the query but are not strictly answers