Interface OpenFlowPluginExtensionRegistratorProvider
- All Known Implementing Classes:
- OpenFlowPluginProviderImpl
public interface OpenFlowPluginExtensionRegistratorProvider
Created by mirehak on 4/25/15.
- 
Method SummaryModifier and TypeMethodDescriptionReturns the extensionConverterRegistry - here extension converters can be registered in order to support vendor messages.
- 
Method Details- 
getExtensionConverterRegistratorExtensionConverterRegistrator getExtensionConverterRegistrator()Returns the extensionConverterRegistry - here extension converters can be registered in order to support vendor messages.- Returns:
- extensionConverterRegistrator
 
 
-