Class Icmpv6NDReservedCodec
- java.lang.Object
-
- org.opendaylight.openflowjava.eric.codec.match.AbstractMatchCodec
-
- org.opendaylight.openflowjava.eric.codec.match.Icmpv6NDReservedCodec
-
- All Implemented Interfaces:
HeaderDeserializer<MatchEntry>,HeaderSerializer<MatchEntry>,OFDeserializer<MatchEntry>,OFGeneralDeserializer,OFGeneralSerializer,OFSerializer<MatchEntry>
public class Icmpv6NDReservedCodec extends AbstractMatchCodec
-
-
Field Summary
Fields Modifier and Type Field Description static MatchEntryDeserializerKeyDESERIALIZER_KEYstatic MatchEntrySerializerKeySERIALIZER_KEY-
Fields inherited from class org.opendaylight.openflowjava.eric.codec.match.AbstractMatchCodec
headerWithMask, headerWithoutMask
-
-
Constructor Summary
Constructors Constructor Description Icmpv6NDReservedCodec()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MatchEntrydeserialize(io.netty.buffer.ByteBuf message)Transforms byte message into POJO/DTO (of type E).Class<? extends MatchField>getEricField()Returns the eric_field class.intgetEricFieldCode()Returns the numeric representation of eric_field.Class<? extends OxmClassBase>getOxmClass()Returns the oxm_class class.intgetOxmClassCode()Returns the numeric representation of oxm_class.intgetValueLength()Returns the match entry value length.voidserialize(MatchEntry input, io.netty.buffer.ByteBuf outBuffer)Transforms POJO/DTO into byte message (ByteBuf).-
Methods inherited from class org.opendaylight.openflowjava.eric.codec.match.AbstractMatchCodec
buildHeader, deserializeHeader, deserializeHeaderToBuilder, getHeader, getHeaderWithHasMask, getHeaderWithoutHasMask, serializeHeader, serializeHeader
-
-
-
-
Field Detail
-
SERIALIZER_KEY
public static final MatchEntrySerializerKey SERIALIZER_KEY
-
DESERIALIZER_KEY
public static final MatchEntryDeserializerKey DESERIALIZER_KEY
-
-
Method Detail
-
serialize
public void serialize(MatchEntry input, io.netty.buffer.ByteBuf outBuffer)
Description copied from interface:OFSerializerTransforms POJO/DTO into byte message (ByteBuf).- Parameters:
input- object to be serializedoutBuffer- output buffer
-
deserialize
public MatchEntry deserialize(io.netty.buffer.ByteBuf message)
Description copied from interface:OFDeserializerTransforms byte message into POJO/DTO (of type E).- Parameters:
message- message as bytes in ByteBuf- Returns:
- POJO/DTO
-
getEricFieldCode
public int getEricFieldCode()
Description copied from class:AbstractMatchCodecReturns the numeric representation of eric_field.- Specified by:
getEricFieldCodein classAbstractMatchCodec
-
getOxmClassCode
public int getOxmClassCode()
Description copied from class:AbstractMatchCodecReturns the numeric representation of oxm_class.- Specified by:
getOxmClassCodein classAbstractMatchCodec
-
getValueLength
public int getValueLength()
Description copied from class:AbstractMatchCodecReturns the match entry value length.- Specified by:
getValueLengthin classAbstractMatchCodec
-
getEricField
public Class<? extends MatchField> getEricField()
Description copied from class:AbstractMatchCodecReturns the eric_field class.- Specified by:
getEricFieldin classAbstractMatchCodec
-
getOxmClass
public Class<? extends OxmClassBase> getOxmClass()
Description copied from class:AbstractMatchCodecReturns the oxm_class class.- Specified by:
getOxmClassin classAbstractMatchCodec
-
-