Class NoopAuthoritativeDnsServerCache

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void cache​(java.lang.String hostname, java.net.InetSocketAddress address, long originalTtl, EventLoop loop)
      Caches a nameserver that should be used to resolve the given hostname.
      void clear()
      Clears all cached nameservers.
      boolean clear​(java.lang.String hostname)
      Clears the cached nameservers for the specified hostname.
      DnsServerAddressStream get​(java.lang.String hostname)
      Returns the cached nameservers that should be used to resolve the given hostname.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait