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