Class Reg1Codec
java.lang.Object
org.opendaylight.openflowjava.nx.codec.match.AbstractMatchCodec
org.opendaylight.openflowjava.nx.codec.match.AbstractRegCodec
org.opendaylight.openflowjava.nx.codec.match.Reg1Codec
- All Implemented Interfaces:
- HeaderDeserializer<MatchEntry>,- HeaderSerializer<MatchEntry>,- OFDeserializer<MatchEntry>,- OFGeneralDeserializer,- OFGeneralSerializer,- OFSerializer<MatchEntry>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final MatchEntryDeserializerKeystatic final MatchEntrySerializerKey<Nxm1Class,NxmNxReg1> Fields inherited from class org.opendaylight.openflowjava.nx.codec.match.AbstractMatchCodecheaderWithMask, headerWithoutMask
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns the nxm_field class.intReturns the numeric representation of nxm_field.Methods inherited from class org.opendaylight.openflowjava.nx.codec.match.AbstractRegCodecdeserialize, getOxmClass, getOxmClassCode, getValueLength, serializeMethods inherited from class org.opendaylight.openflowjava.nx.codec.match.AbstractMatchCodecbuildHeader, deserializeHeader, deserializeHeaderToBuilder, getHeader, getHeaderWithHasMask, getHeaderWithoutHasMask, serializeHeader, serializeHeader
- 
Field Details- 
SERIALIZER_KEY
- 
DESERIALIZER_KEY
 
- 
- 
Constructor Details- 
Reg1Codecpublic Reg1Codec()
 
- 
- 
Method Details- 
getNxmFieldCodepublic int getNxmFieldCode()Description copied from class:AbstractMatchCodecReturns the numeric representation of nxm_field.- Specified by:
- getNxmFieldCodein class- AbstractMatchCodec
 
- 
getNxmFieldDescription copied from class:AbstractMatchCodecReturns the nxm_field class.- Specified by:
- getNxmFieldin class- AbstractMatchCodec
 
 
-