Modifier and Type | Field and Description |
---|---|
static MatchField<IPv6FlowLabel> |
MatchField.IPV6_FLABEL |
Modifier and Type | Method and Description |
---|---|
IPv6FlowLabel |
OFOxmIpv6Flabel.getMask() |
IPv6FlowLabel |
OFOxmIpv6Flabel.Builder.getMask() |
IPv6FlowLabel |
OFOxmIpv6FlabelMasked.getMask() |
IPv6FlowLabel |
OFOxmIpv6FlabelMasked.Builder.getMask() |
IPv6FlowLabel |
OFOxmIpv6Flabel.getValue() |
IPv6FlowLabel |
OFOxmIpv6Flabel.Builder.getValue() |
IPv6FlowLabel |
OFOxmIpv6FlabelMasked.getValue() |
IPv6FlowLabel |
OFOxmIpv6FlabelMasked.Builder.getValue() |
Modifier and Type | Method and Description |
---|---|
OFOxm<IPv6FlowLabel> |
OFOxmIpv6Flabel.getCanonical() |
OFOxm<IPv6FlowLabel> |
OFOxmIpv6Flabel.Builder.getCanonical() |
OFOxm<IPv6FlowLabel> |
OFOxmIpv6FlabelMasked.getCanonical() |
OFOxm<IPv6FlowLabel> |
OFOxmIpv6FlabelMasked.Builder.getCanonical() |
MatchField<IPv6FlowLabel> |
OFOxmIpv6Flabel.getMatchField() |
MatchField<IPv6FlowLabel> |
OFOxmIpv6Flabel.Builder.getMatchField() |
MatchField<IPv6FlowLabel> |
OFOxmIpv6FlabelMasked.getMatchField() |
MatchField<IPv6FlowLabel> |
OFOxmIpv6FlabelMasked.Builder.getMatchField() |
Modifier and Type | Method and Description |
---|---|
OFOxmIpv6Flabel |
OFOxms.ipv6Flabel(IPv6FlowLabel value) |
OFOxmIpv6FlabelMasked |
OFOxms.ipv6FlabelMasked(IPv6FlowLabel value,
IPv6FlowLabel mask) |
OFOxmIpv6FlabelMasked.Builder |
OFOxmIpv6FlabelMasked.Builder.setMask(IPv6FlowLabel mask) |
OFOxmIpv6Flabel.Builder |
OFOxmIpv6Flabel.Builder.setValue(IPv6FlowLabel value) |
OFOxmIpv6FlabelMasked.Builder |
OFOxmIpv6FlabelMasked.Builder.setValue(IPv6FlowLabel value) |
Modifier and Type | Method and Description |
---|---|
OFOxmIpv6Flabel |
OFOxmsVer10.ipv6Flabel(IPv6FlowLabel value) |
OFOxmIpv6FlabelMasked |
OFOxmsVer10.ipv6FlabelMasked(IPv6FlowLabel value,
IPv6FlowLabel mask) |
Modifier and Type | Method and Description |
---|---|
OFOxmIpv6Flabel |
OFOxmsVer11.ipv6Flabel(IPv6FlowLabel value) |
OFOxmIpv6FlabelMasked |
OFOxmsVer11.ipv6FlabelMasked(IPv6FlowLabel value,
IPv6FlowLabel mask) |
Modifier and Type | Method and Description |
---|---|
OFOxmIpv6Flabel |
OFOxmsVer12.ipv6Flabel(IPv6FlowLabel value) |
OFOxmIpv6FlabelMasked |
OFOxmsVer12.ipv6FlabelMasked(IPv6FlowLabel value,
IPv6FlowLabel mask) |
Modifier and Type | Method and Description |
---|---|
OFOxmIpv6Flabel |
OFOxmsVer13.ipv6Flabel(IPv6FlowLabel value) |
OFOxmIpv6FlabelMasked |
OFOxmsVer13.ipv6FlabelMasked(IPv6FlowLabel value,
IPv6FlowLabel mask) |
Modifier and Type | Method and Description |
---|---|
OFOxmIpv6Flabel |
OFOxmsVer14.ipv6Flabel(IPv6FlowLabel value) |
OFOxmIpv6FlabelMasked |
OFOxmsVer14.ipv6FlabelMasked(IPv6FlowLabel value,
IPv6FlowLabel mask) |
Modifier and Type | Field and Description |
---|---|
static IPv6FlowLabel |
IPv6FlowLabel.FULL_MASK |
static IPv6FlowLabel |
IPv6FlowLabel.NO_MASK |
static IPv6FlowLabel |
IPv6FlowLabel.NONE |
Modifier and Type | Method and Description |
---|---|
IPv6FlowLabel |
IPv6FlowLabel.applyMask(IPv6FlowLabel mask) |
static IPv6FlowLabel |
IPv6FlowLabel.of(int label) |
static IPv6FlowLabel |
IPv6FlowLabel.read4Bytes(io.netty.buffer.ByteBuf c) |
Modifier and Type | Method and Description |
---|---|
IPv6FlowLabel |
IPv6FlowLabel.applyMask(IPv6FlowLabel mask) |
int |
IPv6FlowLabel.compareTo(IPv6FlowLabel o) |
Copyright © 2015. All rights reserved.