Class VlanPcpEntrySerializer

    • Constructor Detail

      • VlanPcpEntrySerializer

        public VlanPcpEntrySerializer()
    • Method Detail

      • extractEntry

        protected org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanPcp extractEntry​(Match match)
        Description copied from class: AbstractMatchEntrySerializer
        Extract the corresponding entry from a match.
        Specified by:
        extractEntry in class AbstractMatchEntrySerializer<org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanPcp,​Void>
        Parameters:
        match - Openflow match
        Returns:
        Entry, null if not present
      • serializeEntry

        protected void serializeEntry​(org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanPcp entry,
                                      io.netty.buffer.ByteBuf outBuffer)
        Specified by:
        serializeEntry in class AbstractPrimitiveEntrySerializer<org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanPcp>