Uses of Class
org.restlet.routing.Router

Packages that use Router
org.restlet.engine.component Supports Restlet components. 
org.restlet.routing Classes related to call routing. 
 

Uses of Router in org.restlet.engine.component
 

Subclasses of Router in org.restlet.engine.component
 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.
 

Constructors in org.restlet.engine.component with parameters of type Router
ClientRoute(Router router, Client target)
          Constructor.
HostRoute(Router router, VirtualHost target)
          Constructor.
 

Uses of Router in org.restlet.routing
 

Subclasses of Router in org.restlet.routing
 class VirtualHost
          Router of calls from Server connectors to Restlets.
 

Methods in org.restlet.routing that return Router
 Router Route.getRouter()
          Returns the parent router.
 

Methods in org.restlet.routing with parameters of type Router
 void Route.setRouter(Router router)
          Sets the parent router.
 

Constructors in org.restlet.routing with parameters of type Router
Route(Router router, Restlet next)
          Constructor.
TemplateRoute(Router router, String uriTemplate, Restlet next)
          Constructor.
TemplateRoute(Router router, Template template, Restlet next)
          Constructor.
 



Copyright © 2005-2014 Restlet.