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 RouteList
Router. getRoutes()
Returns the modifiable list of routes.Methods in org.restlet.routing with parameters of type RouteList Modifier and Type Method Description 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 Modifier and Type Method Description RouteList
RouteList. subList(int fromIndex, int toIndex)
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
-