Class OF10MatchSerializer
- java.lang.Object
-
- org.opendaylight.openflowjava.protocol.impl.util.OF10MatchSerializer
-
- All Implemented Interfaces:
OFGeneralSerializer
,OFSerializer<MatchV10>
public class OF10MatchSerializer extends Object implements OFSerializer<MatchV10>
Serializes ofp_match (OpenFlow v1.0) structure.- Author:
- michal.polkorab
-
-
Constructor Summary
Constructors Constructor Description OF10MatchSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
serialize(MatchV10 match, io.netty.buffer.ByteBuf outBuffer)
Serializes ofp_match (OpenFlow v1.0).
-
-
-
Method Detail
-
serialize
public void serialize(MatchV10 match, io.netty.buffer.ByteBuf outBuffer)
Serializes ofp_match (OpenFlow v1.0).- Specified by:
serialize
in interfaceOFSerializer<MatchV10>
- Parameters:
outBuffer
- output ByteBufmatch
- match to be serialized
-
-