Modifier and Type | Method and Description |
---|---|
<F extends OFValueType<F>> |
Match.getMasked(MatchField<F> field)
Returns the masked value for the given field from this match, along with the mask itself.
|
<F extends OFValueType<F>> |
Match.Builder.getMasked(MatchField<F> field) |
Modifier and Type | Method and Description |
---|---|
<F extends OFValueType<F>> |
Match.Builder.setMasked(MatchField<F> field,
Masked<F> valueWithMask)
Sets a masked value for a field.
|
Modifier and Type | Method and Description |
---|---|
<F extends OFValueType<F>> |
OFOxms.fromMasked(Masked<F> masked,
MatchField<F> field) |
Modifier and Type | Method and Description |
---|---|
<F extends OFValueType<F>> |
OFOxmsVer10.fromMasked(Masked<F> masked,
MatchField<F> field) |
Modifier and Type | Method and Description |
---|---|
<F extends OFValueType<F>> |
OFOxmsVer11.fromMasked(Masked<F> masked,
MatchField<F> field) |
Modifier and Type | Method and Description |
---|---|
<F extends OFValueType<F>> |
OFOxmsVer12.fromMasked(Masked<F> masked,
MatchField<F> field) |
Modifier and Type | Method and Description |
---|---|
<F extends OFValueType<F>> |
OFOxmsVer13.fromMasked(Masked<F> masked,
MatchField<F> field) |
Modifier and Type | Method and Description |
---|---|
<F extends OFValueType<F>> |
OFOxmsVer14.fromMasked(Masked<F> masked,
MatchField<F> field) |
Modifier and Type | Class and Description |
---|---|
class |
IPAddressWithMask<F extends IPAddress<F>> |
class |
IPv4AddressWithMask |
class |
IPv6AddressWithMask |
class |
OFPortBitMap
User-facing object representing a bitmap of ports that can be matched on.
|
class |
OFPortBitMap512
User-facing object representing a bitmap of ports that can be matched on.
|
class |
OFVlanVidMatchWithMask |
Modifier and Type | Method and Description |
---|---|
Masked<T> |
Masked.applyMask(Masked<T> mask) |
static <T extends OFValueType<T>> |
Masked.of(T value,
T mask) |
Modifier and Type | Method and Description |
---|---|
Masked<T> |
Masked.applyMask(Masked<T> mask) |
int |
Masked.compareTo(Masked<T> o) |
Copyright © 2015. All rights reserved.