See: Description
Interface | Description |
---|---|
FlowActionInterface |
Flow action interface.
|
FlowInterface |
Flow service api interface.
|
FlowMatchInterface |
Flow match interface.
|
FlowServiceInterface |
Flow service interface.
|
Class | Description |
---|---|
Flow |
Represents a flow including a list of match fields and actions.
|
Flow.Builder |
Builder class to generate a Flow object.
|
FlowAction |
Represents Flow actions.
|
FlowMatch |
Class representing Flow match fields.
|
FlowMatch.Builder |
Flow match builder.
|
FlowService |
Flow service abstract class.
|
Enum | Description |
---|---|
FlowActionType |
Flow action types.
|
Flow service API: provides a set of high level abstractions that allows applications to generate, install, and remove flow rules. The Flow API will be based on match-action paradigm that most of current SDN controllers use to generate flow rules based on a set of match and actions fields.