Class EthTypeCriterion
- java.lang.Object
-
- org.onosproject.net.flow.criteria.EthTypeCriterion
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.onosproject.net.flow.criteria.Criterion
Criterion.IPv6ExthdrFlags, Criterion.TcpFlags, Criterion.Type
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
EthType
ethType()
Gets the Ethernet frame type to match.int
hashCode()
String
toString()
Criterion.Type
type()
Returns the type of criterion.
-
-
-
Method Detail
-
type
public Criterion.Type type()
Description copied from interface:Criterion
Returns the type of criterion.
-
ethType
public EthType ethType()
Gets the Ethernet frame type to match.- Returns:
- the Ethernet frame type to match (16 bits unsigned integer)
-
-