| 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 |
DefaultInboundPacket
Default implementation of an immutable inbound packet.
|
| Modifier and Type | Method and Description |
|---|---|
InboundPacket |
PacketContext.inPacket()
Returns the inbound packet being processed.
|
InboundPacket |
DefaultPacketContext.inPacket() |
| Constructor and Description |
|---|
DefaultPacketContext(long time,
InboundPacket inPkt,
OutboundPacket outPkt,
boolean block) |
Copyright © 2015. All rights reserved.