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 void
OutboundQueueHandler. 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 class
StackedOutboundQueueNoBarrier
Class 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 interface
OutboundQueueProvider
Outbound queue provider.Methods in org.opendaylight.openflowplugin.api.openflow.connection that return OutboundQueue Modifier and Type Method Description OutboundQueue
ConnectionContext. 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 class
OutboundQueueProviderImpl
Methods in org.opendaylight.openflowplugin.impl.connection that return OutboundQueue Modifier and Type Method Description OutboundQueue
ConnectionContextImpl. getOutboundQueueProvider()
Methods in org.opendaylight.openflowplugin.impl.connection with parameters of type OutboundQueue Modifier and Type Method Description void
OutboundQueueProviderImpl. onConnectionQueueChanged(OutboundQueue queue)
-