Class EricHeader
- java.lang.Object
-
- org.opendaylight.openflowjava.eric.codec.match.EricHeader
-
public class EricHeader extends Object
Eric header.
-
-
Constructor Summary
Constructors Constructor Description EricHeader(int oxmClass, int ericField, boolean hasMask, int length)
EricHeader(long header)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
getEricField()
int
getLength()
int
getOxmClass()
int
hashCode()
boolean
isHasMask()
long
toLong()
String
toString()
-