com.noelios.restlet.component
Class ClientRouter
java.lang.Object
org.restlet.Uniform
org.restlet.Restlet
org.restlet.Router
com.noelios.restlet.component.ClientRouter
public class ClientRouter
- extends Router
Router that collects calls from all applications and dispatches them to the
appropriate client connectors.
- Author:
- Jerome Louvel (contact@noelios.com)
Method Summary |
void |
start()
Starts the Restlet. |
Methods inherited from class org.restlet.Router |
attach, attach, attach, attachDefault, attachDefault, createRoute, detach, getCustom, getDefaultRoute, getFinderClass, getMaxAttempts, getNext, getRequiredScore, getRetryDelay, getRoutes, getRoutingMode, handle, setDefaultRoute, setFinderClass, setMaxAttempts, setRequiredScore, setRetryDelay, setRoutingMode |
Methods inherited from class org.restlet.Uniform |
delete, delete, get, get, handle, head, head, options, options, post, post, put, put |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientRouter
public ClientRouter(Component component)
- Constructor.
- Parameters:
component
- The parent component.
start
public void start()
throws Exception
- Starts the Restlet.
- Overrides:
start
in class Restlet
- Throws:
Exception
Copyright © 2005-2007 Noelios Technologies.