Modifier and Type | Method and Description |
---|---|
OFVlanVidMatch |
OFMatchV1.getVlanVid() |
OFVlanVidMatch |
OFMatchV1.Builder.getVlanVid() |
Modifier and Type | Method and Description |
---|---|
OFMatchV1.Builder |
OFMatchV1.Builder.setVlanVid(OFVlanVidMatch vlanVid) |
Modifier and Type | Field and Description |
---|---|
static MatchField<OFVlanVidMatch> |
MatchField.VLAN_VID |
Modifier and Type | Method and Description |
---|---|
OFVlanVidMatch |
OFOxmVlanVidMasked.getMask() |
OFVlanVidMatch |
OFOxmVlanVidMasked.Builder.getMask() |
OFVlanVidMatch |
OFOxmVlanVid.getMask() |
OFVlanVidMatch |
OFOxmVlanVid.Builder.getMask() |
OFVlanVidMatch |
OFOxmVlanVidMasked.getValue() |
OFVlanVidMatch |
OFOxmVlanVidMasked.Builder.getValue() |
OFVlanVidMatch |
OFOxmVlanVid.getValue() |
OFVlanVidMatch |
OFOxmVlanVid.Builder.getValue() |
Modifier and Type | Method and Description |
---|---|
OFOxm<OFVlanVidMatch> |
OFOxmVlanVidMasked.getCanonical() |
OFOxm<OFVlanVidMatch> |
OFOxmVlanVidMasked.Builder.getCanonical() |
OFOxm<OFVlanVidMatch> |
OFOxmVlanVid.getCanonical() |
OFOxm<OFVlanVidMatch> |
OFOxmVlanVid.Builder.getCanonical() |
MatchField<OFVlanVidMatch> |
OFOxmVlanVidMasked.getMatchField() |
MatchField<OFVlanVidMatch> |
OFOxmVlanVidMasked.Builder.getMatchField() |
MatchField<OFVlanVidMatch> |
OFOxmVlanVid.getMatchField() |
MatchField<OFVlanVidMatch> |
OFOxmVlanVid.Builder.getMatchField() |
Modifier and Type | Method and Description |
---|---|
OFOxmVlanVidMasked.Builder |
OFOxmVlanVidMasked.Builder.setMask(OFVlanVidMatch mask) |
OFOxmVlanVidMasked.Builder |
OFOxmVlanVidMasked.Builder.setValue(OFVlanVidMatch value) |
OFOxmVlanVid.Builder |
OFOxmVlanVid.Builder.setValue(OFVlanVidMatch value) |
OFOxmVlanVid |
OFOxms.vlanVid(OFVlanVidMatch value) |
OFOxmVlanVidMasked |
OFOxms.vlanVidMasked(OFVlanVidMatch value,
OFVlanVidMatch mask) |
Modifier and Type | Method and Description |
---|---|
OFOxmVlanVid |
OFOxmsVer10.vlanVid(OFVlanVidMatch value) |
OFOxmVlanVidMasked |
OFOxmsVer10.vlanVidMasked(OFVlanVidMatch value,
OFVlanVidMatch mask) |
Modifier and Type | Method and Description |
---|---|
OFOxmVlanVid |
OFOxmsVer11.vlanVid(OFVlanVidMatch value) |
OFOxmVlanVidMasked |
OFOxmsVer11.vlanVidMasked(OFVlanVidMatch value,
OFVlanVidMatch mask) |
Modifier and Type | Method and Description |
---|---|
OFOxmVlanVid |
OFOxmsVer12.vlanVid(OFVlanVidMatch value) |
OFOxmVlanVidMasked |
OFOxmsVer12.vlanVidMasked(OFVlanVidMatch value,
OFVlanVidMatch mask) |
Modifier and Type | Method and Description |
---|---|
OFOxmVlanVid |
OFOxmsVer13.vlanVid(OFVlanVidMatch value) |
OFOxmVlanVidMasked |
OFOxmsVer13.vlanVidMasked(OFVlanVidMatch value,
OFVlanVidMatch mask) |
Modifier and Type | Field and Description |
---|---|
static OFVlanVidMatch |
OFVlanVidMatch.FULL_MASK |
static OFVlanVidMatch |
OFVlanVidMatch.NO_MASK
for use with masking operations
|
static OFVlanVidMatch |
OFVlanVidMatch.NONE
this value means 'not set' in OF1.0 (e.g., in a match).
|
static OFVlanVidMatch |
OFVlanVidMatch.PRESENT
presence of a VLAN tag is indicated by the presence of bit 0x1000
|
static OFVlanVidMatch |
OFVlanVidMatch.UNTAGGED
an untagged packet is specified as 0000 in OF 1.0, but 0xFFFF in OF1.0.
|
Modifier and Type | Method and Description |
---|---|
OFVlanVidMatch |
OFVlanVidMatch.applyMask(OFVlanVidMatch mask) |
static OFVlanVidMatch |
OFVlanVidMatch.ofRawVid(short vid) |
static OFVlanVidMatch |
OFVlanVidMatch.ofVlan(int vlan) |
static OFVlanVidMatch |
OFVlanVidMatch.ofVlanOF10(short of10vlan) |
static OFVlanVidMatch |
OFVlanVidMatch.ofVlanVid(VlanVid vid) |
static OFVlanVidMatch |
OFVlanVidMatch.read2Bytes(org.jboss.netty.buffer.ChannelBuffer c) |
static OFVlanVidMatch |
OFVlanVidMatch.read2BytesOF10(org.jboss.netty.buffer.ChannelBuffer c) |
Modifier and Type | Method and Description |
---|---|
OFVlanVidMatch |
OFVlanVidMatch.applyMask(OFVlanVidMatch mask) |
int |
OFVlanVidMatch.compareTo(OFVlanVidMatch o) |
Copyright © 2014. All rights reserved.