Package org.onosproject.net.packet
Interface PacketProgrammable
-
- All Superinterfaces:
Behaviour
,HandlerBehaviour
public interface PacketProgrammable extends HandlerBehaviour
Packet programmable device behaviour.
-
-
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 from the device.-
Methods inherited from interface org.onosproject.net.driver.HandlerBehaviour
handler, setHandler
-
-
-
-
Method Detail
-
emit
void emit(OutboundPacket packet)
Emits the specified outbound packet onto the network from the device.- Parameters:
packet
- outbound packet
-
-