Package | Description |
---|---|
org.restlet |
Core classes of the API.
|
org.restlet.routing |
Classes related to call routing.
|
Modifier and Type | Method and Description |
---|---|
Router |
Component.getInternalRouter()
Returns the private internal router where Restlets like Applications can
be attached.
|
Modifier and Type | Method and Description |
---|---|
void |
Component.setInternalRouter(Router internalRouter)
Sets the private internal router were Restlets like Applications can be
attached.
|
Modifier and Type | Class and Description |
---|---|
class |
VirtualHost
Router of calls from Server connectors to Restlets.
|
Modifier and Type | Method and Description |
---|---|
Router |
Route.getRouter()
Returns the parent router.
|
Modifier and Type | Method and Description |
---|---|
void |
Route.setRouter(Router router)
Sets the parent router.
|
Constructor and Description |
---|
Route(Router router,
Restlet next)
Constructor.
|
TemplateRoute(Router router,
java.lang.String uriTemplate,
Restlet next)
Constructor.
|
TemplateRoute(Router router,
Template template,
Restlet next)
Constructor.
|
Copyright © 2005-2024 Restlet.