| 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 |
|---|---|
static PacketEvent.Type |
PacketEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PacketEvent.Type[] |
PacketEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PacketEvent(PacketEvent.Type type,
OutboundPacket packet)
Creates an event of the given type for the specified packet.
|
PacketEvent(PacketEvent.Type type,
OutboundPacket packet,
long time)
Creates an event of the given type for the specified packet at the given
time.
|
Copyright © 2015. All rights reserved.