Package | Description |
---|---|
org.restlet.routing | |
org.restlet.util |
Modifier and Type | Method and Description |
---|---|
RouteList |
Router.getRoutes()
Returns the modifiable list of routes.
|
Modifier and Type | Method and Description |
---|---|
void |
Router.setRoutes(RouteList routes)
Sets the modifiable list of routes.
|
Modifier and Type | Method and 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.
|
Copyright © 2005–2015. All rights reserved.