Uses of Interface
org.opendaylight.openflowplugin.api.openflow.connection.OutboundQueueProvider
-
Packages that use OutboundQueueProvider Package Description org.opendaylight.openflowplugin.api.openflow.connection org.opendaylight.openflowplugin.impl.connection -
-
Uses of OutboundQueueProvider in org.opendaylight.openflowplugin.api.openflow.connection
Methods in org.opendaylight.openflowplugin.api.openflow.connection with parameters of type OutboundQueueProvider Modifier and Type Method Description void
ConnectionContext. setOutboundQueueProvider(OutboundQueueProvider outboundQueueProvider)
Method sets reference to OFJava outbound queue provider.Method parameters in org.opendaylight.openflowplugin.api.openflow.connection with type arguments of type OutboundQueueProvider Modifier and Type Method Description void
ConnectionContext. setOutboundQueueHandleRegistration(OutboundQueueHandlerRegistration<OutboundQueueProvider> outboundQueueHandlerRegistration)
-
Uses of OutboundQueueProvider in org.opendaylight.openflowplugin.impl.connection
Classes in org.opendaylight.openflowplugin.impl.connection that implement OutboundQueueProvider Modifier and Type Class Description class
OutboundQueueProviderImpl
Methods in org.opendaylight.openflowplugin.impl.connection with parameters of type OutboundQueueProvider Modifier and Type Method Description void
ConnectionContextImpl. setOutboundQueueProvider(OutboundQueueProvider outboundQueueProvider)
Method parameters in org.opendaylight.openflowplugin.impl.connection with type arguments of type OutboundQueueProvider Modifier and Type Method Description void
ConnectionContextImpl. setOutboundQueueHandleRegistration(OutboundQueueHandlerRegistration<OutboundQueueProvider> newRegistration)
-