Package org.apache.pekko.io.dns
Class AAAARecord$
java.lang.Object
org.apache.pekko.io.dns.AAAARecord$
- All Implemented Interfaces:
Serializable
INTERNAL API
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AAAARecord$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(String name, CachePolicy.Ttl ttl, Inet6Address ip) parseBody(String name, CachePolicy.Ttl ttl, short length, ByteIterator it) INTERNAL APIscala.Option<scala.Tuple3<String,CachePolicy.Ttl, Inet6Address>> unapply(AAAARecord x$0)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
AAAARecord$
public AAAARecord$()
-
-
Method Details
-
parseBody
INTERNAL API -
apply
-
unapply
-