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