Uses of Class
org.openflow.protocol.statistics.OFTableFeatures

Packages that use OFTableFeatures
org.openflow.protocol.statistics   
 

Uses of OFTableFeatures in org.openflow.protocol.statistics
 

Methods in org.openflow.protocol.statistics that return OFTableFeatures
 OFTableFeatures OFTableFeatures.clone()
           
 OFTableFeatures OFTableFeatures.setConfig(int config)
           
 OFTableFeatures OFTableFeatures.setMaxEntries(int maxEntries)
           
 OFTableFeatures OFTableFeatures.setMetadataMatch(long metadataMatch)
          Set metadataMatch
 OFTableFeatures OFTableFeatures.setMetadataWrite(long metadataWrite)
          Set metadataWrite
 OFTableFeatures OFTableFeatures.setName(java.lang.String name)
           
 OFTableFeatures OFTableFeatures.setProperties(java.util.List<OFTableFeaturesProperty> properties)
           
 OFTableFeatures OFTableFeatures.setTableFeaturesId(byte tableId)