Interface Dns


public interface Dns
Domain name service. Prefer this over InetAddress.getAllByName(java.lang.String) to make code more testable.
  • Field Summary

    Fields
    Modifier and Type Field Description
    static Dns DEFAULT  
  • Method Summary

    Modifier and Type Method Description
    InetAddress[] getAllByName​(String host)