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