com.noelios.restlet
Class ConnectorHelper<T extends Connector>
java.lang.Object
org.restlet.util.Helper<T>
com.noelios.restlet.ConnectorHelper<T>
- Direct Known Subclasses:
- ClientHelper, ServerHelper
public abstract class ConnectorHelper<T extends Connector>
- extends Helper<T>
Base connector helper.
- Author:
- Jerome Louvel
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectorHelper
public ConnectorHelper(T connector)
- Constructor.
getProtocols
public List<Protocol> getProtocols()
- Returns the protocols simultaneously supported.
- Returns:
- The protocols simultaneously supported.
start
public void start()
throws Exception
- Specified by:
start
in class Helper<T extends Connector>
- Throws:
Exception
stop
public void stop()
throws Exception
- Specified by:
stop
in class Helper<T extends Connector>
- Throws:
Exception
update
public void update()
throws Exception
- Specified by:
update
in class Helper<T extends Connector>
- Throws:
Exception
Copyright © 2005-2008 Noelios Technologies.