Uses of Interface
org.opendaylight.openflowplugin.api.openflow.rpc.RpcContext
-
Packages that use RpcContext Package Description org.opendaylight.openflowplugin.api.openflow.rpc org.opendaylight.openflowplugin.impl.rpc org.opendaylight.openflowplugin.impl.util -
-
Uses of RpcContext in org.opendaylight.openflowplugin.api.openflow.rpc
Methods in org.opendaylight.openflowplugin.api.openflow.rpc that return RpcContext Modifier and Type Method Description RpcContext
RpcManager. createContext(@NonNull DeviceContext deviceContext)
-
Uses of RpcContext in org.opendaylight.openflowplugin.impl.rpc
Methods in org.opendaylight.openflowplugin.impl.rpc that return RpcContext Modifier and Type Method Description RpcContext
RpcManagerImpl. createContext(@NonNull DeviceContext deviceContext)
-
Uses of RpcContext in org.opendaylight.openflowplugin.impl.util
Methods in org.opendaylight.openflowplugin.impl.util with parameters of type RpcContext Modifier and Type Method Description static void
MdSalRegistrationUtils. registerServices(@NonNull RpcContext rpcContext, @NonNull DeviceContext deviceContext, ExtensionConverterProvider extensionConverterProvider, ConvertorExecutor convertorExecutor)
Method registers all OF services for roleOfpRole.BECOMEMASTER
.static void
MdSalRegistrationUtils. registerStatCompatibilityServices(RpcContext rpcContext, DeviceContext deviceContext, org.opendaylight.mdsal.binding.api.NotificationPublishService notificationPublishService, ConvertorExecutor convertorExecutor)
Support deprecated statistic related services for backward compatibility.
-