|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.restlet.util.Helper<T>
com.noelios.restlet.ConnectorHelper<T>
public abstract class ConnectorHelper<T extends Connector>
Base connector helper.
Constructor Summary | |
---|---|
ConnectorHelper(T connector)
Constructor. |
Method Summary | |
---|---|
java.util.List<Protocol> |
getProtocols()
Returns the protocols simultaneously supported. |
void |
start()
|
void |
stop()
|
void |
update()
|
Methods inherited from class org.restlet.util.Helper |
---|
getAttributes, getContext, getHelped, getHelpedParameters, getLogger, handle, setHelped |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConnectorHelper(T connector)
Method Detail |
---|
public java.util.List<Protocol> getProtocols()
public void start() throws java.lang.Exception
start
in class Helper<T extends Connector>
java.lang.Exception
public void stop() throws java.lang.Exception
stop
in class Helper<T extends Connector>
java.lang.Exception
public void update() throws java.lang.Exception
update
in class Helper<T extends Connector>
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |