Interface ClientUriSupplier

All Superinterfaces:
Iterable<ClientUri>, Iterator<ClientUri>
All Known Implementing Classes:
ClientUriSuppliers.OrderedSupplier, ClientUriSuppliers.RandomSupplier, ClientUriSuppliers.RoundRobinSupplier, ClientUriSuppliers.SingleSupplier

public interface ClientUriSupplier extends Iterator<ClientUri>, Iterable<ClientUri>
Interface implemented by all client URI suppliers.