|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Router | |
---|---|
org.restlet | Core classes of the API. |
Uses of Router in org.restlet |
---|
Subclasses of Router in org.restlet | |
---|---|
class |
VirtualHost
Router of calls from Server connectors to Restlets. |
Methods in org.restlet that return Router | |
---|---|
Router |
Component.getInternalRouter()
Returns the private internal router were Restlets like Applications can be attached. |
Router |
Route.getRouter()
Returns the parent router. |
Methods in org.restlet with parameters of type Router | |
---|---|
void |
Component.setInternalRouter(Router internalRouter)
Sets the private internal router were Restlets like Applications can be attached. |
void |
Route.setRouter(Router router)
Sets the parent router. |
Constructors in org.restlet with parameters of type Router | |
---|---|
Route(Router router,
java.lang.String uriTemplate,
Restlet next)
Constructor. |
|
Route(Router router,
Template template,
Restlet next)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |