Class OchSignalCriterion
- java.lang.Object
-
- org.onosproject.net.flow.criteria.OchSignalCriterion
-
- All Implemented Interfaces:
Criterion
public final class OchSignalCriterion extends Object implements Criterion
Implementation of OCh (Optical Channel) signal criterion. This criterion is based on the specification of "OFPXMT_EXP_OCH_SIGID" in Open Networking Foundation "Optical Transport Protocol Extension Version 1.0", but defined in protocol agnostic way.
-
-
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)
int
hashCode()
OchSignal
lambda()
Returns the OCh signal to match.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.
-
lambda
public OchSignal lambda()
Returns the OCh signal to match.- Returns:
- the OCh signal to match
-
-