|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OFPacketQueue | |
---|---|
org.openflow.protocol | |
org.openflow.protocol.queue | |
org.openflow.vendor.openflow |
Uses of OFPacketQueue in org.openflow.protocol |
---|
Fields in org.openflow.protocol with type parameters of type OFPacketQueue | |
---|---|
protected java.util.List<OFPacketQueue> |
OFQueueGetConfigReply.queues
|
Methods in org.openflow.protocol that return types with arguments of type OFPacketQueue | |
---|---|
java.util.List<OFPacketQueue> |
OFQueueGetConfigReply.getQueues()
|
Method parameters in org.openflow.protocol with type arguments of type OFPacketQueue | |
---|---|
OFQueueGetConfigReply |
OFQueueGetConfigReply.setQueues(java.util.List<OFPacketQueue> queues)
|
Uses of OFPacketQueue in org.openflow.protocol.queue |
---|
Methods in org.openflow.protocol.queue that return OFPacketQueue | |
---|---|
OFPacketQueue |
OFPacketQueue.clone()
|
OFPacketQueue |
OFPacketQueue.setPortNumber(int portNumber)
|
OFPacketQueue |
OFPacketQueue.setProperties(java.util.List<OFQueueProperty> properties)
|
OFPacketQueue |
OFPacketQueue.setQueueId(int queueId)
|
Uses of OFPacketQueue in org.openflow.vendor.openflow |
---|
Fields in org.openflow.vendor.openflow with type parameters of type OFPacketQueue | |
---|---|
protected java.util.List<OFPacketQueue> |
OFQueueVendorData.queues
|
Methods in org.openflow.vendor.openflow that return types with arguments of type OFPacketQueue | |
---|---|
java.util.List<OFPacketQueue> |
OFQueueVendorData.getQueues()
|
Method parameters in org.openflow.vendor.openflow with type arguments of type OFPacketQueue | |
---|---|
void |
OFQueueVendorData.setQueues(java.util.List<OFPacketQueue> queues)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |