Uses of Interface
org.opendaylight.openflowplugin.api.openflow.device.handlers.MultiMsgCollector
Package
Description
-
Uses of MultiMsgCollector in org.opendaylight.openflowplugin.api.openflow.device
Modifier 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
Modifier and TypeMethodDescription<T extends OfHeader>
MultiMsgCollector<T> DeviceContextImpl.getMultiMsgCollector
(RequestContext<List<T>> requestContext) -
Uses of MultiMsgCollector in org.opendaylight.openflowplugin.impl.device.listener
Modifier and TypeClassDescriptionclass
MultiMsgCollectorImpl<T extends OfHeader>
Implementation forMultiMsgCollector
interface.