public interface PacketStoreDelegate extends StoreDelegate<PacketEvent>
| Modifier and Type | Method and Description |
|---|---|
void |
cancelPackets(PacketRequest request)
Requests that packets matching to following request no longer be
collected from any switches.
|
void |
requestPackets(PacketRequest request)
Requests that packets matching to following request be collected
from all switches.
|
notifyvoid requestPackets(PacketRequest request)
request - packet requestvoid cancelPackets(PacketRequest request)
request - packet request