| Package | Description |
|---|---|
| org.restlet |
Core classes of the Restlet API.
|
| org.restlet.engine.component |
Supports Restlet components.
|
| 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 |
ClientRouter
Router that collects calls from all applications and dispatches them to the
appropriate client connectors.
|
class |
InternalRouter
Provides the behavior of the internal router of a Component.
|
class |
ServerRouter
Router that collects calls from all server connectors and dispatches them to
the appropriate host routers.
|
| Constructor and Description |
|---|
ClientRoute(Router router,
Client target)
Constructor.
|
HostRoute(Router router,
VirtualHost target)
Constructor.
|
| 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,
String uriTemplate,
Restlet next)
Constructor.
|
TemplateRoute(Router router,
Template template,
Restlet next)
Constructor.
|
Copyright © 2005–2025. All rights reserved.