Uses of Class
org.openflow.protocol.OFQueue

Packages that use OFQueue
org.openflow.protocol   
org.openflow.protocol.statistics   
 

Uses of OFQueue in org.openflow.protocol
 

Methods in org.openflow.protocol that return OFQueue
static OFQueue OFQueue.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OFQueue[] OFQueue.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of OFQueue in org.openflow.protocol.statistics
 

Methods in org.openflow.protocol.statistics with parameters of type OFQueue
 OFQueueStatisticsRequest OFQueueStatisticsRequest.setQueueId(OFQueue queue)