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