Uses of Class
org.opendaylight.openflowplugin.libraries.liblldp.LLDPTLV
-
Packages that use LLDPTLV Package Description org.opendaylight.openflowplugin.libraries.liblldp -
-
Uses of LLDPTLV in org.opendaylight.openflowplugin.libraries.liblldp
Methods in org.opendaylight.openflowplugin.libraries.liblldp that return LLDPTLV Modifier and Type Method 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.Methods in org.opendaylight.openflowplugin.libraries.liblldp that return types with arguments of type LLDPTLV Modifier and Type Method Description Iterable<LLDPTLV>
LLDP. getCustomTlvList()
Returns the customTlvList.Iterable<LLDPTLV>
LLDP. getOptionalTLVList()
Returns the optionalTLVList.Methods in org.opendaylight.openflowplugin.libraries.liblldp with parameters of type LLDPTLV Modifier and Type Method 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)
Method parameters in org.opendaylight.openflowplugin.libraries.liblldp with type arguments of type LLDPTLV Modifier and Type Method Description LLDP
LLDP. setOptionalTLVList(List<LLDPTLV> optionalTLVList)
Constructors in org.opendaylight.openflowplugin.libraries.liblldp with parameters of type LLDPTLV Constructor Description LLDPTLV(LLDPTLV other)
Constructor that writes the passed LLDPTLV values to the hdrFieldsMap.
-