java.lang.Object
org.miaixz.bus.http.accord.RouteSelector.Selection
- Enclosing class:
RouteSelector
A selection of routes to try.
-
Method Summary
-
Method Details
-
hasNext
public boolean hasNext()Returns true if there is another route to attempt.- Returns:
trueif there is another route.
-
next
Returns the next route to attempt.- Returns:
- The next route.
-
getAll
Returns a list of all routes in this selection.- Returns:
- A new list containing all routes.
-