Package org.restlet.routing
Classes related to call routing.
        
- Since:
 - Restlet 2.0
 - See Also:
 - User Guide - Routing package
 
- 
Class Summary Class Description Extractor Filter extracting attributes from a call.Filter Restlet filtering calls before passing them to an attached Restlet.Redirector Rewrites URIs then redirects the call or the client to a new destination.Route Filter scoring the affinity of calls with the attached Restlet.Router Restlet routing calls to one of the attached routes.Template String template with a pluggable model.TemplateRoute Filter scoring the affinity of calls with the attached Restlet.Validator Filter validating attributes from a call.Variable Variable descriptor for reference templates.VirtualHost Router of calls from Server connectors to Restlets.