public class EncapEthSrcCodec extends AbstractMatchCodec
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.openflowjava.protocol.api.keys.MatchEntryDeserializerKey |
DESERIALIZER_KEY |
static org.opendaylight.openflowjava.protocol.api.keys.MatchEntrySerializerKey<org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.Nxm1Class,NxmNxEncapEthSrc> |
SERIALIZER_KEY |
headerWithMask, headerWithoutMask
Constructor and Description |
---|
EncapEthSrcCodec() |
Modifier and Type | Method and Description |
---|---|
org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entries.grouping.MatchEntry |
deserialize(io.netty.buffer.ByteBuf message) |
Class<? extends org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.MatchField> |
getNxmField() |
int |
getNxmFieldCode() |
Class<? extends org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.OxmClassBase> |
getOxmClass() |
int |
getOxmClassCode() |
int |
getValueLength() |
void |
serialize(org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entries.grouping.MatchEntry input,
io.netty.buffer.ByteBuf outBuffer) |
deserializeHeader, deserializeHeaderToBuilder, getHeaderWithHasMask, getHeaderWithoutHasMask, serializeHeader
public static final org.opendaylight.openflowjava.protocol.api.keys.MatchEntrySerializerKey<org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.Nxm1Class,NxmNxEncapEthSrc> SERIALIZER_KEY
public static final org.opendaylight.openflowjava.protocol.api.keys.MatchEntryDeserializerKey DESERIALIZER_KEY
public void serialize(org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entries.grouping.MatchEntry input, io.netty.buffer.ByteBuf outBuffer)
public org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entries.grouping.MatchEntry deserialize(io.netty.buffer.ByteBuf message)
public int getNxmFieldCode()
getNxmFieldCode
in class AbstractMatchCodec
public int getOxmClassCode()
getOxmClassCode
in class AbstractMatchCodec
public int getValueLength()
getValueLength
in class AbstractMatchCodec
public Class<? extends org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.MatchField> getNxmField()
getNxmField
in class AbstractMatchCodec
public Class<? extends org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.OxmClassBase> getOxmClass()
getOxmClass
in class AbstractMatchCodec
Copyright © 2018 OpenDaylight. All rights reserved.