Uses of Interface
org.opendaylight.openflowplugin.api.openflow.device.handlers.MultiMsgCollector
Packages that use MultiMsgCollector
Package
Description
- 
Uses of MultiMsgCollector in org.opendaylight.openflowplugin.api.openflow.deviceMethods in org.opendaylight.openflowplugin.api.openflow.device that return MultiMsgCollectorModifier and TypeMethodDescription<T extends OfHeader>
 MultiMsgCollector<T>DeviceContext.getMultiMsgCollector(RequestContext<List<T>> requestContext) Gets multi msg collector.
- 
Uses of MultiMsgCollector in org.opendaylight.openflowplugin.impl.deviceMethods in org.opendaylight.openflowplugin.impl.device that return MultiMsgCollectorModifier and TypeMethodDescription<T extends OfHeader>
 MultiMsgCollector<T>DeviceContextImpl.getMultiMsgCollector(RequestContext<List<T>> requestContext) 
- 
Uses of MultiMsgCollector in org.opendaylight.openflowplugin.impl.device.listenerClasses in org.opendaylight.openflowplugin.impl.device.listener that implement MultiMsgCollectorModifier and TypeClassDescriptionclassMultiMsgCollectorImpl<T extends OfHeader>Implementation forMultiMsgCollectorinterface.