| 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 | Class and Description |
|---|---|
class |
DefaultPacketRequest
Default implementation of a packet request.
|
| Modifier and Type | Method and Description |
|---|---|
Set<PacketRequest> |
PacketStore.existingRequests()
Obtains all existing requests in the system.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PacketStore.cancelPackets(PacketRequest request)
Cancels intercept of packets that match the given selector.
|
boolean |
PacketStore.requestPackets(PacketRequest request)
Requests intercept of packets that match the given selector.
|
Copyright © 2015. All rights reserved.