Package akka.io

Class SimpleDnsCache.CacheEntry$

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    SimpleDnsCache

    public static class SimpleDnsCache.CacheEntry$
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      CacheEntry$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> akka.io.SimpleDnsCache.CacheEntry<T> apply​(T answer, long until)  
      java.lang.String toString()  
      <T> scala.Option<scala.Tuple2<T,​java.lang.Object>> unapply​(akka.io.SimpleDnsCache.CacheEntry<T> x$0)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final SimpleDnsCache.CacheEntry$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • CacheEntry$

        public CacheEntry$()
    • Method Detail

      • toString

        public final java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • apply

        public <T> akka.io.SimpleDnsCache.CacheEntry<T> apply​(T answer,
                                                              long until)
      • unapply

        public <T> scala.Option<scala.Tuple2<T,​java.lang.Object>> unapply​(akka.io.SimpleDnsCache.CacheEntry<T> x$0)