public final class RouteSelector extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RouteSelector.Selection |
| Constructor and Description |
|---|
RouteSelector(Address address,
RouteDatabase routeDatabase,
Call call,
EventListener eventListener) |
| Modifier and Type | Method and Description |
|---|---|
void |
connectFailed(Route failedRoute,
IOException failure) |
boolean |
hasNext() |
RouteSelector.Selection |
next() |
public RouteSelector(Address address, RouteDatabase routeDatabase, Call call, EventListener eventListener)
public boolean hasNext()
public RouteSelector.Selection next() throws IOException
IOExceptionpublic void connectFailed(Route failedRoute, IOException failure)
Copyright © 2019. All rights reserved.