Class OF10MatchSerializer
java.lang.Object
org.opendaylight.openflowjava.protocol.impl.util.OF10MatchSerializer
- All Implemented Interfaces:
- OFGeneralSerializer,- OFSerializer<MatchV10>
Serializes ofp_match (OpenFlow v1.0) structure.
- Author:
- michal.polkorab
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
OF10MatchSerializerpublic OF10MatchSerializer()
 
- 
- 
Method Details- 
serializeSerializes ofp_match (OpenFlow v1.0).- Specified by:
- serializein interface- OFSerializer<MatchV10>
- Parameters:
- outBuffer- output ByteBuf
- match- match to be serialized
 
 
-