Package org.opendaylight.openflowplugin.impl.protocol.serialization.multipart.tablefeatures.matchfield
Class MplsBosMatchFieldSerializer
- java.lang.Object
-
- org.opendaylight.openflowplugin.impl.protocol.serialization.multipart.tablefeatures.matchfield.AbstractMatchFieldSerializer
-
- org.opendaylight.openflowplugin.impl.protocol.serialization.multipart.tablefeatures.matchfield.MplsBosMatchFieldSerializer
-
- All Implemented Interfaces:
OFGeneralSerializer
,OFSerializer<SetFieldMatch>
public class MplsBosMatchFieldSerializer extends AbstractMatchFieldSerializer
-
-
Constructor Summary
Constructors Constructor Description MplsBosMatchFieldSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
getOxmClassCode()
protected int
getOxmFieldCode()
protected int
getValueLength()
-
Methods inherited from class org.opendaylight.openflowplugin.impl.protocol.serialization.multipart.tablefeatures.matchfield.AbstractMatchFieldSerializer
serialize
-
-
-
-
Method Detail
-
getOxmClassCode
protected int getOxmClassCode()
- Specified by:
getOxmClassCode
in classAbstractMatchFieldSerializer
-
getOxmFieldCode
protected int getOxmFieldCode()
- Specified by:
getOxmFieldCode
in classAbstractMatchFieldSerializer
-
getValueLength
protected int getValueLength()
- Specified by:
getValueLength
in classAbstractMatchFieldSerializer
-
-