Uses of Class
org.openflow.protocol.OFPacketOut

Packages that use OFPacketOut
net.floodlightcontroller.linkdiscovery   
net.floodlightcontroller.linkdiscovery.internal   
org.openflow.protocol   
 

Uses of OFPacketOut in net.floodlightcontroller.linkdiscovery
 

Methods in net.floodlightcontroller.linkdiscovery that return OFPacketOut
 OFPacketOut ILinkDiscoveryService.generateLLDPMessage(long sw, int port, boolean isStandard, boolean isReverse)
          Returns OFPacketOut which contains the LLDP data corresponding to switchport (sw, port).
 

Uses of OFPacketOut in net.floodlightcontroller.linkdiscovery.internal
 

Methods in net.floodlightcontroller.linkdiscovery.internal that return OFPacketOut
 OFPacketOut LinkDiscoveryManager.generateLLDPMessage(long sw, int port, boolean isStandard, boolean isReverse)
           
 

Uses of OFPacketOut in org.openflow.protocol
 

Methods in org.openflow.protocol that return OFPacketOut
 OFPacketOut OFPacketOut.setActions(java.util.List<OFAction> actions)
          Sets the list of actions on this message
 OFPacketOut OFPacketOut.setActionsLength(short actionsLength)
          Set actions_len
 OFPacketOut OFPacketOut.setBufferId(int bufferId)
          Set buffer_id
 OFPacketOut OFPacketOut.setInPort(int i)
          Set in_port
 OFPacketOut OFPacketOut.setInPort(OFPort inPort)
          Set in_port.
 OFPacketOut OFPacketOut.setPacketData(byte[] packetData)
          Sets the packet data