Class SimpleDnsCache.CacheEntry$

java.lang.Object
org.apache.pekko.io.SimpleDnsCache.CacheEntry$
All Implemented Interfaces:
Serializable
Enclosing class:
SimpleDnsCache

public static class SimpleDnsCache.CacheEntry$ extends Object implements Serializable
See Also:
  • Field Details

    • MODULE$

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

    • CacheEntry$

      public CacheEntry$()
  • Method Details

    • toString

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

      public <T> org.apache.pekko.io.SimpleDnsCache.CacheEntry<T> apply(T answer, long until)
    • unapply

      public <T> scala.Option<scala.Tuple2<T,Object>> unapply(org.apache.pekko.io.SimpleDnsCache.CacheEntry<T> x$0)