public abstract class MatchField extends OpenflowStructure
version| Modifier and Type | Method and Description |
|---|---|
OxmFieldType |
getFieldType()
Returns the OXM field type.
|
OxmClass |
getOxmClass()
Returns the OXM class.
|
int |
getPayloadLength()
Returns the length of the match field payload in bytes.
|
int |
getRawFieldType()
Returns the raw (undecoded) OXM field type value (u7).
|
int |
getRawOxmClass()
Returns the raw (undecoded) OXM class value (u16).
|
int |
getRawOxmType() |
int |
getTotalLength()
Returns the total length of the match field structure in bytes.
|
boolean |
hasMask()
Returns true if the match field payload includes a mask.
|
String |
toString() |
getVersion, hex, hex, toDebugString, validatepublic String toString()
toString in class OpenflowStructurepublic int getRawOxmType()
public int getRawOxmClass()
public OxmClass getOxmClass()
public int getRawFieldType()
public OxmFieldType getFieldType()
public boolean hasMask()
public int getPayloadLength()
public int getTotalLength()
Copyright © 2014. All Rights Reserved.