Package org.onosproject.net.packet
Interface PacketProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
emit(OutboundPacket packet)
Emits the specified outbound packet onto the network.
-
-
-
Method Detail
-
emit
void emit(OutboundPacket packet)
Emits the specified outbound packet onto the network.- Parameters:
packet
- outbound packet
-
-