Uses of Interface
org.opendaylight.openflowjava.protocol.impl.clients.ClientEvent
-
Uses of ClientEvent in org.opendaylight.openflowjava.protocol.impl.clients
Modifier and TypeClassDescriptionclass
Class representing sending message event.class
Class representing sleep (wait) event.class
Class representing waiting on message.Modifier and TypeMethodDescriptionstatic 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.ScenarioHandler.getScenario()
Returns the scenario.Modifier and TypeMethodDescriptionvoid
ScenarioHandler.setScenario
(Deque<ClientEvent> scenario) Sets the scenario.ModifierConstructorDescriptionScenarioHandler
(Deque<ClientEvent> scenario) Constructor.ScenarioHandler
(Deque<ClientEvent> scenario, int freeze, long sleepBetweenTries)