Class SalToOfDropActionCase
java.lang.Object
org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.common.ConvertorCase<DropActionCase,Action,ActionConvertorData>
org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.action.cases.SalToOfDropActionCase
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocess(@NonNull DropActionCase source, ActionConvertorData data, ConvertorExecutor convertorExecutor) Process source and return result, what can be empty.
-
Constructor Details
-
SalToOfDropActionCase
public SalToOfDropActionCase()
-
-
Method Details
-
process
public @NonNull Optional<Action> process(@NonNull DropActionCase source, ActionConvertorData data, ConvertorExecutor convertorExecutor) Description copied from class:ConvertorCaseProcess source and return result, what can be empty.- Specified by:
processin classConvertorCase<DropActionCase,Action, ActionConvertorData> - Parameters:
source- the sourcedata- the dataconvertorExecutor- convertor executor- Returns:
- the optional
-