| Package | Description | 
|---|---|
| org.opendaylight.openflowjava.protocol.impl.clients | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SendEvent
Class representing sending message event. 
 | 
class  | 
SleepEvent
Class representing sleep (wait) event. 
 | 
class  | 
WaitForMessageEvent
Class representing waiting on message. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Deque<ClientEvent> | 
ScenarioFactory.createHandshakeScenario()
Creates stack with handshake needed messages. 
 | 
static Deque<ClientEvent> | 
ScenarioFactory.createHandshakeScenarioWithAuxiliaryId(byte auxiliaryId)
Creates stack with handshake needed messages. 
 | 
static Deque<ClientEvent> | 
ScenarioFactory.createHandshakeScenarioWithBarrier()
Creates stack with handshake needed messages. 
 | 
List<ClientEvent> | 
ScenarioServiceImpl.getEventsFromScenario(Scenario scenario)  | 
Deque<ClientEvent> | 
ScenarioHandler.getScenario()
Returns the scenario. 
 | 
static Deque<ClientEvent> | 
ScenarioFactory.getScenarioFromXml(String scenarioName,
                  String scenarioFile)
Creates stack from XML file. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ScenarioHandler.setScenario(Deque<ClientEvent> scenario)
Sets the scenario. 
 | 
| Constructor and Description | 
|---|
ScenarioHandler(Deque<ClientEvent> scenario)
Constructor. 
 | 
ScenarioHandler(Deque<ClientEvent> scenario,
               int freeze,
               long sleepBetweenTries)  | 
Copyright © 2019 OpenDaylight. All rights reserved.