| Package | Description |
|---|---|
| org.onlab.packet |
Utilities for decoding and encoding packets of various network protocols
and encapsulations.
|
| Modifier and Type | Method and Description |
|---|---|
EthType.EtherType |
EthType.lookup(short etherType)
Looks up the ethertype by it's numerical representation
and returns it's textual format.
|
static EthType.EtherType |
EthType.EtherType.lookup(short etherType) |
static EthType.EtherType |
EthType.EtherType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EthType.EtherType[] |
EthType.EtherType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016. All rights reserved.