| 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 |
DefaultOutboundPacket
Default implementation of an immutable outbound packet.
|
| Modifier and Type | Method and Description |
|---|---|
OutboundPacket |
PacketContext.outPacket()
Returns the view of the outbound packet.
|
OutboundPacket |
DefaultPacketContext.outPacket() |
| Modifier and Type | Method and Description |
|---|---|
void |
PacketStore.emit(OutboundPacket packet)
Decides which instance should emit the packet and forwards the packet to
that instance.
|
void |
PacketService.emit(OutboundPacket packet)
Emits the specified outbound packet onto the network.
|
void |
PacketProvider.emit(OutboundPacket packet)
Emits the specified outbound packet onto the network.
|
| Constructor and Description |
|---|
DefaultPacketContext(long time,
InboundPacket inPkt,
OutboundPacket outPkt,
boolean block) |
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.