|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OFMatchField | |
---|---|
org.openflow.protocol |
Uses of OFMatchField in org.openflow.protocol |
---|
Fields in org.openflow.protocol with type parameters of type OFMatchField | |
---|---|
protected java.util.List<OFMatchField> |
OFMatch.matchFields
|
Methods in org.openflow.protocol that return OFMatchField | |
---|---|
OFMatchField |
OFMatchField.clone()
|
Methods in org.openflow.protocol that return types with arguments of type OFMatchField | |
---|---|
java.util.List<OFMatchField> |
OFMatch.getMatchFields()
Returns read-only copies of the matchfields contained in this OFMatch |
Methods in org.openflow.protocol with parameters of type OFMatchField | |
---|---|
void |
OFMatch.setField(OFMatchField newMatchField)
Sets match field. |
Method parameters in org.openflow.protocol with type arguments of type OFMatchField | |
---|---|
OFMatch |
OFMatch.setMatchFields(java.util.List<OFMatchField> matchFields)
Sets the list of matchfields this OFMatch contains |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |