|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OFTableFeaturesProperty | |
---|---|
org.openflow.protocol.factory | |
org.openflow.protocol.statistics | |
org.openflow.protocol.statistics.tableFeatures |
Uses of OFTableFeaturesProperty in org.openflow.protocol.factory |
---|
Methods in org.openflow.protocol.factory that return OFTableFeaturesProperty | |
---|---|
OFTableFeaturesProperty |
OFTableFeaturesPropertyFactory.getTableFeaturesProperty(OFTableFeaturesPropertyType t)
Retrieves an OFTableFeaturesProperty instance corresponding to the specified OFTableFeaturesPropertyType |
OFTableFeaturesProperty |
BasicFactory.getTableFeaturesProperty(OFTableFeaturesPropertyType t)
|
Methods in org.openflow.protocol.factory that return types with arguments of type OFTableFeaturesProperty | |
---|---|
java.util.List<OFTableFeaturesProperty> |
OFTableFeaturesPropertyFactory.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> |
BasicFactory.parseTableFeaturesProperties(java.nio.ByteBuffer data,
int length)
|
java.util.List<OFTableFeaturesProperty> |
OFTableFeaturesPropertyFactory.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. |
java.util.List<OFTableFeaturesProperty> |
BasicFactory.parseTableFeaturesProperties(java.nio.ByteBuffer data,
int length,
int limit)
|
Uses of OFTableFeaturesProperty in org.openflow.protocol.statistics |
---|
Fields in org.openflow.protocol.statistics with type parameters of type OFTableFeaturesProperty | |
---|---|
protected java.util.List<OFTableFeaturesProperty> |
OFTableFeatures.properties
|
Methods in org.openflow.protocol.statistics that return types with arguments of type OFTableFeaturesProperty | |
---|---|
java.util.List<OFTableFeaturesProperty> |
OFTableFeatures.getProperties()
|
Method parameters in org.openflow.protocol.statistics with type arguments of type OFTableFeaturesProperty | |
---|---|
OFTableFeatures |
OFTableFeatures.setProperties(java.util.List<OFTableFeaturesProperty> properties)
|
Uses of OFTableFeaturesProperty in org.openflow.protocol.statistics.tableFeatures |
---|
Subclasses of OFTableFeaturesProperty in org.openflow.protocol.statistics.tableFeatures | |
---|---|
class |
OFTableFeaturesPropertyActions
Represents an ofp_table_features_prop_actions |
class |
OFTableFeaturesPropertyInstructions
Represents an ofp_table_features_prop_instructions |
class |
OFTableFeaturesPropertyNextTables
Represents an ofp_table_features_prop_nextTableIds |
class |
OFTableFeaturesPropertyOXM
Represents an ofp_table_features_prop_oxmFields |
Fields in org.openflow.protocol.statistics.tableFeatures with type parameters of type OFTableFeaturesProperty | |
---|---|
protected java.lang.Class<? extends OFTableFeaturesProperty> |
OFTableFeaturesPropertyType.clazz
|
protected java.lang.reflect.Constructor<? extends OFTableFeaturesProperty> |
OFTableFeaturesPropertyType.constructor
|
protected Instantiable<OFTableFeaturesProperty> |
OFTableFeaturesPropertyType.instantiable
|
Methods in org.openflow.protocol.statistics.tableFeatures that return OFTableFeaturesProperty | |
---|---|
OFTableFeaturesProperty |
OFTableFeaturesProperty.clone()
|
OFTableFeaturesProperty |
OFTableFeaturesPropertyType.newInstance()
Returns a new instance of the OFTableFeaturesProperty represented by this OFTableFeaturesPropertyType |
OFTableFeaturesProperty |
OFTableFeaturesProperty.setLength(short length)
Set the length of this message |
OFTableFeaturesProperty |
OFTableFeaturesProperty.setType(OFTableFeaturesPropertyType type)
Set the type of this message |
Methods in org.openflow.protocol.statistics.tableFeatures that return types with arguments of type OFTableFeaturesProperty | |
---|---|
java.lang.reflect.Constructor<? extends OFTableFeaturesProperty> |
OFTableFeaturesPropertyType.getConstructor()
Returns the no-argument Constructor of the implementation class for this OFTableFeaturesPropertyType |
Instantiable<OFTableFeaturesProperty> |
OFTableFeaturesPropertyType.getInstantiable()
|
java.lang.Class<? extends OFTableFeaturesProperty> |
OFTableFeaturesPropertyType.toClass()
|
Method parameters in org.openflow.protocol.statistics.tableFeatures with type arguments of type OFTableFeaturesProperty | |
---|---|
void |
OFTableFeaturesPropertyType.setInstantiable(Instantiable<OFTableFeaturesProperty> instantiable)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |