Package | Description |
---|---|
org.restlet.routing |
Classes related to call routing.
|
org.restlet.util |
Various utility classes.
|
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-2024 Restlet.