| Package | Description |
|---|---|
| org.onosproject.net.flow |
Flow rule model & related services API definitions.
|
| org.onosproject.net.flow.criteria |
Traffic selection criteria model.
|
| Modifier and Type | Method and Description |
|---|---|
Criterion |
TrafficSelector.getCriterion(Criterion.Type type)
Returns the selection criterion for a particular type, if it exists in
this traffic selector.
|
Criterion |
DefaultTrafficSelector.getCriterion(Criterion.Type type) |
| Modifier and Type | Method and Description |
|---|---|
Criterion.Type |
Criterion.type()
Returns the type of criterion.
|
Criterion.Type |
Criteria.PortCriterion.type() |
Criterion.Type |
Criteria.EthCriterion.type() |
Criterion.Type |
Criteria.EthTypeCriterion.type() |
Criterion.Type |
Criteria.IPCriterion.type() |
Criterion.Type |
Criteria.IPProtocolCriterion.type() |
Criterion.Type |
Criteria.VlanPcpCriterion.type() |
Criterion.Type |
Criteria.VlanIdCriterion.type() |
Criterion.Type |
Criteria.TcpPortCriterion.type() |
Criterion.Type |
Criteria.MplsCriterion.type() |
Criterion.Type |
Criteria.LambdaCriterion.type() |
Criterion.Type |
Criteria.OpticalSignalTypeCriterion.type() |
static Criterion.Type |
Criterion.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Criterion.Type[] |
Criterion.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
EthCriterion(org.onlab.packet.MacAddress mac,
Criterion.Type type) |
IPCriterion(org.onlab.packet.IpPrefix ip,
Criterion.Type type) |
LambdaCriterion(short lambda,
Criterion.Type type) |
OpticalSignalTypeCriterion(Short signalType,
Criterion.Type type) |
TcpPortCriterion(Short tcpPort,
Criterion.Type type) |
Copyright © 2015. All rights reserved.