| Package | Description |
|---|---|
| com.h3c.of.lib.match |
Representations of OpenFlow Protocol Match Structures.
|
| Modifier and Type | Method and Description |
|---|---|
MatchType |
Match.getMatchType()
Returns the Match type.
|
static MatchType |
MatchType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatchType[] |
MatchType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Match(ProtocolVersion pv,
MatchType matchType,
int length,
List<MatchField> fileds) |
Copyright © 2014. All Rights Reserved.