Uses of Interface
org.opendaylight.openflowplugin.api.openflow.device.handlers.MultiMsgCollector
- 
Packages that use MultiMsgCollector Package Description org.opendaylight.openflowplugin.api.openflow.device org.opendaylight.openflowplugin.impl.device org.opendaylight.openflowplugin.impl.device.listener  - 
- 
Uses of MultiMsgCollector in org.opendaylight.openflowplugin.api.openflow.device
Methods in org.opendaylight.openflowplugin.api.openflow.device that return MultiMsgCollector Modifier and Type Method Description <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 MultiMsgCollector Modifier and Type Method Description <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 MultiMsgCollector Modifier and Type Class Description classMultiMsgCollectorImpl<T extends OfHeader>Implementation forMultiMsgCollectorinterface. 
 -