Uses of Interface
org.opendaylight.openflowplugin.extension.api.path.AugmentationPath
- 
- 
Uses of AugmentationPath in org.opendaylight.openflowplugin.extension.apiClasses in org.opendaylight.openflowplugin.extension.api with type parameters of type AugmentationPath Modifier and Type Interface Description interfaceConvertorActionFromOFJava<F extends org.opendaylight.yangtools.yang.binding.DataContainer,P extends AugmentationPath>Convert action from OFJava-API model into MD-SAL model.interfaceConvertorFromOFJava<F extends org.opendaylight.yangtools.yang.binding.DataContainer,P extends AugmentationPath>Convert message from OFJava-API model into MD-SAL model.interfaceConvertorMessageFromOFJava<F extends org.opendaylight.yangtools.yang.binding.DataContainer,P extends AugmentationPath>Convert message from OFJava-API model into MD-SAL model.
- 
Uses of AugmentationPath in org.opendaylight.openflowplugin.extension.api.core.extensionMethods in org.opendaylight.openflowplugin.extension.api.core.extension with type parameters of type AugmentationPath Modifier and Type Method Description <F extends org.opendaylight.yangtools.yang.binding.DataContainer,P extends AugmentationPath>
 ConvertorActionFromOFJava<F,P>ExtensionConverterProvider. getActionConverter(MessageTypeKey<?> key)Lookup converter.<F extends org.opendaylight.yangtools.yang.binding.DataContainer,P extends AugmentationPath>
 ConvertorFromOFJava<F,P>ExtensionConverterProvider. getConverter(MessageTypeKey<?> key)Lookup converter.<F extends org.opendaylight.yangtools.yang.binding.DataContainer,P extends AugmentationPath>
 ConvertorMessageFromOFJava<F,P>ExtensionConverterProvider. getMessageConverter(MessageTypeKey<?> key)Lookup converter for experimenter message.
- 
Uses of AugmentationPath in org.opendaylight.openflowplugin.extension.api.pathClasses in org.opendaylight.openflowplugin.extension.api.path that implement AugmentationPath Modifier and Type Class Description classActionPathEnumerates the extension action paths.classMatchPathEnumerates the match paths.classMessagePathList of augmentation points available for experimenter symmetric message and multipart message.
- 
Uses of AugmentationPath in org.opendaylight.openflowplugin.extension.vendor.eric.convertorConstructors in org.opendaylight.openflowplugin.extension.vendor.eric.convertor with parameters of type AugmentationPath Constructor Description CodecPreconditionException(AugmentationPath path)
- 
Uses of AugmentationPath in org.opendaylight.openflowplugin.extension.vendor.nicira.convertorConstructors in org.opendaylight.openflowplugin.extension.vendor.nicira.convertor with parameters of type AugmentationPath Constructor Description CodecPreconditionException(AugmentationPath path)
- 
Uses of AugmentationPath in org.opendaylight.openflowplugin.openflow.md.core.extensionClasses in org.opendaylight.openflowplugin.openflow.md.core.extension with type parameters of type AugmentationPath Modifier and Type Class Description static classRegistrationCloser.RegistrationCloserActionFromOFJava<F extends org.opendaylight.yangtools.yang.binding.DataContainer,P extends AugmentationPath>Standalone deregistrator.static classRegistrationCloser.RegistrationCloserFromOFJava<F extends org.opendaylight.yangtools.yang.binding.DataContainer,P extends AugmentationPath>Standalone deregistrator.static classRegistrationCloser.RegistrationCloserMessageFromOFJava<F extends org.opendaylight.yangtools.yang.binding.DataContainer,P extends AugmentationPath>Standalone deregistrator.Methods in org.opendaylight.openflowplugin.openflow.md.core.extension with type parameters of type AugmentationPath Modifier and Type Method Description <F extends org.opendaylight.yangtools.yang.binding.DataContainer,P extends AugmentationPath>
 ConvertorActionFromOFJava<F,P>ExtensionConverterManagerImpl. getActionConverter(MessageTypeKey<?> key)<F extends org.opendaylight.yangtools.yang.binding.DataContainer,P extends AugmentationPath>
 ConvertorFromOFJava<F,P>ExtensionConverterManagerImpl. getConverter(MessageTypeKey<?> key)<F extends org.opendaylight.yangtools.yang.binding.DataContainer,P extends AugmentationPath>
 ConvertorMessageFromOFJava<F,P>ExtensionConverterManagerImpl. getMessageConverter(MessageTypeKey<?> key)
 
-