| Package | Description |
|---|---|
| org.onosproject.net.flow |
Flow rule model & related services API definitions.
|
| org.onosproject.net.packet |
Mechanism for processing inbound packets intercepted from the data plane and
for emitting outbound packets onto the data plane.
|
| Modifier and Type | Method and Description |
|---|---|
static FlowRule.Type |
FlowRule.Type.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static FlowRule.Type[] |
FlowRule.Type.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TrafficTreatment.Builder |
TrafficTreatment.Builder.transition(FlowRule.Type type)
Deprecated.
|
DefaultTrafficTreatment.Builder |
DefaultTrafficTreatment.Builder.transition(FlowRule.Type type) |
| Constructor and Description |
|---|
DefaultFlowRule(DeviceId deviceId,
TrafficSelector selector,
TrafficTreatment treatment,
int priority,
ApplicationId appId,
int timeout,
boolean permanent,
FlowRule.Type type)
Deprecated.
|
DefaultFlowRule(DeviceId deviceId,
TrafficSelector selector,
TrafficTreatment treatment,
int priority,
long flowId,
int timeout,
boolean permanent,
FlowRule.Type tableType)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
FlowRule.Type |
PacketRequest.tableType()
Obtain the table type.
|
FlowRule.Type |
DefaultPacketRequest.tableType() |
| Modifier and Type | Method and Description |
|---|---|
void |
PacketService.requestPackets(TrafficSelector selector,
PacketPriority priority,
ApplicationId appId,
FlowRule.Type tableType)
Requests that packets matching the given selector are punted from the
dataplane to the controller.
|
| Constructor and Description |
|---|
DefaultPacketRequest(TrafficSelector selector,
PacketPriority priority,
ApplicationId appId,
FlowRule.Type tableType) |
Copyright © 2015. All rights reserved.