Modifier and Type | Method and Description |
---|---|
IpEcn |
OFActionSetNwEcn.getNwEcn() |
IpEcn |
OFActionSetNwEcn.Builder.getNwEcn() |
Modifier and Type | Method and Description |
---|---|
OFActionSetNwEcn |
OFActions.setNwEcn(IpEcn nwEcn) |
OFActionSetNwEcn.Builder |
OFActionSetNwEcn.Builder.setNwEcn(IpEcn nwEcn) |
Modifier and Type | Field and Description |
---|---|
static MatchField<IpEcn> |
MatchField.IP_ECN |
Modifier and Type | Method and Description |
---|---|
IpEcn |
OFOxmIpEcnMasked.getMask() |
IpEcn |
OFOxmIpEcnMasked.Builder.getMask() |
IpEcn |
OFOxmIpEcn.getMask() |
IpEcn |
OFOxmIpEcn.Builder.getMask() |
IpEcn |
OFOxmIpEcnMasked.getValue() |
IpEcn |
OFOxmIpEcnMasked.Builder.getValue() |
IpEcn |
OFOxmIpEcn.getValue() |
IpEcn |
OFOxmIpEcn.Builder.getValue() |
Modifier and Type | Method and Description |
---|---|
OFOxm<IpEcn> |
OFOxmIpEcnMasked.getCanonical() |
OFOxm<IpEcn> |
OFOxmIpEcnMasked.Builder.getCanonical() |
OFOxm<IpEcn> |
OFOxmIpEcn.getCanonical() |
OFOxm<IpEcn> |
OFOxmIpEcn.Builder.getCanonical() |
MatchField<IpEcn> |
OFOxmIpEcnMasked.getMatchField() |
MatchField<IpEcn> |
OFOxmIpEcnMasked.Builder.getMatchField() |
MatchField<IpEcn> |
OFOxmIpEcn.getMatchField() |
MatchField<IpEcn> |
OFOxmIpEcn.Builder.getMatchField() |
Modifier and Type | Method and Description |
---|---|
OFOxmIpEcn |
OFOxms.ipEcn(IpEcn value) |
OFOxmIpEcnMasked |
OFOxms.ipEcnMasked(IpEcn value,
IpEcn mask) |
OFOxmIpEcnMasked.Builder |
OFOxmIpEcnMasked.Builder.setMask(IpEcn mask) |
OFOxmIpEcnMasked.Builder |
OFOxmIpEcnMasked.Builder.setValue(IpEcn value) |
OFOxmIpEcn.Builder |
OFOxmIpEcn.Builder.setValue(IpEcn value) |
Modifier and Type | Method and Description |
---|---|
OFOxmIpEcn |
OFOxmsVer10.ipEcn(IpEcn value) |
OFOxmIpEcnMasked |
OFOxmsVer10.ipEcnMasked(IpEcn value,
IpEcn mask) |
OFActionSetNwEcn |
OFActionsVer10.setNwEcn(IpEcn nwEcn) |
Modifier and Type | Method and Description |
---|---|
OFOxmIpEcn |
OFOxmsVer11.ipEcn(IpEcn value) |
OFOxmIpEcnMasked |
OFOxmsVer11.ipEcnMasked(IpEcn value,
IpEcn mask) |
OFActionSetNwEcn |
OFActionsVer11.setNwEcn(IpEcn nwEcn) |
Modifier and Type | Method and Description |
---|---|
OFOxmIpEcn |
OFOxmsVer12.ipEcn(IpEcn value) |
OFOxmIpEcnMasked |
OFOxmsVer12.ipEcnMasked(IpEcn value,
IpEcn mask) |
OFActionSetNwEcn |
OFActionsVer12.setNwEcn(IpEcn nwEcn) |
Modifier and Type | Method and Description |
---|---|
OFOxmIpEcn |
OFOxmsVer13.ipEcn(IpEcn value) |
OFOxmIpEcnMasked |
OFOxmsVer13.ipEcnMasked(IpEcn value,
IpEcn mask) |
OFActionSetNwEcn |
OFActionsVer13.setNwEcn(IpEcn nwEcn) |
Modifier and Type | Method and Description |
---|---|
OFOxmIpEcn |
OFOxmsVer14.ipEcn(IpEcn value) |
OFOxmIpEcnMasked |
OFOxmsVer14.ipEcnMasked(IpEcn value,
IpEcn mask) |
OFActionSetNwEcn |
OFActionsVer14.setNwEcn(IpEcn nwEcn) |
Modifier and Type | Field and Description |
---|---|
static IpEcn |
IpEcn.FULL_MASK |
static IpEcn |
IpEcn.NO_MASK |
static IpEcn |
IpEcn.NONE |
Modifier and Type | Method and Description |
---|---|
IpEcn |
IpEcn.applyMask(IpEcn mask) |
static IpEcn |
IpEcn.of(byte ecn) |
static IpEcn |
IpEcn.readByte(io.netty.buffer.ByteBuf c) |
static IpEcn |
IpEcn.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IpEcn[] |
IpEcn.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
IpEcn |
IpEcn.applyMask(IpEcn mask) |
Copyright © 2015. All rights reserved.