Class OnfOxmTcpFlagsDeserializer
- java.lang.Object
-
- org.opendaylight.openflowjava.protocol.impl.deserialization.match.AbstractOxmMatchEntryDeserializer
-
- org.opendaylight.openflowjava.protocol.impl.deserialization.match.ext.AbstractOxmExperimenterMatchEntryDeserializer
-
- org.opendaylight.openflowjava.protocol.impl.deserialization.match.ext.OnfOxmTcpFlagsDeserializer
-
- All Implemented Interfaces:
HeaderDeserializer<MatchEntry>
,OFDeserializer<MatchEntry>
,OFGeneralDeserializer
public class OnfOxmTcpFlagsDeserializer extends AbstractOxmExperimenterMatchEntryDeserializer implements OFDeserializer<MatchEntry>
Created by Anil Vishnoi (avishnoi@Brocade.com) on 7/26/16.
-
-
Constructor Summary
Constructors Constructor Description OnfOxmTcpFlagsDeserializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MatchEntry
deserialize(io.netty.buffer.ByteBuf input)
Transforms byte message into POJO/DTO (of type E).protected Class<? extends OxmClassBase>
getOxmClass()
Return the oxm_class class.protected Class<? extends MatchField>
getOxmField()
Return the oxm_field class.-
Methods inherited from class org.opendaylight.openflowjava.protocol.impl.deserialization.match.ext.AbstractOxmExperimenterMatchEntryDeserializer
createExperimenterIdCase
-
Methods inherited from class org.opendaylight.openflowjava.protocol.impl.deserialization.match.AbstractOxmMatchEntryDeserializer
deserializeHeader, processHeader
-
-
-
-
Method Detail
-
deserialize
public MatchEntry deserialize(io.netty.buffer.ByteBuf input)
Description copied from interface:OFDeserializer
Transforms byte message into POJO/DTO (of type E).- Specified by:
deserialize
in interfaceOFDeserializer<MatchEntry>
- Parameters:
input
- message as bytes in ByteBuf- Returns:
- POJO/DTO
-
getOxmField
protected Class<? extends MatchField> getOxmField()
Return the oxm_field class.- Specified by:
getOxmField
in classAbstractOxmMatchEntryDeserializer
-
getOxmClass
protected Class<? extends OxmClassBase> getOxmClass()
Return the oxm_class class.- Specified by:
getOxmClass
in classAbstractOxmMatchEntryDeserializer
-
-