Uses of Class
org.openflow.protocol.OFPortMod

Packages that use OFPortMod
org.openflow.protocol   
 

Uses of OFPortMod in org.openflow.protocol
 

Methods in org.openflow.protocol that return OFPortMod
 OFPortMod OFPortMod.setAdvertise(int advertise)
           
 OFPortMod OFPortMod.setConfig(int config)
           
 OFPortMod OFPortMod.setHardwareAddress(byte[] hardwareAddress)
           
 OFPortMod OFPortMod.setMask(int mask)
           
 OFPortMod OFPortMod.setPortNumber(int portNumber)