| Package | Description | 
|---|---|
| org.opendaylight.openflowplugin.libraries.liblldp | 
| Modifier and Type | Method and Description | 
|---|---|
LLDPTLV | 
LLDP.getChassisId()
Returns the chassisId TLV. 
 | 
LLDPTLV | 
LLDP.getCustomTLV(CustomTLVKey key)  | 
LLDPTLV | 
LLDP.getManagementAddress()
Return the ManagementAddress TLV. 
 | 
LLDPTLV | 
LLDP.getPortDesc()
Return the PortDesc TLV. 
 | 
LLDPTLV | 
LLDP.getPortId()
Returns the portId TLV. 
 | 
LLDPTLV | 
LLDP.getSystemCapabilities()
Return the SystemCapabilities TLV. 
 | 
LLDPTLV | 
LLDP.getSystemDesc()
Return the SystemDesc TLV. 
 | 
LLDPTLV | 
LLDP.getSystemNameId()
Returns the SystemName TLV. 
 | 
LLDPTLV | 
LLDP.getTLV(String type)
Gets the full LLDPTLV. 
 | 
LLDPTLV | 
LLDP.getTtl()
Return the ttl TLV. 
 | 
LLDPTLV | 
LLDPTLV.setLength(short length)
Sets the length. 
 | 
LLDPTLV | 
LLDPTLV.setType(byte type)
Sets the type. 
 | 
LLDPTLV | 
LLDPTLV.setValue(byte[] value)
Sets the value. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<LLDPTLV> | 
LLDP.getCustomTlvList()
Returns the customTlvList. 
 | 
Iterable<LLDPTLV> | 
LLDP.getOptionalTLVList()
Returns the optionalTLVList. 
 | 
| 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.setManagementAddress(LLDPTLV managementAddress)  | 
LLDP | 
LLDP.setPortDesc(LLDPTLV portDesc)  | 
LLDP | 
LLDP.setPortId(LLDPTLV portId)  | 
LLDP | 
LLDP.setSystemCapabilities(LLDPTLV systemCapabilities)  | 
LLDP | 
LLDP.setSystemDesc(LLDPTLV systemDesc)  | 
LLDP | 
LLDP.setSystemNameId(LLDPTLV systemNameId)  | 
void | 
LLDP.setTLV(String type,
      LLDPTLV tlv)
Sets the LLDPTLV for a type. 
 | 
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.