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.
|
Deque<ClientEvent> |
ScenarioHandler.getScenario()
Returns the scenario.
|
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 © 2020 OpenDaylight. All rights reserved.