Package | Description |
---|---|
org.opendaylight.controller.liblldp |
Modifier and Type | Method and Description |
---|---|
LLDPTLV |
LLDP.getChassisId() |
LLDPTLV |
LLDP.getCustomTLV(CustomTLVKey key) |
LLDPTLV |
LLDP.getPortId() |
LLDPTLV |
LLDP.getSystemNameId() |
LLDPTLV |
LLDP.getTLV(String type) |
LLDPTLV |
LLDP.getTtl() |
LLDPTLV |
LLDPTLV.setLength(short length) |
LLDPTLV |
LLDPTLV.setType(byte type) |
LLDPTLV |
LLDPTLV.setValue(byte[] value) |
Modifier and Type | Method and Description |
---|---|
Iterable<LLDPTLV> |
LLDP.getCustomTlvList() |
Iterable<LLDPTLV> |
LLDP.getOptionalTLVList() |
Modifier and Type | Method and Description |
---|---|
LLDP |
LLDP.addCustomTLV(LLDPTLV customTLV) |
static int |
LLDPTLV.extractCustomOUI(LLDPTLV lldptlv) |
static byte |
LLDPTLV.extractCustomSubtype(LLDPTLV lldptlv) |
LLDP |
LLDP.setChassisId(LLDPTLV chassisId) |
LLDP |
LLDP.setPortId(LLDPTLV portId) |
LLDP |
LLDP.setSystemNameId(LLDPTLV systemNameId) |
void |
LLDP.setTLV(String type,
LLDPTLV tlv) |
LLDP |
LLDP.setTtl(LLDPTLV ttl) |
Modifier and Type | Method and Description |
---|---|
LLDP |
LLDP.setOptionalTLVList(List<LLDPTLV> optionalTLVList) |
Constructor and Description |
---|
LLDPTLV(LLDPTLV other)
Constructor that writes the passed LLDPTLV values to the hdrFieldsMap
|
Copyright © 2019 OpenDaylight. All rights reserved.