| 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 |
VlanPcpCriterion.type() |
Criterion.Type |
VlanIdCriterion.type() |
Criterion.Type |
UdpPortCriterion.type() |
Criterion.Type |
TcpPortCriterion.type() |
Criterion.Type |
SctpPortCriterion.type() |
Criterion.Type |
PortCriterion.type() |
Criterion.Type |
OpticalSignalTypeCriterion.type()
Deprecated.
|
Criterion.Type |
OchSignalTypeCriterion.type() |
Criterion.Type |
OchSignalCriterion.type() |
Criterion.Type |
MplsCriterion.type() |
Criterion.Type |
MetadataCriterion.type() |
Criterion.Type |
LambdaCriterion.type() |
Criterion.Type |
IPv6NDTargetAddressCriterion.type() |
Criterion.Type |
IPv6NDLinkLayerAddressCriterion.type() |
Criterion.Type |
IPv6FlowLabelCriterion.type() |
Criterion.Type |
IPv6ExthdrFlagsCriterion.type() |
Criterion.Type |
IPProtocolCriterion.type() |
Criterion.Type |
IPEcnCriterion.type() |
Criterion.Type |
IPDscpCriterion.type() |
Criterion.Type |
IPCriterion.type() |
Criterion.Type |
IndexedLambdaCriterion.type() |
Criterion.Type |
Icmpv6TypeCriterion.type() |
Criterion.Type |
Icmpv6CodeCriterion.type() |
Criterion.Type |
IcmpTypeCriterion.type() |
Criterion.Type |
IcmpCodeCriterion.type() |
Criterion.Type |
EthTypeCriterion.type() |
Criterion.Type |
EthCriterion.type() |
Criterion.Type |
Criterion.type()
Returns the type of criterion.
|
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.
|
Copyright © 2015. All rights reserved.