Class SctpSourcePortEntrySerializer
java.lang.Object
org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractMatchEntrySerializer<org.opendaylight.yangtools.yang.common.Uint16,Void>
org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractPrimitiveEntrySerializer<org.opendaylight.yangtools.yang.common.Uint16>
org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractUint16EntrySerializer
org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractPortNumberEntrySerializer
org.opendaylight.openflowplugin.impl.protocol.serialization.match.SctpSourcePortEntrySerializer
- All Implemented Interfaces:
MatchEntrySerializer
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractMatchEntrySerializer
AbstractMatchEntrySerializer.ConstantHeaderWriter<E,
M>, AbstractMatchEntrySerializer.HeaderWriter<E, M> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber
extractPort
(Match match) Methods inherited from class org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractPortNumberEntrySerializer
extractEntry
Methods inherited from class org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractUint16EntrySerializer
serializeEntry
Methods inherited from class org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractPrimitiveEntrySerializer
extractEntryMask, serializeEntry
Methods inherited from class org.opendaylight.openflowplugin.impl.protocol.serialization.match.AbstractMatchEntrySerializer
serializeIfPresent, writeIpv4Address, writeIpv4Prefix, writeIpv6Address, writeIpv6Prefix, writeMacAddress, writeMask
-
Constructor Details
-
SctpSourcePortEntrySerializer
public SctpSourcePortEntrySerializer()
-
-
Method Details
-
extractPort
protected org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber extractPort(Match match) - Specified by:
extractPort
in classAbstractPortNumberEntrySerializer
-