Modifier and Type | Field and Description |
---|---|
static MatchField<VFI> |
MatchField.BSN_VFI |
Modifier and Type | Method and Description |
---|---|
VFI |
OFOxmBsnVfi.getMask() |
VFI |
OFOxmBsnVfi.Builder.getMask() |
VFI |
OFOxmBsnVfiMasked.getMask() |
VFI |
OFOxmBsnVfiMasked.Builder.getMask() |
VFI |
OFOxmBsnVfi.getValue() |
VFI |
OFOxmBsnVfi.Builder.getValue() |
VFI |
OFOxmBsnVfiMasked.getValue() |
VFI |
OFOxmBsnVfiMasked.Builder.getValue() |
Modifier and Type | Method and Description |
---|---|
OFOxm<VFI> |
OFOxmBsnVfi.getCanonical() |
OFOxm<VFI> |
OFOxmBsnVfi.Builder.getCanonical() |
OFOxm<VFI> |
OFOxmBsnVfiMasked.getCanonical() |
OFOxm<VFI> |
OFOxmBsnVfiMasked.Builder.getCanonical() |
MatchField<VFI> |
OFOxmBsnVfi.getMatchField() |
MatchField<VFI> |
OFOxmBsnVfi.Builder.getMatchField() |
MatchField<VFI> |
OFOxmBsnVfiMasked.getMatchField() |
MatchField<VFI> |
OFOxmBsnVfiMasked.Builder.getMatchField() |
Modifier and Type | Method and Description |
---|---|
OFOxmBsnVfi |
OFOxms.bsnVfi(VFI value) |
OFOxmBsnVfiMasked |
OFOxms.bsnVfiMasked(VFI value,
VFI mask) |
OFOxmBsnVfiMasked.Builder |
OFOxmBsnVfiMasked.Builder.setMask(VFI mask) |
OFOxmBsnVfi.Builder |
OFOxmBsnVfi.Builder.setValue(VFI value) |
OFOxmBsnVfiMasked.Builder |
OFOxmBsnVfiMasked.Builder.setValue(VFI value) |
Modifier and Type | Method and Description |
---|---|
OFOxmBsnVfi |
OFOxmsVer10.bsnVfi(VFI value) |
OFOxmBsnVfiMasked |
OFOxmsVer10.bsnVfiMasked(VFI value,
VFI mask) |
Modifier and Type | Method and Description |
---|---|
OFOxmBsnVfi |
OFOxmsVer11.bsnVfi(VFI value) |
OFOxmBsnVfiMasked |
OFOxmsVer11.bsnVfiMasked(VFI value,
VFI mask) |
Modifier and Type | Method and Description |
---|---|
OFOxmBsnVfi |
OFOxmsVer12.bsnVfi(VFI value) |
OFOxmBsnVfiMasked |
OFOxmsVer12.bsnVfiMasked(VFI value,
VFI mask) |
Modifier and Type | Method and Description |
---|---|
OFOxmBsnVfi |
OFOxmsVer13.bsnVfi(VFI value) |
OFOxmBsnVfiMasked |
OFOxmsVer13.bsnVfiMasked(VFI value,
VFI mask) |
Modifier and Type | Method and Description |
---|---|
OFOxmBsnVfi |
OFOxmsVer14.bsnVfi(VFI value) |
OFOxmBsnVfiMasked |
OFOxmsVer14.bsnVfiMasked(VFI value,
VFI mask) |
Modifier and Type | Method and Description |
---|---|
OFOxmBsnVfi |
OFOxmsVer15.bsnVfi(VFI value) |
OFOxmBsnVfiMasked |
OFOxmsVer15.bsnVfiMasked(VFI value,
VFI mask) |
Modifier and Type | Field and Description |
---|---|
static VFI |
VFI.FULL_MASK |
static VFI |
VFI.NO_MASK
for use with masking operations
|
static VFI |
VFI.ZERO |
Modifier and Type | Method and Description |
---|---|
VFI |
VFI.applyMask(VFI mask) |
static VFI |
VFI.ofVfi(int vfi) |
static VFI |
VFI.read2Bytes(io.netty.buffer.ByteBuf c) |
Modifier and Type | Method and Description |
---|---|
VFI |
VFI.applyMask(VFI mask) |
int |
VFI.compareTo(VFI o) |
Copyright © 2017. All rights reserved.