| Package | Description |
|---|---|
| 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 |
|---|---|
PacketPriority |
PacketRequest.priority()
Obtain the priority.
|
PacketPriority |
DefaultPacketRequest.priority() |
static PacketPriority |
PacketPriority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PacketPriority[] |
PacketPriority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PacketService.cancelPackets(TrafficSelector selector,
PacketPriority priority,
ApplicationId appId)
Cancels previous packet requests for packets matching the given
selector to be punted from the dataplane to the controller.
|
void |
PacketService.requestPackets(TrafficSelector selector,
PacketPriority priority,
ApplicationId appId)
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)
Creates a new packet request.
|
Copyright © 2015. All rights reserved.