Uses of Class
org.restlet.routing.Router
Packages that use Router
Package
Description
Core classes of the Restlet API.
Supports Restlet components.
Classes related to call routing.
-
Uses of Router in org.restlet
Methods in org.restlet that return RouterModifier and TypeMethodDescriptionComponent.getInternalRouter()Returns the private internal router where Restlets like Applications can be attached.Methods in org.restlet with parameters of type RouterModifier and TypeMethodDescriptionvoidComponent.setInternalRouter(Router internalRouter) Sets the private internal router were Restlets like Applications can be attached. -
Uses of Router in org.restlet.engine.component
Subclasses of Router in org.restlet.engine.componentModifier and TypeClassDescriptionclassRouter that collects calls from all applications and dispatches them to the appropriate client connectors.classProvides the behavior of the internal router of a Component.classRouter 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 RouterModifierConstructorDescriptionClientRoute(Router router, Client target) Constructor.HostRoute(Router router, VirtualHost target) Constructor. -
Uses of Router in org.restlet.routing
Subclasses of Router in org.restlet.routingModifier and TypeClassDescriptionclassRouter of calls from Server connectors to Restlets.Methods in org.restlet.routing that return RouterMethods in org.restlet.routing with parameters of type RouterConstructors in org.restlet.routing with parameters of type Router