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 ActionPath
ActionPath. 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 Action
ConntrackConvertor. convert(Action input, ActionPath path)
Action
CtClearConvertor. convert(Action input, ActionPath path)
Action
DecapConvertor. convert(Action input, ActionPath path)
Action
DecNshTtlConvertor. convert(Action input, ActionPath path)
Action
EncapConvertor. convert(Action input, ActionPath path)
Action
FinTimeoutConvertor. convert(Action input, ActionPath path)
Action
LearnConvertor. convert(Action input, ActionPath path)
Action
MultipathConvertor. convert(Action input, ActionPath path)
Action
OutputReg2Convertor. convert(Action input, ActionPath path)
Action
OutputRegConvertor. convert(Action input, ActionPath path)
Action
RegLoad2Convertor. convert(Action input, ActionPath path)
Action
RegLoadConvertor. convert(Action input, ActionPath path)
Action
RegMoveConvertor. convert(Action input, ActionPath path)
Action
ResubmitConvertor. 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 ActionPath
MessageCodeActionExperimenterKey. 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 Action
ActionUtil. readAction(short version, io.netty.buffer.ByteBuf message, DeserializerRegistry registry, ActionPath path)
Deserialize OpenFlow action, using extension converter if available.static Action
ActionUtil. 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 Action
ActionExtensionHelper. 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 ActionPath
ActionResponseConvertorData. 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 void
ActionResponseConvertorData. setActionPath(ActionPath actionPath)
Sets action path.
-