Uses of Class
org.opendaylight.openflowplugin.libraries.liblldp.LLDPTLV
-
Uses of LLDPTLV in org.opendaylight.openflowplugin.libraries.liblldp
Modifier and TypeMethodDescriptionLLDP.getChassisId()
Returns the chassisId TLV.LLDP.getCustomTLV
(CustomTLVKey key) LLDP.getManagementAddress()
Return the ManagementAddress TLV.LLDP.getPortDesc()
Return the PortDesc TLV.LLDP.getPortId()
Returns the portId TLV.LLDP.getSystemCapabilities()
Return the SystemCapabilities TLV.LLDP.getSystemDesc()
Return the SystemDesc TLV.LLDP.getSystemNameId()
Returns the SystemName TLV.Gets the full LLDPTLV.LLDP.getTtl()
Return the ttl TLV.LLDPTLV.setLength
(short length) Sets the length.LLDPTLV.setType
(byte type) Sets the type.LLDPTLV.setValue
(byte[] value) Sets the value.Modifier and TypeMethodDescriptionLLDP.getCustomTlvList()
Returns the customTlvList.LLDP.getOptionalTLVList()
Returns the optionalTLVList.Modifier and TypeMethodDescriptionLLDP.addCustomTLV
(LLDPTLV customTLV) static int
LLDPTLV.extractCustomOUI
(LLDPTLV lldptlv) static byte
LLDPTLV.extractCustomSubtype
(LLDPTLV lldptlv) LLDP.setChassisId
(LLDPTLV chassisId) LLDP.setManagementAddress
(LLDPTLV managementAddress) LLDP.setPortDesc
(LLDPTLV portDesc) LLDP.setSystemCapabilities
(LLDPTLV systemCapabilities) LLDP.setSystemDesc
(LLDPTLV systemDesc) LLDP.setSystemNameId
(LLDPTLV systemNameId) void
Sets the LLDPTLV for a type.