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 voidConnectionContext. 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 voidConnectionContext. 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 classOutboundQueueProviderImplMethods in org.opendaylight.openflowplugin.impl.connection with parameters of type OutboundQueueProvider Modifier and Type Method Description voidConnectionContextImpl. setOutboundQueueProvider(OutboundQueueProvider outboundQueueProvider)Method parameters in org.opendaylight.openflowplugin.impl.connection with type arguments of type OutboundQueueProvider Modifier and Type Method Description voidConnectionContextImpl. setOutboundQueueHandleRegistration(OutboundQueueHandlerRegistration<OutboundQueueProvider> newRegistration)
-