Interface NodeResolver

  • All Implemented Interfaces:

    
    public interface NodeResolver
    
                        

    A class that can resolve node addresses.

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Call<List<URL>> resolve(String host) Resolves the node address for the provided host.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • resolve

         abstract Call<List<URL>> resolve(String host)

        Resolves the node address for the provided host. Clients should consult with documentation for the recommended flow.

        Parameters:
        host - a host to use to resolve node addresses
        Returns:

        a Call