| Package | Description |
|---|---|
| org.onlab.packet |
Utilities for decoding and encoding packets of various network protocols
and encapsulations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LLDPOrganizationalTLV
The class representing LLDP Organizationally Specific TLV.
|
| Modifier and Type | Field and Description |
|---|---|
protected LLDPTLV |
LLDP.chassisId |
protected LLDPTLV |
LLDP.portId |
protected LLDPTLV |
LLDP.ttl |
| Modifier and Type | Field and Description |
|---|---|
protected List<LLDPTLV> |
LLDP.optionalTLVList |
| Modifier and Type | Method and Description |
|---|---|
LLDPTLV |
LLDPTLV.deserialize(ByteBuffer bb) |
LLDPTLV |
LLDPOrganizationalTLV.deserialize(ByteBuffer bb) |
LLDPTLV |
LLDP.getChassisId() |
LLDPTLV |
LLDP.getPortId() |
LLDPTLV |
LLDP.getTtl() |
LLDPTLV |
LLDPTLV.setLength(short length) |
LLDPTLV |
LLDPTLV.setType(byte type) |
LLDPTLV |
LLDPTLV.setValue(byte[] value) |
| Modifier and Type | Method and Description |
|---|---|
List<LLDPTLV> |
LLDP.getOptionalTLVList() |
| Modifier and Type | Method and Description |
|---|---|
LLDP |
LLDP.setChassisId(LLDPTLV chassis) |
LLDP |
LLDP.setPortId(LLDPTLV portId) |
LLDP |
LLDP.setTtl(LLDPTLV ttl) |
| Modifier and Type | Method and Description |
|---|---|
LLDP |
LLDP.setOptionalTLVList(List<LLDPTLV> optionalTLVList) |
Copyright © 2016. All rights reserved.