Class IPv6FlowLabelCriterion
- java.lang.Object
- 
- org.onosproject.net.flow.criteria.IPv6FlowLabelCriterion
 
- 
- 
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(Object obj)intflowLabel()Gets the IPv6 flow label to match.inthashCode()StringtoString()Criterion.Typetype()Returns the type of criterion.
 
- 
- 
- 
Method Detail- 
typepublic Criterion.Type type() Description copied from interface:CriterionReturns the type of criterion.
 - 
flowLabelpublic int flowLabel() Gets the IPv6 flow label to match.- Returns:
- the IPv6 flow label to match (20 bits)
 
 
- 
 
-