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.device
Methods 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.device
Methods 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.listener
Classes in org.opendaylight.openflowplugin.impl.device.listener that implement MultiMsgCollectorModifier and TypeClassDescriptionclass
MultiMsgCollectorImpl<T extends OfHeader>
Implementation forMultiMsgCollector
interface.