Package | Description |
---|---|
org.restlet |
Core classes of the 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 |
TemplateRoute.getRouter()
Returns the parent router.
|
Modifier and Type | Method and Description |
---|---|
void |
TemplateRoute.setRouter(Router router)
Sets the parent router.
|
Constructor and Description |
---|
Route(Router router,
String uriTemplate,
Restlet next)
Deprecated.
Constructor.
|
Route(Router router,
Template template,
Restlet next)
Deprecated.
Constructor.
|
TemplateRoute(Router router,
String uriTemplate,
Restlet next)
Constructor.
|
TemplateRoute(Router router,
Template template,
Restlet next)
Constructor.
|
Copyright © 2005–2016. All rights reserved.