Uses of Class
org.opendaylight.openflowplugin.extension.api.path.ActionPath
-
-
Uses of ActionPath in org.opendaylight.openflowplugin.extension.api
Methods in org.opendaylight.openflowplugin.extension.api that return types with arguments of type ActionPath Modifier and Type Method Description org.opendaylight.yangtools.concepts.ObjectRegistration<ConvertorActionFromOFJava<Action,ActionPath>>ExtensionConverterRegistrator. registerActionConvertor(ActionSerializerKey<?> key, ConvertorActionFromOFJava<Action,ActionPath> converter)Registers an action converter.Method parameters in org.opendaylight.openflowplugin.extension.api with type arguments of type ActionPath Modifier and Type Method Description org.opendaylight.yangtools.concepts.ObjectRegistration<ConvertorActionFromOFJava<Action,ActionPath>>ExtensionConverterRegistrator. registerActionConvertor(ActionSerializerKey<?> key, ConvertorActionFromOFJava<Action,ActionPath> converter)Registers an action converter. -
Uses of ActionPath in org.opendaylight.openflowplugin.extension.api.path
Methods in org.opendaylight.openflowplugin.extension.api.path that return ActionPath Modifier and Type Method Description static ActionPathActionPath. valueOf(String name)Returns the enum constant of this type with the specified name.static ActionPath[]ActionPath. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ActionPath in org.opendaylight.openflowplugin.extension.vendor.nicira.convertor.action
Methods in org.opendaylight.openflowplugin.extension.vendor.nicira.convertor.action with parameters of type ActionPath Modifier and Type Method Description ActionConntrackConvertor. convert(Action input, ActionPath path)ActionCtClearConvertor. convert(Action input, ActionPath path)ActionDecapConvertor. convert(Action input, ActionPath path)ActionDecNshTtlConvertor. convert(Action input, ActionPath path)ActionEncapConvertor. convert(Action input, ActionPath path)ActionFinTimeoutConvertor. convert(Action input, ActionPath path)ActionLearnConvertor. convert(Action input, ActionPath path)ActionMultipathConvertor. convert(Action input, ActionPath path)ActionOutputReg2Convertor. convert(Action input, ActionPath path)ActionOutputRegConvertor. convert(Action input, ActionPath path)ActionRegLoad2Convertor. convert(Action input, ActionPath path)ActionRegLoadConvertor. convert(Action input, ActionPath path)ActionRegMoveConvertor. convert(Action input, ActionPath path)ActionResubmitConvertor. convert(Action input, ActionPath path) -
Uses of ActionPath in org.opendaylight.openflowplugin.impl.protocol.deserialization.instruction
Constructors in org.opendaylight.openflowplugin.impl.protocol.deserialization.instruction with parameters of type ActionPath Constructor Description AbstractActionInstructionDeserializer(ActionPath actionPath)Create new instacte of action instruction deserializer.ApplyActionsInstructionDeserializer(ActionPath path)WriteActionsInstructionDeserializer(ActionPath path) -
Uses of ActionPath in org.opendaylight.openflowplugin.impl.protocol.deserialization.key
Methods in org.opendaylight.openflowplugin.impl.protocol.deserialization.key that return ActionPath Modifier and Type Method Description ActionPathMessageCodeActionExperimenterKey. getActionPath()Constructors in org.opendaylight.openflowplugin.impl.protocol.deserialization.key with parameters of type ActionPath Constructor Description MessageCodeActionExperimenterKey(short version, int value, Class<?> clazz, ActionPath actionPath, Long experimenterId)Constructor. -
Uses of ActionPath in org.opendaylight.openflowplugin.impl.protocol.deserialization.util
Methods in org.opendaylight.openflowplugin.impl.protocol.deserialization.util with parameters of type ActionPath Modifier and Type Method Description static ActionActionUtil. readAction(short version, io.netty.buffer.ByteBuf message, DeserializerRegistry registry, ActionPath path)Deserialize OpenFlow action, using extension converter if available.static ActionActionUtil. readActionHeader(short version, io.netty.buffer.ByteBuf message, DeserializerRegistry registry, ActionPath path)Deserialize OpenFlow action header, using extension converter if available. -
Uses of ActionPath in org.opendaylight.openflowplugin.openflow.md.core.extension
Methods in org.opendaylight.openflowplugin.openflow.md.core.extension that return types with arguments of type ActionPath Modifier and Type Method Description org.opendaylight.yangtools.concepts.ObjectRegistration<ConvertorActionFromOFJava<Action,ActionPath>>ExtensionConverterManagerImpl. registerActionConvertor(ActionSerializerKey<?> key, ConvertorActionFromOFJava<Action,ActionPath> convertor)Methods in org.opendaylight.openflowplugin.openflow.md.core.extension with parameters of type ActionPath Modifier and Type Method Description static ActionActionExtensionHelper. processAlienAction(Action action, OpenflowVersion ofVersion, ActionPath actionPath)Processes an alien action.Method parameters in org.opendaylight.openflowplugin.openflow.md.core.extension with type arguments of type ActionPath Modifier and Type Method Description org.opendaylight.yangtools.concepts.ObjectRegistration<ConvertorActionFromOFJava<Action,ActionPath>>ExtensionConverterManagerImpl. registerActionConvertor(ActionSerializerKey<?> key, ConvertorActionFromOFJava<Action,ActionPath> convertor) -
Uses of ActionPath in org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.action.data
Methods in org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.action.data that return ActionPath Modifier and Type Method Description ActionPathActionResponseConvertorData. getActionPath()Gets action path.Methods in org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.action.data with parameters of type ActionPath Modifier and Type Method Description voidActionResponseConvertorData. setActionPath(ActionPath actionPath)Sets action path.
-