public abstract class L4ModificationInstruction extends Object implements Instruction
Modifier and Type | Class and Description |
---|---|
static class |
L4ModificationInstruction.L4SubType
Represents the type of traffic treatment.
|
static class |
L4ModificationInstruction.ModTransportPortInstruction
Represents a L4 src/dst modification instruction.
|
Instruction.Type
Constructor and Description |
---|
L4ModificationInstruction() |
Modifier and Type | Method and Description |
---|---|
abstract L4ModificationInstruction.L4SubType |
subtype()
Returns the subtype of the modification instruction.
|
Instruction.Type |
type()
Returns the type of instruction.
|
public abstract L4ModificationInstruction.L4SubType subtype()
public Instruction.Type type()
Instruction
type
in interface Instruction