public abstract class AbstractRegCodec extends AbstractMatchCodec
headerWithMask, headerWithoutMask
Constructor and Description |
---|
AbstractRegCodec() |
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) |
NxmHeader |
getHeaderWithHasMask() |
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, getHeaderWithoutHasMask, getNxmField, getNxmFieldCode, serializeHeader
public org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entries.grouping.MatchEntry deserialize(io.netty.buffer.ByteBuf message)
public void serialize(org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entries.grouping.MatchEntry input, io.netty.buffer.ByteBuf outBuffer)
public NxmHeader getHeaderWithHasMask()
getHeaderWithHasMask
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.OxmClassBase> getOxmClass()
getOxmClass
in class AbstractMatchCodec
Copyright © 2018 OpenDaylight. All rights reserved.