| Package | Description |
|---|---|
| com.h3c.of.lib.msg |
Representations of OpenFlow Protocol Messages.
|
| Modifier and Type | Method and Description |
|---|---|
QueuePropType |
QueueProperty.getType()
Returns the property type.
|
static QueuePropType |
QueuePropType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueuePropType[] |
QueuePropType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static QueueProperty |
QueueFactory.createProperty(QueuePropType type,
ExperimenterId eid,
byte[] data)
Creates an experimenter property.
|
static QueueProperty |
QueueFactory.createProperty(QueuePropType type,
int rate)
Creates a rate property.
|
static QueueProperty |
QueueFactory.createProperty(QueuePropType type,
int encId,
byte[] data)
Creates an experimenter property.
|
Copyright © 2014. All Rights Reserved.