Interface HostChooser

  • All Superinterfaces:
    java.lang.Iterable<CandidateHost>

    public interface HostChooser
    extends java.lang.Iterable<CandidateHost>
    Lists connections in preferred order.
    • Method Detail

      • iterator

        java.util.Iterator<CandidateHost> iterator()
        Lists connection hosts in preferred order.
        Specified by:
        iterator in interface java.lang.Iterable<CandidateHost>
        Returns:
        connection hosts in preferred order.