public interface OFClient extends Runnable
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.SettableFuture<Boolean> |
getIsOnlineFuture()
Returns the isOnlineFuture which is set when client is started.
|
com.google.common.util.concurrent.SettableFuture<Boolean> |
getScenarioDone()
Returns the scenarioDone when scenario is successfully finished.
|
void |
setScenarioHandler(ScenarioHandler scenario)
Sets the ScenarioHandler.
|
void |
setSecuredClient(boolean securedClient)
Sets wether client should use encrypted communication.
|
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 © 2020 OpenDaylight. All rights reserved.