|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RouteList | |
|---|---|
| org.restlet.routing | Classes related to call routing. |
| org.restlet.util | Various utility classes. |
| Uses of RouteList in org.restlet.routing |
|---|
| Methods in org.restlet.routing that return RouteList | |
|---|---|
RouteList |
Router.getRoutes()
Returns the modifiable list of routes. |
| Methods in org.restlet.routing with parameters of type RouteList | |
|---|---|
void |
Router.setRoutes(RouteList routes)
Sets the modifiable list of routes. |
| Uses of RouteList in org.restlet.util |
|---|
| Methods in org.restlet.util that return RouteList | |
|---|---|
RouteList |
RouteList.subList(int fromIndex,
int toIndex)
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||