Uses of Class
org.openflow.protocol.OFGroupMod

Packages that use OFGroupMod
org.openflow.protocol   
 

Uses of OFGroupMod in org.openflow.protocol
 

Methods in org.openflow.protocol that return OFGroupMod
 OFGroupMod OFGroupMod.setBuckets(java.util.List<OFBucket> buckets)
          Sets the list of buckets this groupmod contains
 OFGroupMod OFGroupMod.setCommand(short command)
           
 OFGroupMod OFGroupMod.setGroupId(int groupId)
           
 OFGroupMod OFGroupMod.setGroupType(byte groupType)