|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OFQueuePropertyFactory
The interface to factories used for retrieving OFQueueProperty instances. All methods are expected to be thread-safe.
Method Summary | |
---|---|
OFQueueProperty |
getQueueProperty(OFQueuePropertyType t)
Retrieves an OFQueueProperty instance corresponding to the specified OFQueuePropertyType |
java.util.List<OFQueueProperty> |
parseQueueProperties(java.nio.ByteBuffer data,
int length)
Attempts to parse and return all OFQueueProperties contained in the given ByteBuffer, beginning at the ByteBuffer's position, and ending at position+length. |
java.util.List<OFQueueProperty> |
parseQueueProperties(java.nio.ByteBuffer data,
int length,
int limit)
Attempts to parse and return all OFQueueProperties contained in the given ByteBuffer, beginning at the ByteBuffer's position, and ending at position+length. |
Method Detail |
---|
OFQueueProperty getQueueProperty(OFQueuePropertyType t)
t
- the type of the OFQueueProperty to be retrieved
java.util.List<OFQueueProperty> parseQueueProperties(java.nio.ByteBuffer data, int length)
data
- the ByteBuffer to parse for OpenFlow OFQueuePropertieslength
- the number of Bytes to examine for OpenFlow OFQueueProperties
java.util.List<OFQueueProperty> parseQueueProperties(java.nio.ByteBuffer data, int length, int limit)
data
- the ByteBuffer to parse for OpenFlow OFQueuePropertieslength
- the number of Bytes to examine for OpenFlow OFQueuePropertieslimit
- the maximum number of OFQueueProperties to return, 0 means no limit
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |