java.lang.Object
org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.common.Convertor<MatchV10,MatchBuilder,VersionDatapathIdConvertorData>
org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.match.MatchV10ResponseConvertor

public class MatchV10ResponseConvertor extends Convertor<MatchV10,MatchBuilder,VersionDatapathIdConvertorData>
Converts Openflow 1.0 specific flow match to MD-SAL format flow match.

Example usage:

 
 VersionDatapathIdConvertorData data = new VersionDatapathIdConvertorData(version);
 data.setDatapathId(datapathId);
 Optional<MatchBuilder> salMatch = convertorManager.convert(ofMatchV10, data);