| Package | Description |
|---|---|
| org.onlab.packet |
Utilities for decoding and encoding packets of various network protocols
and encapsulations.
|
| Modifier and Type | Field and Description |
|---|---|
static VlanId |
VlanId.ANY |
static VlanId |
VlanId.NONE |
| Modifier and Type | Method and Description |
|---|---|
static VlanId |
VlanId.vlanId()
Creates a VLAN identifier for untagged VLAN.
|
static VlanId |
VlanId.vlanId(short value)
Creates a VLAN identifier using the supplied VLAN identifier.
|
static VlanId |
VlanId.vlanId(String value)
Creates a VLAN identifier Object using the supplied VLAN identifier.
|
Copyright © 2016. All rights reserved.