Package akka.io.dns
Class AAAARecord$
- java.lang.Object
 - 
- akka.io.dns.AAAARecord$
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class AAAARecord$ extends java.lang.Object implements java.io.SerializableINTERNAL API- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static AAAARecord$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description AAAARecord$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AAAARecordapply(java.lang.String name, CachePolicy.Ttl ttl, java.net.Inet6Address ip)AAAARecordparseBody(java.lang.String name, CachePolicy.Ttl ttl, short length, ByteIterator it)INTERNAL APIscala.Option<scala.Tuple3<java.lang.String,CachePolicy.Ttl,java.net.Inet6Address>>unapply(AAAARecord x$0) 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final AAAARecord$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
- 
Method Detail
- 
parseBody
public AAAARecord parseBody(java.lang.String name, CachePolicy.Ttl ttl, short length, ByteIterator it)
INTERNAL API 
- 
apply
public AAAARecord apply(java.lang.String name, CachePolicy.Ttl ttl, java.net.Inet6Address ip)
 
- 
unapply
public scala.Option<scala.Tuple3<java.lang.String,CachePolicy.Ttl,java.net.Inet6Address>> unapply(AAAARecord x$0)
 
 - 
 
 -