Package org.onosproject.net.packet
Interface PacketProgrammable
- 
- All Superinterfaces:
- Behaviour,- HandlerBehaviour
 
 public interface PacketProgrammable extends HandlerBehaviour Packet programmable device behaviour.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidemit(OutboundPacket packet)Emits the specified outbound packet onto the network from the device.- 
Methods inherited from interface org.onosproject.net.driver.HandlerBehaviourhandler, setHandler
 
- 
 
- 
- 
- 
Method Detail- 
emitvoid emit(OutboundPacket packet) Emits the specified outbound packet onto the network from the device.- Parameters:
- packet- outbound packet
 
 
- 
 
-