| Package | Description |
|---|---|
| org.onosproject.net.flow.instructions |
Traffic treatment model.
|
| Modifier and Type | Method and Description |
|---|---|
abstract L4ModificationInstruction.L4SubType |
L4ModificationInstruction.subtype()
Returns the subtype of the modification instruction.
|
L4ModificationInstruction.L4SubType |
L4ModificationInstruction.ModTransportPortInstruction.subtype() |
static L4ModificationInstruction.L4SubType |
L4ModificationInstruction.L4SubType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static L4ModificationInstruction.L4SubType[] |
L4ModificationInstruction.L4SubType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ModTransportPortInstruction(L4ModificationInstruction.L4SubType subtype,
org.onlab.packet.TpPort port) |
Copyright © 2015. All rights reserved.