Uses of Interface
org.opendaylight.openflowjava.protocol.impl.clients.ClientEvent
Packages that use ClientEvent
-
Uses of ClientEvent in org.opendaylight.openflowjava.protocol.impl.clients
Classes in org.opendaylight.openflowjava.protocol.impl.clients that implement ClientEventModifier and TypeClassDescriptionclass
Class representing sending message event.class
Class representing sleep (wait) event.class
Class representing waiting on message.Methods in org.opendaylight.openflowjava.protocol.impl.clients that return types with arguments of type ClientEventModifier 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.Method parameters in org.opendaylight.openflowjava.protocol.impl.clients with type arguments of type ClientEventModifier and TypeMethodDescriptionvoid
ScenarioHandler.setScenario
(Deque<ClientEvent> scenario) Sets the scenario.Constructor parameters in org.opendaylight.openflowjava.protocol.impl.clients with type arguments of type ClientEventModifierConstructorDescriptionScenarioHandler
(Deque<ClientEvent> scenario) Constructor.ScenarioHandler
(Deque<ClientEvent> scenario, int freeze, long sleepBetweenTries)