Uses of Interface
org.opendaylight.openflowplugin.api.openflow.statistics.ofpspecific.MessageSpy
-
-
Uses of MessageSpy in org.opendaylight.openflowplugin.api.openflow.device
Methods in org.opendaylight.openflowplugin.api.openflow.device that return MessageSpy Modifier and Type Method Description MessageSpy
DeviceContext. getMessageSpy()
Gets message spy. -
Uses of MessageSpy in org.opendaylight.openflowplugin.api.openflow.statistics.ofpspecific
Subinterfaces of MessageSpy in org.opendaylight.openflowplugin.api.openflow.statistics.ofpspecific Modifier and Type Interface Description interface
MessageIntelligenceAgency
-
Uses of MessageSpy in org.opendaylight.openflowplugin.impl.device
Methods in org.opendaylight.openflowplugin.impl.device that return MessageSpy Modifier and Type Method Description MessageSpy
DeviceContextImpl. getMessageSpy()
Constructors in org.opendaylight.openflowplugin.impl.device with parameters of type MessageSpy Constructor Description DeviceManagerImpl(@NonNull OpenflowProviderConfig config, @NonNull org.opendaylight.mdsal.binding.api.DataBroker dataBroker, @NonNull MessageSpy messageSpy, @NonNull org.opendaylight.mdsal.binding.api.NotificationPublishService notificationPublishService, @NonNull io.netty.util.HashedWheelTimer hashedWheelTimer, @NonNull ConvertorExecutor convertorExecutor, @NonNull DeviceInitializerProvider deviceInitializerProvider, @NonNull ExecutorService executorService)
-
Uses of MessageSpy in org.opendaylight.openflowplugin.impl.services
Methods in org.opendaylight.openflowplugin.impl.services that return MessageSpy Modifier and Type Method Description MessageSpy
AbstractService. getMessageSpy()
Methods in org.opendaylight.openflowplugin.impl.services with parameters of type MessageSpy Modifier and Type Method Description static <T extends org.opendaylight.yangtools.yang.binding.DataObject>
com.google.common.util.concurrent.FutureCallback<OfHeader>SimpleRequestCallback. create(RequestContext<T> context, Class<?> requestType, MessageSpy spy, Class<T> clazz)
Constructors in org.opendaylight.openflowplugin.impl.services with parameters of type MessageSpy Constructor Description VoidRequestCallback(RequestContext<Void> context, Class<?> requestType, MessageSpy spy)
-
Uses of MessageSpy in org.opendaylight.openflowplugin.impl.statistics.ofpspecific
Classes in org.opendaylight.openflowplugin.impl.statistics.ofpspecific that implement MessageSpy Modifier and Type Class Description class
MessageIntelligenceAgencyImpl
Implementation ofMessageIntelligenceAgency
.
-