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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MatchEntryDeserializerKeystatic final Icmpv6NDReservedCodecstatic final MatchEntrySerializerKey<?, ?> Fields inherited from class org.opendaylight.openflowjava.eric.codec.match.AbstractMatchCodec
headerWithMask, headerWithoutMask -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeserialize(io.netty.buffer.ByteBuf message) Transforms byte message into POJO/DTO (of type E).Returns the eric_field class.intReturns the numeric representation of eric_field.Returns the oxm_class class.intReturns the numeric representation of oxm_class.intReturns 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 Details
-
INSTANCE
-
SERIALIZER_KEY
-
DESERIALIZER_KEY
-
-
Constructor Details
-
Icmpv6NDReservedCodec
public Icmpv6NDReservedCodec()
-
-
Method Details
-
serialize
Description copied from interface:OFSerializerTransforms POJO/DTO into byte message (ByteBuf).- Parameters:
input- object to be serializedoutBuffer- output buffer
-
deserialize
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
Description copied from class:AbstractMatchCodecReturns the eric_field class.- Specified by:
getEricFieldin classAbstractMatchCodec
-
getOxmClass
Description copied from class:AbstractMatchCodecReturns the oxm_class class.- Specified by:
getOxmClassin classAbstractMatchCodec
-