Class Reg3Codec
java.lang.Object
org.opendaylight.openflowjava.nx.codec.match.AbstractMatchCodec
org.opendaylight.openflowjava.nx.codec.match.AbstractRegCodec
org.opendaylight.openflowjava.nx.codec.match.Reg3Codec
- All Implemented Interfaces:
HeaderDeserializer<MatchEntry>
,HeaderSerializer<MatchEntry>
,OFDeserializer<MatchEntry>
,OFGeneralDeserializer
,OFGeneralSerializer
,OFSerializer<MatchEntry>
-
Field Summary
Modifier and TypeFieldDescriptionstatic final MatchEntryDeserializerKey
static final MatchEntrySerializerKey<Nxm1Class,
NxmNxReg3> 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.AbstractRegCodec
deserialize, getOxmClass, getOxmClassCode, getValueLength, serialize
Methods inherited from class org.opendaylight.openflowjava.nx.codec.match.AbstractMatchCodec
buildHeader, deserializeHeader, deserializeHeaderToBuilder, getHeader, getHeaderWithHasMask, getHeaderWithoutHasMask, serializeHeader, serializeHeader
-
Field Details
-
SERIALIZER_KEY
-
DESERIALIZER_KEY
-
-
Constructor Details
-
Reg3Codec
public Reg3Codec()
-
-
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
-