public abstract class MatchField extends OpenflowStructure
parseErrorCause, 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 |
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, incomplete, parseErrorCause, toDebugString, validate
public String toString()
toString
in class OpenflowStructure
public int getRawOxmClass()
public OxmClass getOxmClass()
public int getRawFieldType()
public OxmFieldType getFieldType()
public boolean hasMask()
public int getPayloadLength()
public int getTotalLength()
Copyright © 2015. All Rights Reserved.