Uses of Interface
org.opendaylight.openflowjava.protocol.api.connection.OutboundQueue
-
-
Uses of OutboundQueue in org.opendaylight.openflowjava.protocol.api.connection
Methods in org.opendaylight.openflowjava.protocol.api.connection with parameters of type OutboundQueue Modifier and Type Method Description voidOutboundQueueHandler. onConnectionQueueChanged(OutboundQueue queue)Invoked whenever the underlying queue is refreshed. -
Uses of OutboundQueue in org.opendaylight.openflowjava.protocol.impl.core.connection
Classes in org.opendaylight.openflowjava.protocol.impl.core.connection that implement OutboundQueue Modifier and Type Class Description classStackedOutboundQueueNoBarrierClass is designed for stacking Statistics and propagate immediate response for all another requests. -
Uses of OutboundQueue in org.opendaylight.openflowplugin.api.openflow.connection
Subinterfaces of OutboundQueue in org.opendaylight.openflowplugin.api.openflow.connection Modifier and Type Interface Description interfaceOutboundQueueProviderOutbound queue provider.Methods in org.opendaylight.openflowplugin.api.openflow.connection that return OutboundQueue Modifier and Type Method Description OutboundQueueConnectionContext. getOutboundQueueProvider()Returns reference to OFJava outbound queue provider. -
Uses of OutboundQueue in org.opendaylight.openflowplugin.impl.connection
Classes in org.opendaylight.openflowplugin.impl.connection that implement OutboundQueue Modifier and Type Class Description classOutboundQueueProviderImplMethods in org.opendaylight.openflowplugin.impl.connection that return OutboundQueue Modifier and Type Method Description OutboundQueueConnectionContextImpl. getOutboundQueueProvider()Methods in org.opendaylight.openflowplugin.impl.connection with parameters of type OutboundQueue Modifier and Type Method Description voidOutboundQueueProviderImpl. onConnectionQueueChanged(OutboundQueue queue)
-