public interface OCPClient extends Runnable
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.SettableFuture<Boolean> |
getIsOnlineFuture() |
com.google.common.util.concurrent.SettableFuture<Boolean> |
getScenarioDone() |
void |
setScenarioHandler(ScenarioHandler scenario) |
void |
setSecuredClient(boolean securedClient) |
com.google.common.util.concurrent.SettableFuture<Boolean> getIsOnlineFuture()
com.google.common.util.concurrent.SettableFuture<Boolean> getScenarioDone()
void setScenarioHandler(ScenarioHandler scenario)
scenario - list of desired actionsvoid setSecuredClient(boolean securedClient)
securedClient - true is client should use encrypted communication,
false otherwiseCopyright © 2016 OpenDaylight. All Rights Reserved.