Uses of Class
org.restlet.routing.Route
Packages that use Route
Package
Description
Supports Restlet components.
Classes related to call routing.
Various utility classes.
-
Uses of Route in org.restlet.engine.component
Subclasses of Route in org.restlet.engine.componentModifier and TypeClassDescriptionclassRouter scorer based on a target client connector.classRoute based on a target VirtualHost.Methods in org.restlet.engine.component with parameters of type Route -
Uses of Route in org.restlet.routing
Subclasses of Route in org.restlet.routingModifier and TypeClassDescriptionclassFilter scoring the affinity of calls with the attached Restlet.Methods in org.restlet.routing that return RouteModifier and TypeMethodDescriptionprotected RouteReturns the matched route according to a custom algorithm.Router.getDefaultRoute()Returns the default route to test if no other one was available after retrying the maximum number of attempts.Methods in org.restlet.routing with parameters of type RouteModifier and TypeMethodDescriptionprotected voidLogs the route selected.voidRouter.setDefaultRoute(Route defaultRoute) Sets the default route tested if no other one was available. -
Uses of Route in org.restlet.util
Methods in org.restlet.util that return RouteModifier and TypeMethodDescriptionReturns the best route match for a given call.Returns the first route match for a given call.Returns the last route match for a given call.Returns a next route match in a round robin mode for a given call.Returns a random route match for a given call.Constructor parameters in org.restlet.util with type arguments of type Route