Uses of Class
org.restlet.routing.Router
-
Packages that use Router Package Description org.restlet Core classes of the API.org.restlet.routing Classes related to call routing. -
-
Uses of Router in org.restlet
Methods in org.restlet that return Router Modifier and Type Method Description Router
Component. getInternalRouter()
Returns the private internal router where Restlets like Applications can be attached.Methods in org.restlet with parameters of type Router Modifier and Type Method Description void
Component. setInternalRouter(Router internalRouter)
Sets the private internal router were Restlets like Applications can be attached. -
Uses of Router in org.restlet.routing
Subclasses of Router in org.restlet.routing Modifier and Type Class Description class
VirtualHost
Router of calls from Server connectors to Restlets.Methods in org.restlet.routing that return Router Modifier and Type Method Description Router
Route. getRouter()
Returns the parent router.Methods in org.restlet.routing with parameters of type Router Modifier and Type Method Description void
Route. setRouter(Router router)
Sets the parent router.Constructors in org.restlet.routing with parameters of type Router Constructor 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.
-