| 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 |
|---|---|
void |
PacketService.addProcessor(PacketProcessor processor,
int priority)
Adds the specified processor to the list of packet processors.
|
void |
PacketService.removeProcessor(PacketProcessor processor)
Removes the specified processor from the processing pipeline.
|
Copyright © 2015. All rights reserved.