Uses of Class
org.restlet.util.RouteList
- 
Packages that use RouteList Package Description 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 Modifier and Type Method Description RouteListRouter. getRoutes()Returns the modifiable list of routes.Methods in org.restlet.routing with parameters of type RouteList Modifier and Type Method Description voidRouter. setRoutes(RouteList routes)Sets the modifiable list of routes. - 
Uses of RouteList in org.restlet.util
Methods in org.restlet.util that return RouteList Modifier and Type Method Description RouteListRouteList. subList(int fromIndex, int toIndex)Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive. 
 -