Class Nshc3Codec
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.Nshc3Codec
- All Implemented Interfaces:
HeaderDeserializer<MatchEntry>
,HeaderSerializer<MatchEntry>
,OFDeserializer<MatchEntry>
,OFGeneralDeserializer
,OFGeneralSerializer
,OFSerializer<MatchEntry>
-
Field Summary
Modifier and TypeFieldDescriptionstatic final MatchEntryDeserializerKey
static final MatchEntrySerializerKey<ExperimenterClass,
NxmNxNshc3> Fields inherited from class org.opendaylight.openflowjava.nx.codec.match.AbstractMatchCodec
headerWithMask, headerWithoutMask
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the nxm_field class.int
Returns the numeric representation of nxm_field.Methods inherited from class org.opendaylight.openflowjava.nx.codec.match.AbstractNshcCodec
deserializeValue, getExperimenterId, getValueLength, serializeValue
Methods inherited from class org.opendaylight.openflowjava.nx.codec.match.AbstractExperimenterMatchCodec
buildHeader, createDeserializerKey, createSerializerKey, deserialize, getOxmClass, getOxmClassCode, serialize, serializeHeader
Methods inherited from class org.opendaylight.openflowjava.nx.codec.match.AbstractMatchCodec
deserializeHeader, deserializeHeaderToBuilder, getHeader, getHeaderWithHasMask, getHeaderWithoutHasMask, serializeHeader
-
Field Details
-
SERIALIZER_KEY
-
DESERIALIZER_KEY
-
-
Constructor Details
-
Nshc3Codec
public Nshc3Codec()
-
-
Method Details
-
getNxmFieldCode
public int getNxmFieldCode()Description copied from class:AbstractMatchCodec
Returns the numeric representation of nxm_field.- Specified by:
getNxmFieldCode
in classAbstractMatchCodec
-
getNxmField
Description copied from class:AbstractMatchCodec
Returns the nxm_field class.- Specified by:
getNxmField
in classAbstractMatchCodec
-