public class NxmHeader extends Object
Constructor and Description |
---|
NxmHeader(int oxmClass,
int nxmField,
boolean hasMask,
int length) |
NxmHeader(long header) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
getLength() |
int |
getNxmField() |
int |
getOxmClass() |
int |
hashCode() |
boolean |
isHasMask() |
long |
toLong() |
String |
toString() |
public NxmHeader(long header)
public NxmHeader(int oxmClass, int nxmField, boolean hasMask, int length)
Copyright © 2018 OpenDaylight. All rights reserved.