Class NshFlagsCodec
java.lang.Object
org.opendaylight.openflowjava.nx.codec.match.AbstractMatchCodec
org.opendaylight.openflowjava.nx.codec.match.AbstractExperimenterMatchCodec
org.opendaylight.openflowjava.nx.codec.match.NshFlagsCodec
- All Implemented Interfaces:
- HeaderDeserializer<MatchEntry>,- HeaderSerializer<MatchEntry>,- OFDeserializer<MatchEntry>,- OFGeneralDeserializer,- OFGeneralSerializer,- OFSerializer<MatchEntry>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final MatchEntryDeserializerKeystatic final MatchEntrySerializerKey<ExperimenterClass,NxmNxNshFlags> Fields inherited from class org.opendaylight.openflowjava.nx.codec.match.AbstractMatchCodecheaderWithMask, headerWithoutMask
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected NxExpMatchEntryValuedeserializeValue(io.netty.buffer.ByteBuf message, boolean hasMask) protected org.opendaylight.yangtools.yang.common.Uint32Returns the nxm_field class.intReturns the numeric representation of nxm_field.intReturns the match entry value length.protected voidserializeValue(NxExpMatchEntryValue value, boolean hasMask, io.netty.buffer.ByteBuf outBuffer) Methods inherited from class org.opendaylight.openflowjava.nx.codec.match.AbstractExperimenterMatchCodecbuildHeader, createDeserializerKey, createSerializerKey, deserialize, getOxmClass, getOxmClassCode, serialize, serializeHeaderMethods inherited from class org.opendaylight.openflowjava.nx.codec.match.AbstractMatchCodecdeserializeHeader, deserializeHeaderToBuilder, getHeader, getHeaderWithHasMask, getHeaderWithoutHasMask, serializeHeader
- 
Field Details- 
SERIALIZER_KEY
- 
DESERIALIZER_KEY
 
- 
- 
Constructor Details- 
NshFlagsCodecpublic NshFlagsCodec()
 
- 
- 
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
 
- 
getValueLengthpublic int getValueLength()Description copied from class:AbstractMatchCodecReturns the match entry value length.- Specified by:
- getValueLengthin class- AbstractMatchCodec
 
- 
deserializeValue- Specified by:
- deserializeValuein class- AbstractExperimenterMatchCodec
 
- 
getExperimenterIdprotected org.opendaylight.yangtools.yang.common.Uint32 getExperimenterId()- Specified by:
- getExperimenterIdin class- AbstractExperimenterMatchCodec
 
- 
serializeValueprotected void serializeValue(NxExpMatchEntryValue value, boolean hasMask, io.netty.buffer.ByteBuf outBuffer) - Specified by:
- serializeValuein class- AbstractExperimenterMatchCodec
 
 
-