| Modifier and Type | Method and Description | 
|---|---|
org.opendaylight.yangtools.concepts.ObjectRegistration<ConvertorActionFromOFJava<Action,ActionPath>> | 
ExtensionConverterRegistrator.registerActionConvertor(ActionSerializerKey<?> key,
                       ConvertorActionFromOFJava<Action,ActionPath> converter)
Registers an action converter. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
org.opendaylight.yangtools.concepts.ObjectRegistration<ConvertorActionFromOFJava<Action,ActionPath>> | 
ExtensionConverterRegistrator.registerActionConvertor(ActionSerializerKey<?> key,
                       ConvertorActionFromOFJava<Action,ActionPath> converter)
Registers an action converter. 
 | 
| Modifier and Type | Method and 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Action | 
ResubmitConvertor.convert(Action input,
       ActionPath path)  | 
Action | 
RegMoveConvertor.convert(Action input,
       ActionPath path)  | 
Action | 
RegLoadConvertor.convert(Action input,
       ActionPath path)  | 
Action | 
RegLoad2Convertor.convert(Action input,
       ActionPath path)  | 
Action | 
OutputRegConvertor.convert(Action input,
       ActionPath path)  | 
Action | 
OutputReg2Convertor.convert(Action input,
       ActionPath path)  | 
Action | 
MultipathConvertor.convert(Action input,
       ActionPath path)  | 
Action | 
LearnConvertor.convert(Action input,
       ActionPath path)  | 
Action | 
FinTimeoutConvertor.convert(Action input,
       ActionPath path)  | 
Action | 
EncapConvertor.convert(Action input,
       ActionPath path)  | 
Action | 
DecapConvertor.convert(Action input,
       ActionPath path)  | 
Action | 
DecNshTtlConvertor.convert(Action input,
       ActionPath path)  | 
Action | 
CtClearConvertor.convert(Action input,
       ActionPath path)  | 
Action | 
ConntrackConvertor.convert(Action input,
       ActionPath path)  | 
| Constructor and Description | 
|---|
AbstractActionInstructionDeserializer(ActionPath actionPath)
Create new instacte of action instruction deserializer. 
 | 
ApplyActionsInstructionDeserializer(ActionPath path)  | 
WriteActionsInstructionDeserializer(ActionPath path)  | 
| Modifier and Type | Method and Description | 
|---|---|
ActionPath | 
MessageCodeActionExperimenterKey.getActionPath()  | 
| Constructor and Description | 
|---|
MessageCodeActionExperimenterKey(short version,
                                int value,
                                Class<?> clazz,
                                ActionPath actionPath,
                                Long experimenterId)
Constructor. 
 | 
| Modifier and Type | Method and 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
org.opendaylight.yangtools.concepts.ObjectRegistration<ConvertorActionFromOFJava<Action,ActionPath>> | 
ExtensionConverterManagerImpl.registerActionConvertor(ActionSerializerKey<?> key,
                       ConvertorActionFromOFJava<Action,ActionPath> convertor)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Action | 
ActionExtensionHelper.processAlienAction(Action action,
                  OpenflowVersion ofVersion,
                  ActionPath actionPath)
Processes an alien action. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
org.opendaylight.yangtools.concepts.ObjectRegistration<ConvertorActionFromOFJava<Action,ActionPath>> | 
ExtensionConverterManagerImpl.registerActionConvertor(ActionSerializerKey<?> key,
                       ConvertorActionFromOFJava<Action,ActionPath> convertor)  | 
| Modifier and Type | Method and Description | 
|---|---|
ActionPath | 
ActionResponseConvertorData.getActionPath()
Gets action path. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ActionResponseConvertorData.setActionPath(ActionPath actionPath)
Sets action path. 
 | 
Copyright © 2019 OpenDaylight. All rights reserved.