case class Resolved(name: String, ipv4: Seq[Inet4Address], ipv6: Seq[Inet6Address]) extends Command with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- Resolved
- Serializable
- Product
- Equals
- Command
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Resolved(name: String, ipv4: [Inet4Address], ipv6: [Inet6Address])
Value Members
- def addr: InetAddress
- Annotations
- @throws(scala.this.throws.<init>$default$1[java.net.UnknownHostException])
- val addrOption: [InetAddress]
- val ipv4: [Inet4Address]
- val ipv6: [Inet6Address]
- val name: String
- def productElementNames: Iterator[String]
- Definition Classes
- Product
(Since version 2.6.0) Use cached(DnsProtocol.Resolved)