- All Superinterfaces:
Iterable<io.helidon.webclient.api.ClientUri>,Iterator<io.helidon.webclient.api.ClientUri>
- All Known Implementing Classes:
ClientUriSuppliers.OrderedSupplier,ClientUriSuppliers.RandomSupplier,ClientUriSuppliers.RoundRobinSupplier,ClientUriSuppliers.SingleSupplier
public interface ClientUriSupplier
extends Iterator<io.helidon.webclient.api.ClientUri>, Iterable<io.helidon.webclient.api.ClientUri>
Interface implemented by all client URI suppliers.
-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove