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 Summary
-
Method Summary
-
Constructor Details
-
OF10MatchSerializer
public OF10MatchSerializer()
-
-
Method Details
-
serialize
Serializes ofp_match (OpenFlow v1.0).- Specified by:
serialize
in interfaceOFSerializer<MatchV10>
- Parameters:
match
- match to be serializedoutBuffer
- output ByteBuf
-