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.CriterionCriterion.IPv6ExthdrFlags, Criterion.TcpFlags, Criterion.Type
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)intexthdrFlags()Gets the IPv6 Extension Header pseudo-field flags to match.inthashCode()java.lang.StringtoString()Criterion.Typetype()Returns the type of criterion.
 
- 
- 
- 
Method Detail- 
typepublic Criterion.Type type() Description copied from interface:CriterionReturns the type of criterion.
 - 
exthdrFlagspublic 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
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object obj) - Overrides:
- equalsin class- java.lang.Object
 
 
- 
 
-