Package org.onosproject.net.packet
Interface PacketProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidemit(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
-
-