Modifier and Type | Interface and Description |
---|---|
static interface |
OFMatchV1.Builder |
static interface |
OFMatchV2.Builder |
static interface |
OFMatchV3.Builder |
Modifier and Type | Method and Description |
---|---|
Match.Builder |
OFFactory.buildMatch() |
Modifier and Type | Method and Description |
---|---|
Match.Builder |
Match.createBuilder()
Returns a builder to build new instances of this type of match object.
|
<F extends OFValueType<F>> |
Match.Builder.setExact(MatchField<F> field,
F value)
Sets a specific exact value for a field.
|
<F extends OFValueType<F>> |
Match.Builder.setMasked(MatchField<F> field,
F value,
F mask)
Sets a masked value for a field.
|
<F extends OFValueType<F>> |
Match.Builder.setMasked(MatchField<F> field,
Masked<F> valueWithMask)
Sets a masked value for a field.
|
<F extends OFValueType<F>> |
Match.Builder.wildcard(MatchField<F> field)
Unsets any value given for the field and wildcards it so that it matches any value.
|
Modifier and Type | Method and Description |
---|---|
Match.Builder |
OFFactoryVer10.buildMatch() |
Modifier and Type | Method and Description |
---|---|
Match.Builder |
OFFactoryVer11.buildMatch() |
Modifier and Type | Method and Description |
---|---|
Match.Builder |
OFFactoryVer12.buildMatch() |
Modifier and Type | Method and Description |
---|---|
Match.Builder |
OFFactoryVer13.buildMatch() |
Modifier and Type | Method and Description |
---|---|
Match.Builder |
OFFactoryVer14.buildMatch() |
Copyright © 2015. All rights reserved.