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 Details

    • OF10MatchSerializer

      public OF10MatchSerializer()
  • Method Details

    • serialize

      public void serialize(MatchV10 match, io.netty.buffer.ByteBuf outBuffer)
      Serializes ofp_match (OpenFlow v1.0).
      Specified by:
      serialize in interface OFSerializer<MatchV10>
      Parameters:
      outBuffer - output ByteBuf
      match - match to be serialized