Packages

final case class Resolved(name: String, records: Seq[ResourceRecord], additionalRecords: Seq[ResourceRecord]) extends NoSerializationVerificationNeeded with Product with Serializable

name

of the record

records

resource records for the query

additionalRecords

records that relate to the query but are not strictly answers

Source
DnsProtocol.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Resolved
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. NoSerializationVerificationNeeded
  7. AnyRef
  8. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Resolved(name: String, records: Seq[ResourceRecord], additionalRecords: Seq[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

  1. val additionalRecords: Seq[ResourceRecord]
  2. def getAdditionalRecords(): List[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.

  3. def getRecords(): List[ResourceRecord]

    Java API

    Java API

    Records for the query

  4. val name: String
  5. val records: Seq[ResourceRecord]