Class IPv6ExthdrFlagsCriterion
- java.lang.Object
-
- org.onosproject.net.flow.criteria.IPv6ExthdrFlagsCriterion
-
-
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 booleanequals(Object obj)intexthdrFlags()Gets the IPv6 Extension Header pseudo-field flags to match.inthashCode()StringtoString()Criterion.Typetype()Returns the type of criterion.
-
-
-
Method Detail
-
type
public Criterion.Type type()
Description copied from interface:CriterionReturns the type of criterion.
-
exthdrFlags
public int exthdrFlags()
Gets the IPv6 Extension Header pseudo-field flags to match.- Returns:
- the IPv6 Extension Header pseudo-field flags to match (16 bits). Those are defined in Criterion.IPv6ExthdrFlags
-
-