Class Nshc2Codec
java.lang.Object
org.opendaylight.openflowjava.nx.codec.match.AbstractMatchCodec
org.opendaylight.openflowjava.nx.codec.match.AbstractExperimenterMatchCodec
org.opendaylight.openflowjava.nx.codec.match.AbstractNshcCodec
org.opendaylight.openflowjava.nx.codec.match.Nshc2Codec
- All Implemented Interfaces:
HeaderDeserializer<MatchEntry>,HeaderSerializer<MatchEntry>,OFDeserializer<MatchEntry>,OFGeneralDeserializer,OFGeneralSerializer,OFSerializer<MatchEntry>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MatchEntryDeserializerKeystatic final MatchEntrySerializerKey<ExperimenterClass, NxmNxNshc2> Fields inherited from class org.opendaylight.openflowjava.nx.codec.match.AbstractMatchCodec
headerWithMask, headerWithoutMask -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the nxm_field class.intReturns the numeric representation of nxm_field.Methods inherited from class org.opendaylight.openflowjava.nx.codec.match.AbstractNshcCodec
deserializeValue, getExperimenterId, getValueLength, serializeValueMethods inherited from class org.opendaylight.openflowjava.nx.codec.match.AbstractExperimenterMatchCodec
buildHeader, createDeserializerKey, createSerializerKey, deserialize, getOxmClass, getOxmClassCode, serialize, serializeHeaderMethods inherited from class org.opendaylight.openflowjava.nx.codec.match.AbstractMatchCodec
deserializeHeader, deserializeHeaderToBuilder, getHeader, getHeaderWithHasMask, getHeaderWithoutHasMask, serializeHeader
-
Field Details
-
SERIALIZER_KEY
-
DESERIALIZER_KEY
-
-
Constructor Details
-
Nshc2Codec
public Nshc2Codec()
-
-
Method Details
-
getNxmFieldCode
public int getNxmFieldCode()Description copied from class:AbstractMatchCodecReturns the numeric representation of nxm_field.- Specified by:
getNxmFieldCodein classAbstractMatchCodec
-
getNxmField
Description copied from class:AbstractMatchCodecReturns the nxm_field class.- Specified by:
getNxmFieldin classAbstractMatchCodec
-